@charset "utf-8";

/* jquery hide class */
.hide{
	display:none;
}

/* CSS Document */
* {	
	padding:0;
	margin:0;
}

html {	
	background-color:black;
	}

/**
 * DIV POSITION LAYOUT
 */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	/*font-weight:bold;*/
	text-align:center;
	
}


	div#wrapper {
				margin: 0 auto;
				font-size: 1.2em;
				width:900px;
				height:600px;
				text-align:left;
						
				}

		div.banner {
					float: left;
					width:900px;
					height:213px;
					clear:both;
					}

		div#nav{
				min-width:900px;
				width:900px;
				text-align:center;
				text-transform: uppercase;		
			}
				
			div#nav a{
				color:#fec803;
				padding-right:0.6em;								
				font-weight:700;
				font-size: 3em;	
				text-decoration:none; !important		
				*font-size: 1.9em; ! important /* targets IE6 and 7 */	
				*padding-right:1px; ! important /* targets IE6 and 7 */				
			}
			
			div#nav a:after {content:"."}

			
			div#nav a:hover{
				color:#FF0000;
				text-decoration:none;
			}
		
		/* cross side hide in javasript */
		div.hidden {
			display:none;
		}
		
	div#shop{
		margin-top: -20px;
	}
	
	.packshot{
		margin-top: -20px;
	}
/***********************BUY BUTTON MALE**********************/
			
				.malecontainer{
								/*margin-top: -110px;*/
								margin-left: 45px;
								text-align: center;
								float:left;
								/*position:relative;
								z-index: 1;*/
				}

				.buy_button_male{
					background: transparent url(http://www.youdoodoll.co.uk/images/superheroes/buy_button_male.png) no-repeat left top;
					cursor:pointer;
					height: 56px;
					width: 218px;
				}
				
				.buy_button_male:hover{
					background-position: right top;
				}
				
/***********************BUY BUTTON FEMALE**********************/

				.femalecontainer{
					margin-top: -110px;
					margin-left: 576px;
					text-align: center;
					
				}
				
				.buy_button_female{
					background: transparent url(http://www.youdoodoll.co.uk/images/superheroes/buy_button_female.png) no-repeat left top;
					cursor:pointer;
					height: 56px;
					width: 218px;
				}
				
				.buy_button_female:hover{
					background-position: right top;
				}
				
				p.paypal{
					color: white;
				}
				
	.paypal_form_male, .paypal_form_female{
		display:inline;
		margin-bottom: -4px;
		padding-left:6px;
	}
	

			
/* styles in footer.php */			
div.bottom {
			height: 30px;
			width: 900px;
			float:right;
}



/**
 * TEXT STYLES
 *
 *
 *
 */
  
p.footer {	
			color: #FFFFFF;
			background-color:#000000;
			font-weight: bold;
			text-align:center;
			padding:7px;
	}

legend {	
			background-color: transparent;
			}

.smallbold {

			font-weight: bold;
			background-color: transparent;
			font-size: 10px;
}
.small {
			background-color: transparent;
			font-size: 10px;
}

/**
 * LINK STYLES 
 * 
 * 
 */
 
.footer a {
	color:#FFFFFF;
	background-color: transparent;
}
 
a {
 	color:#000000;
	text-decoration: underline;
	font-weight: bold;
 }
 
  
 a:hover{
 	color:#fec803;
 	text-decoration: none;
 }
 