/*
Design
*/


body
{ 
   background-color: #000000;
   margin: 0px;
   padding: 0px;
   border: 0px;
}

.logo {
	/*float: left;*/
	text-align: left;
}

/* menu */
.menu
{
   text-align: right; 
   font-size: 16px;
   background-color: #004477;
}

.menu a
{
   color: #FFBB00;
   font-weight: bold;
   text-decoration: none;
   padding-left: 10px;
   padding-right: 10px;
   margin-left: 1px;
   margin-right: 1px;
}

.menu a:hover
{
   background-color: #0077AA;
   color: #FFDD00;
}

a
{
   text-decoration: underline;
   color: blue;
}

a:hover {

}

.a_clear
{
   text-decoration: none;
   color: black;
}

h1 a
{
   color: #004477;
   text-decoration: none;
}

h1 a:hover {

}

/* main body */

.main_header
{   
   color: #000000;
   background-color: #000000;
   background-image: url("../img/stars.png"); 
   background-repeat: repeat;
   
   border: 0px;
   margin: 0px;
   padding: 0px;
}

.stars
{   
   color: #000000;
   background-color: #000000;
   background-image: url("../img/stars.png"); 
   background-repeat: repeat; 
}

.homepage_h1
{
   font-size: 17px;
   padding-left: 10px;
   color: #FFCC00;
   text-align: left;
}

h1
{
   font-size: 30px;
   padding-left: 25px;
   color: #004477;
   text-align: left;
}

h2
{
   font-size: 18px;
   
   padding-left: 10px;
   margin-left: 0px;
   margin-right: 20px;
   color: #004477;
   /*background-color: #FFFFFF;*/
   text-align: left;


}

h3
{
   font-size: 16px;
   
   padding: 0px;
   margin: 0px;
   padding-left: 25px;
   margin-left: 0px;
   margin-right: 20px;
   color: #0066AA;
   text-align: left;


}

.main
{
	background-color: #FFFFFF;
	color: #000000;
	margin-top: 0px;
	padding: 6px;
	min-height:900px;
}


/* footer */

#footer
{
   margin-top: 2px;
   padding: 1px;
   padding-bottom: 10px;

   text-align: center;

   color: #888888;
   /*background-color: #DDEEFF;*/
   border-top: 1px solid #888888;

}

.theWish {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;

	width: 500px;
/*	height: 400px; */

	font-weight: bold;

	/*background-color: #FFFF88;*/
	background-color: #FFBB00;
	border: 2px solid #FFEE00;

	background-image: url("../img/gold.png"); 
    background-repeat: repeat;
	overflow-x: hidden;
}

.insideTheWish {
	height: 310px;
}


.review {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px; 

	background-color: #EEEEEE;
	border-left: 2px solid #004477;
	border-bottom: 2px solid #004477;
}

.principle {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;

	border-left: 2px solid #004477;
	border-bottom: 2px solid #004477;
	background-image: url("../img/background_stars.gif");
}


.notice {
	margin-top: 1px;
	margin-bottom: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	width: 230px;

	border: 2px solid #FF0000;


	background-color: #FFFFFF;

	color: #004477;
  	text-align: center;
   	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   	font-size: 15px;
	font-weight: bold;
}

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

.emphase {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
}

ul {
	list-style-position: outside;
}

.point {
	/*list-style-image: url("../img/point.gif"); */
}


.make {
	color: #FFDD00;
	background-color: #004477;
	font-weight: bold;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
}

.make:hover {
	color: #FFFF00;
}

.right {
	text-align: right;
}



.page
{
	background-color: #FFFFFF;
	color: #000000;
	margin: auto;
	padding: 0px;
	border: 0px;
	width: 760px;
}


.footera
{
}

.footera a
{
   color: #888888;
   text-decoration: none;
   padding-left: 5px;
   padding-right: 5px;
}

.footera a:hover
{
   color: #000000;
   text-decoration: underline;
   padding-left: 5px;
   padding-right: 5px;
}

#footer a
{
	color: #888888;
	text-decoration: none;
}

#footer a:hover
{
	color: #000000;
	text-decoration: underline;
}

.reviewtable {
}

.reviewtable th
{
	color: #FFFFFF;
	background-color: #004477;
	font-weight: bold;
	border-right: 1px solid white;
}

.reviewdate {
	font-style: italic;
}

.reviewprice {
	text-align: right;
}

.reviewline td {
	border-bottom: 1px solid #000000;
}

.reviewline a {
	color: purple;
	text-decoration: none;
}

.reviewlineAlt {
	background-color: #FDFDFD;
}

.reviewlineAlt td {
	border-bottom: 1px solid #000000;
}

.reviewlineAlt a {
	color: purple;
	text-decoration: none;
}


.fielderror {color: red;}

.fieldreq {color: blue;} 

.go
{
   font-size: 18px;
   
   padding: 2px;
   margin: 5px;
   margin-bottom: 10px;
   margin-left: 20px;
   margin-right: 20px;
   color: #004477;
   /*background-color: yellow;*/
   text-align: left;
   border: 2px solid #FF0000;
}

.red {
	color: red;
	font-weight: normal;
}

.nick {
	color: black;
	text-align: left;
}


.wishcontact {
	font-size: small;
	font-weight: normal;
	text-align: right;
}

.wishcontact a {
	font-size: small;
	font-weight: normal;
	text-align: right;
	color: blue;
	text-decoration: underline;
}


.wishcontact a:hover {
	color: blue;
	text-decoration: underline;
}

.wishmessage {

}

.wishmessage a {
	text-decoration: underline;
}

.wishmessage a:hover {

}

.starpoint {
	list-style-image: url("../img/smallstar.gif");
}

.comment {
	background-color: #FFFFFF;
	border-bottom: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	margin: 3px;
	padding: 4px;
}

.commentAlt {
	background-color: #EEEEEE;
	margin: 3px;
	padding: 4px;
}

.commentTitle{
	font-weight: bold;
	font-size: 15px;
	padding-left: 15px;
}

.commentMessage{
	font-size: 14px;
}

.commentNickname{
	font-weight: bold;
}

.commentDate{
	font-size: 11px;
}

.linkColumnHistoryOn{
	color: #FFEE44;
	background-color: #004477;
	font-weight: bold;
	text-decoration: underline;
}

.linkColumnHistoryOff{
	color: #FFFFFF;
	background-color: #004477;
	font-weight: bold;
	text-decoration: underline;
}

.partnerLink{
	text-decoration: none;
	color: darkgreen;
}

.partnerLinkDescription{
	font-style: italic;
	text-decoration: none;
	color: darkgreen;

}
.partnerLinkName{
	font-weight: bold;
	text-decoration: none;
	color: darkgreen;
}
