@charset "utf-8";
/* CSS Document */

body, p {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

a {
	color:#09F;
	text-decoration:none;
}

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

.noborder {
	border:none 0px;
}

.noborder a {
	border:none 0px;
}

.noborder a:hover {
	border:none 0px;
}

#wrapper {
	width:900px;
	height:auto;
	min-height:1200px;
	margin:auto;
	background:#FFFF72;
}

#banner {
	width:900px;
	height:300px;
	background-image:url(../Images/Banner.jpg)
}

#menu {
	width:150px;
	height:150px;
	float:left;
}

#main {
	padding:10px;
	width:720px;
	height:auto;
	float:left;
}

#centercontain {
	width: 700px;
	height:auto;
	margin: auto;
	margin-top: 20px;
	position:relative;
	text-align:center;
}

#contain {
	width: 700px;
	height:auto;
	margin: auto;
	margin-top: 20px;
	position:relative;
}

#colour {
	width:200px;
	height:auto;
	margin:10px;
	text-align:center;
	float:left;
}

#colour img {
	width:200px;
	height:200px;
}


#colour a {
	font-size:16px;
	text-decoration:none;
	color:#000;
}

#colour a:hover {
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

#profile {
	float:left;
	margin:10px;
	border:0px;
}

#picright {
	float:right;
	margin:10px;
	border:0px;
}

/* Fonts */

h1 {
	font-size:20px;
	font-weight:bold;
	font-family:"Cooper Black", "Arial Black";
	text-align:center;
}

strong {
	font-size:16px;
	font-weight:bold;
}
	
/* Form */

#formitem {
	margin-bottom:5px;
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#formitem label {
	width:200px;
	float: left;
	padding: 2px 10px 2px 0;
	text-align: right;
	font-weight:bold;
}

#submitcontain {
	width:600px;
	height:auto;
	margin-bottom:5px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#submit {
	width:150px;
	height:25px;
	background-color:#0066FF;
	font-weight:bold;
	border:1px solid #97C0FF;
}

#submit:hover {
	width:150px;
	height:25px;
	background-color:#97C0FF;
	font-weight:bold;
	border:1px solid #0066FF;
}

#submit:active {
	width:150px;
	height:25px;
	background-color:#FFFF72;
	font-weight:bold;
	border:1px solid #0066FF;
}

#upload {
	margin-bottom:5px;
	width:600px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#upload label {
	width:300px;
	float: left;
	padding: 2px 10px 2px 0;
	text-align: right;
	border: 1px solid #FFFFFF;
	font-weight:bold;
}

/*Shop Product*/

#product {
	width:300px;
	height:auto;
	margin:10px;
	float:left;
	padding:5px;
	border:#000 2px solid;
}

#prodrow {
	width:300px;
	height:auto;
	margin-bottom:5px;
	margin-top:5px;
	float:left;
}
    
#prodimage {
	width:80px;
	height:auto;
	float:left;
}
  
#proddetail{
	margin-left:10px;
	width:200px;
	float:right;
	height:auto;
}
        
#prodnumber {
	width:auto;
	height:auto;
	float:left;
	margin-right:5px;
	text-align:left;
}

#prodprice, #prodship {
	width:auto;
	height:auto;
	float:right;
	margin-left:5px;
	text-align:right;
}

#prodship, #prodship a {
	color:#C00;
	font-size:12px;
}

#prodship a:hover {
	color:#C33;
	font-size:12px;
}

.prodhead, #proddtail .prodhead a {
	font-size:16px;
	font-weight:bold;
	color:#C00;
	text-decoration:underline;
}

#proddtail .prodhead a:hover {
	text-decoration:none;
	color:#C33;
}

#prodprice {
	font-size:16px;
	color:#093;
	font-weight:bold;
}

#prodbasket a:hover {
	background-color:#97C0FF;
	font-weight:bold;
	border:1px solid #0066FF;
}

#prodbasket a:active {
	background-color:#FFFF72;
	font-weight:bold;
	border:1px solid #0066FF;
}

/* Characters */

#character {
	width:250px;
	height:auto;
	margin:20px;
	float:left;
	text-align:center;
	border:0px;
}

#character img {
	width:250px;
	height:250px;
}


#character a {
	font-size:20px;
	text-decoration:none;
	color:#000;
	border:0px;
}

#character a:hover {
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	color:#03F;
	border:0px;
}