﻿body {
	background-color: white;
	color: black;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0px;
	margin-top: 8px;
	background-image: url('../images/bg.png');
	background-repeat:repeat-x;
	background-position: left top;
}

td {
	text-align: left;
	vertical-align: top;
}

.toyimage {
	border-left: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
	
}

.style1 {
	border: 0px;
}

.listprice {
	display:block;
}

h1 {
	margin-top: 0px;
}

h1.productlink {
	background-color: navy;
	padding: 2px;
}

h2 {
	margin-top: 0px;
	margin-bottom: 6px;
}

#specialdiscount {
	background-color:#CCFFCC;
	border: green 2px dashed ;
	padding: 3px;
}

#otherspecialdiscount {
	background-color: #FFCCFF;
	border: maroon 2px dashed ;
	padding: 3px;
}


h2.menuh2 {
	background-image:url('../images/headerbg-blue.png');
	padding: 2px;
	color: #FFCC00;
}

h3 {
	margin-bottom: 2px;
}

h4 {
	background-image:url('../images/headerbg-blue.png');
	padding: 2px;
	color: #FFCC00;
}

.nostyleh2special {
	color: #FFCC00;
	text-decoration: none;
}

h2.menuh2 {
	margin-bottom: -3px;
	padding: 2px;
}

div#title {
	text-align:center;
}

.accessories {
	margin-top: 8px;
	text-align:center;
	
}

.controllers {
	margin: 5px;
	padding: 3px;
	border: 1px solid silver;
	text-align:center;
}

#accessoriestitle {
	
	font-weight: bold;
	font-size:larger;
	
}

#placeholder {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	
}

#content {
	padding-left: 5px;
	padding-right: 5px;
	
}

.whitelink {
	color: white;
}

#characters {
	margin-left:10px;
	margin-right: 10px;
	background-color:#FFCCFF;

}

#search {
	text-align:right;
	background-color:#FFCCFF;
	font-size: larger;
	padding: 2px;
	margin: 2px;
	text-align: center;
	border-bottom: 1px #FF99CC solid;
	border-right: 1px #FF99CC solid;
	border-top: 1px  #FFEAFF solid;
	border-left: 1px  #FFEAFF solid;	
	
}

.searchform {
	font-size: large;
}

.nostyle {
	color: #FFCC00;
	font-weight: bold;
	text-decoration: none;
}

#explain {
	margin: 5px;
	padding: 5px;
	background-color:#E1F0FF;
	border: 1px blue dashed;
}

.menulink {
	display:block;
	margin-bottom: 2px;
	background-color: #CEE7FF;
	padding: 2px;
	text-decoration: none;
			
	}
	
.menulinkred {
	display:block;
	margin-bottom: 2px;
	background-color:#CC0000;
	color: white;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
			
	}
	

:hover.menulink {
	border-right: 5px solid green;
	background-color: #F4F4F4;
}

#menucontainer {
	border: 1px solid navy;
}

#menu {
	width: 160px;
}

#footer {
	margin-top: 20px;
	text-align: center;
}

#featured {
text-align:center;

}

#featuredtext {
	padding-left: 5px;
	padding-right: 5px;
	background-color:maroon;
	color: white;
	
}

.third {
width: 50%;
text-align: center;
padding: 5px;
border: 1px dotted silver;
}

.mythird {
	width: 33%;
	font-size: larger;
	font-weight: bold;
}


