/* CSS STYLE SHEET FOR BIG BOYS GADGET TOYS - 2005 */
/* Code by Digital Idiom Ltd www.digitalidiom.co.uk */


body {
	margin:0px; padding:0px;
	background-color:#F2F2F2;
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
}

.secret {
	display:none
}

h1,h2 {
	font: bold 130% Verdana, Arial, Helvetica, sans-serif;
	color:#C30;
		background-color:transparent;
}

h3,h4,h5,h6 {
	font:bold 120% Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
	color: #036;
	background-color:transparent;
}

#sidebar p {padding:6px;}
#content p {padding:2px;}

img{border:0px}

/* LINK STYLES */
a:link{text-decoration: underline; color: #930;}
a:visited{text-decoration: underline; color: #930;}
a:active{text-decoration: none; color: #FDE13B;}
a:hover{text-decoration: underline; color: #FF6600;}

/* TABLES */
.fancyTable {
	margin:2px;
	color:#036;
	background-color:#FFF;
	border:1px solid #666;
}

.fancyTable th {
	color:#FFF;
	background-color:#036;
	border-left:0px solid #C33;
}



/* PRODUCT STYLES */
#productBox {
	clear:both;
}

.products {
	margin:2px;
	color:#036;
	background-color:#FFF;
	border:1px solid #666;
	float:left;
}

.products th {
	color:#FFF;
	background-color:#036;
	border-left:0px solid #C33;
}



/* ###################### */
/* MAIN CONTAINING BLOCKS */
#outer {
	width:760px;
	border-style:solid;
	border-color:#000;
	border-width:0px 1px 1px 1px; /* top and bottom borders: 1px; left and right borders: 0px */
	position:absolute;
	left:50%;
	margin-left:-380px;
    background-color:#FFF;
}

#masthead {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#036;
	background: #FFF url('images/bg-masthead.jpg') no-repeat;
}

#masthead a:link {color:#036; text-decoration:none;}
#masthead a:hover {color:#636; text-decoration:underline;}
#masthead a:visited {color:#036; text-decoration:none;}
#masthead a:active {color:#F36; text-decoration:none;}

#sidebar {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
}


#content {
	font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
	color:#036;
	padding:10px;
	background-color:#FFF;
}


#footer {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCC;
	background: #FFF url('images/bg-footer.jpg') no-repeat;
}

#footer a:link {color:#CCC; text-decoration:underline;}
#footer a:hover {color:#F36; text-decoration:none;}
#footer a:visited {color:#CCC; text-decoration:underline;}
#footer a:active {color:#F3F; text-decoration:underline;}

/* ###################### */
