/*CSS document*/

body, td {
	margin:0px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	text-align:justify;
	line-height:15px;
}

a {
	color:#26BBF3;
	font-weight:bold;
}
 
h1 {
	font-family:Tahoma;
	font-size:11px;
	color:#26BBF3;
	font-weight:bold;
	text-align:justify;
	}

h2 {
	font-family:Tahoma;
	font-size:11px;
	color:#26BBF3;
	font-weight:bold;
	text-align:justify;
}

.sidecolumn {
	padding: 0px 20px;
	background-color:#FFF;
}

.middlecolumn {
	padding: 0px 30px;
	border-left: 1px solid #26bbf3;
	border-right: 1px solid #26bbf3;
	background-color:#FFF;
}

.white_bg {
		background-color:#FFF;
}

.grey_bg {
		background-color:#DBDBDB;
	}

.blue_bg{
		background-color:#26BBF3;
		height:28px;
		}

.green_bg {
	background-color:#A6D233;
	height:5px;
}

.newblock {
	background-color: #ebeaea;
	padding: 0px 10px;
}

.productsblock {
	padding: 0px 10px;
	border-left: 1px solid #26bbf3;
	border-right: 1px solid #26bbf3;
}

.footer {
	background: url(../images/footer/footerbg.gif) repeat-x;
	padding-top: 6px;
	color: #fff;
}

.footer a {
	color:#ffffff;
	font-weight:normal;
	text-decoration: none;
}

/* Dropdown menu */

#dropmenudiv{
    position:absolute;
	margin-left: 20px;
    border:1px solid lightgrey;
    border-bottom-width: 0;
    font:normal 10px Verdana;
    line-height:15px;
    z-index:100;
}

#dropmenudiv a{
    width: 100%;
    display: block;
    text-indent: 0px;
    <!--border-bottom: 1px solid lightgrey;-->
    padding: 2px 0;
    text-decoration: none;
    font-weight: normal;
}

#dropmenudiv a:hover{
    color:onmouseover="MM_swapImage()";
    background-color: white;
}


/* toys page */

.middlecolumntoys {
	padding: 0px 30px;
	border-left: 1px solid #db3939;
	border-right: 1px solid #db3939;
	background-color:#FFF;
}


.toysborder {
	border: 1px solid #cacaca;
}
