/* My-Wish-List.com */
body, html, h1, h2, h3, h4, h5 {
	margin:0;
	padding:0;
}

body{
	background:url(images/wish_list_bg.jpg) repeat-x top left;
	font-family:"Times New Roman", Times, serif;
	font-size:11pt;
}

h1{
	font-size:16pt;
	font-weight:bold;
	color:#666666;
}

h2{
	font-size:12pt;
	font-weight:bold;
	color:#666666;
}

ul{
	text-align:left;
	margin-bottom:0;
	padding-bottom:0;
}

ul, li {
	list-style:none;
}

p{
	margin:0 0 10px 0;
	text-align:left;
}

input{
	background:#EEEEEE;
	border:1px solid #d51616;
	font-size:10pt;
}

input:active, input:focus{
	background:#FFFFFF;
}

.red-style{
	font-weight:bold;
	color:#d51616;
}

#the-wish-list .wish{
	border-bottom:1px solid #666666;
	padding-bottom:2px;
	margin-bottom:5px;
	width:540px;
}

a:link, a:visited, a:active{
	color:#d51616;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	font-weight:bold;
}

.clear{
	clear:both;
	height:10px;
}

.alert{
	color:#F00;
	font-style:italic;
}

#container{
	width:806px;
}

#header{
	background-image:url(images/my_wish_list_banner.png);
	height:160px;
	text-align:center;
}

#banner-link{
	float:left;
	width:447px;	
}

#header-links{
	float:right;
	width:350px;
	text-align:right;
	padding-top:100px;
	padding-right:8px;
}

#contact-email{
	vertical-align:text-bottom;
}

#content-container{
	background:url(images/repeat_bg.png) repeat-y;
}

#content{
	width:750px;
	text-align:left;
}

#footer{
	height:100px;
	background:url(images/footer_bg.png) no-repeat;
}

#footer div{
	padding-top:15px;
	border-top:1px solid #bbbbbb;
	width:780px;
}

#steps{
	float:left;
	width:510px;
}

#list-steps{
	margin-bottom:10px;
	padding-left:0px;
}

#list-types{
	float:right;
	width:210px;
	font-weight:bold;
	border:1px solid #D51616;
	padding:5px;
}

#list-types h1{
	color:#111;
	font-size:14pt;
	display:block;
	border-bottom:1px solid #111;
}

#list-types h2{
	font-size:12pt;
	display:inline;
}

#list-types h3{
	font-size:10pt;
	display:inline;
}

#list-types h4{
	font-size:8pt;
	display:inline;
}

#create-list{
	float:left;
	text-align:center;
	width:600px;
	margin-top:10px;
}

#ads{
	float:right;
	width:150px;
	text-align:center;
	margin-top:10px;
}

#ads-left{
	float:left;
	margin-left:34px;
	margin-top:2px;
}

#name-email{
	height:40px;
	width:600px;
}

.submit-button{
	border:2px solid #d51616;
	height:25px;
	font-size:10pt;
	font-weight:bold;
	padding-bottom:2px;	
}

.submit-button:hover{
	cursor:pointer;
}	

.wish-div{
	height:40px;
	width:600px;
}

#spam-check-div, #create-list-div{
	margin-top:10px;	
}

#features{
	margin-top:0;
	margin-bottom:10px;
}

#features .circle{
	list-style:circle;
}

#the-wish-list{
	float:left;
}

#email{
	position:fixed;
	left:35%;
	top:25%;
	z-index:100;
	width:400px;
	background:#e1e1e1;
	border:2px solid #BBBBBB;
}

#close{
	width:390px;	
	padding:4px;
	text-align:right;
}

#close a:link, #close a:active, #close a:visited, #close a:hover{
	font-weight:normal;
	color:#000;
	text-decoration:none;
}

#email #email-content{
	padding:0 10px 10px 10px;
	width:380px;
}

#your-email-text-field, #email-text-field{
	margin-top:10px;
	height:45px;
}

.email-text-field{
	height:25px;
}

#email-button{
	text-align:right;	
}

#ebay-ad-home{
	text-align:center;
	clear:both;
	padding-top:20px;
}

#spam{
	vertical-align:bottom;
}
