body, td{
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif; 
	font-size: 13px;
	color: #333;/*default colour for text*/
	padding:0;
	margin:0;}

a {text-decoration:underline;color:#1c8095;}
a:hover {color:#f76c97;}
a:active {color:silver;}
a.sel {color:#81CF12;}
img{border:0;}
h1, h2, h3, h4, h5 {margin:0.3em 12px 0.3em 12px;position:relative;color:#81cf12; }
h1 {font-size:1.3em;}
h2 {font-size:1.2em;}
h3 {font-size:1.1em;}
h4 {font-size:1.1em;}
h5 {font-size:1.1em;}
p {margin:0.5em 12px 0.5em 12px;padding:0;vertical-align:top;position:relative;}
caption {text-align:left;margin:0.4em 12px 0.4em 12px;padding:0;}
table {margin:0.4em 10px 0.4em 10px;padding:0;vertical-align:bottom;position:relative;}
td {text-align:left;padding:2px;margin:0;vertical-align:bottom;border-top:1px #c4e2f4 solid;font-size:0.9em;}
th {text-align:left;padding:2px;font-size:10px;color:#1c8095;}
td p {margin:0.1em 1px;padding:0;}
ol,ul {padding:0; margin:0 0 0 28px;}
li {padding:0;margin:1px 0 1px 0px;color:#333;}
ul li {zoom:1;}
ol li {	list-style-type: decimal;	display: list-item;}
em {font-weight:bold; font-style: normal;}

.fr {float:right;display:inline;}
.fl {float:left;display:inline;}

/*for rounded corners*/
div.rx {left:0px;top:0px;padding:0;margin:0;position:absolute !important;width:100%;z-index:100;zoom:1;}
div.ry {left:0px;bottom:0px;padding:0;margin:0;position:absolute !important;width:100%;z-index:100;_bottom:0px;zoom:1;}


body {
	/*default background*/
	background:white url(/images/backgrounds/bg_body_home.jpg)  center 10px repeat-x;
	position:relative;
	}
#footer{
	background-color:black;
	position:relative;
}
#footer div{	
	padding-top:1em;
	padding-bottom:3em;
	}
#footer p {
	font-size:0.9em;
	color:white;
}

#container {
}

/*other stuff*/
#header,
#container,
#footer {
	width:760px;
	margin:0px auto;
	position:relative;
	/*overflow:hidden;*/
}

#content {
	width:530px;
	padding:0 0 10px 0;
	overflow:hidden;
	min-height:55em;
}
.home #content {
	width:760px;
	padding:0;
	z-index:10;
	min-height:10em;
	overflow:visible; /*needed to show the overlay*/
}

/*////////////////
*	Header stuff
////////////////*/
#header{
	/*Aim for overall height of 165px*/
	padding-top:1px;
	background:black url(/images/bg_header.gif) no-repeat right top;
	overflow:hidden;
}
#header h1{
	/*Image height 65px*/
	margin:50px 20px 42px 66px;
	}
#header p.options {
	position:absolute;
	right:0;
	top:15px;
	margin:0;
	padding:0;
}
#header p.options a {
	display: block;
	padding:2px 10px 2px 40px;
	text-align: right;
}
#header p.options a.cartbutton {
	margin-top:1em;
	background:transparent url(/images/bg_cartbutton.gif) no-repeat left center;	
}
#header p.options a.en {
	margin-left:1.5em;
	background:transparent url(/images/bg_langbutton_en.gif) no-repeat left center;	
}
#header p.options a.es {
	margin-left:1.5em;
	background:transparent url(/images/bg_langbutton_es.gif) no-repeat left center;	
}
#header p.options a.sel {
	text-decoration: none;
}

#header div.menu {
	position:relative;
	margin:0;
	zoom:1;
	background:#81cf12;
}

#header div.menu p.crumb {
	position:relative;
	background:#81cf12;
	margin:0;
	padding:1px 12px;
	color:white;
	z-index:10;
	font-size:0.9em;
}
#header p.crumb a {
	color:white;
	text-decoration:none;
}
#header ul {
	width:480px;
	position:absolute;
	right:0;
	bottom:0;
	padding-right:10px;
	margin:0;
	z-index:100;
}
#header .menu li {
	float:right;
	display:inline;
	margin:0 0 0 2px;
	padding:2px 0 4px 0;
	background-color:#81cf12;
	position:relative;
	list-style-type: none;
	list-style-image: none;
	zoom:1;
}
#header .menu li a {
	text-decoration:none;
	margin:4px;
	color:white;
}
#header .menu li a.sel {
	font-weight:normal;
	color:#000;
}
#header .menu li a:hover {
	color:#990100;
}


/*////////////////
*	sidebar content stuff
////////////////*/
#side {
	/*float:right;*/
	position:absolute;
	right:0;
	width:225px;
}

#sidemenu {
	margin-bottom:2em;}

#side ul {
	list-style-type: none;
	list-style-image: none;
	margin-bottom:0.5em;
	display:block;
	position:relative;
}
#side li {
	list-style-type: none;
	list-style-image: none;
	display:block;
	position:relative;
	zoom:1;
}
#side li a,
#side li span {
	background:#81cf12;
	display:block;
	color:white;
	padding:1px 10px;
	text-decoration:none;
	position:relative;
	zoom:1;
}
#side li.sel a.sel,
#side li.sel span.sel {
	font-weight:normal;
	color:#000;
}

#side li a:hover {
	color:black;
}
#side li div.rx,
#side li div.ry {
	width:10px;
	zoom:1;}

/*////////////////
*	sidebar menu styles
////////////////*/
#side li.toysforbabies a,
#side li.toysforbabies span {
	background:#a7c646;
}
#side li.toysforbabies ul li a,
#side li.toysforbabies ul li span {
	background:#bdd474;
}
#side li.toysforchildren a,
#side li.toysforchildren span {
	background:#6aa233;
}
#side li.toysforchildren ul li a,
#side li.toysforchildren ul li span {
	background:#88b55c;
}
#side li.toysforadults a,
#side li.toysforadults span {
	background:#349800;
}
#side li.toysforadults ul li a,
#side li.toysforadults ul li span {
	background:#5dad33;
}
#side li.summerclothes a,
#side li.summerclothes span {
	background:#ef4b18;
}
#side li.summerclothes ul li a,
#side li.summerclothes ul li span {
	background:#f26f46;
}
#side li.winterclothes a,
#side li.winterclothes span {
	background:#990100;
}
#side li.winterclothes ul li a,
#side li.winterclothes ul li span {
	background:#ad3433;
}



/*////////////////
*	MultiBlock content stuff
////////////////*/

#container h1 {
	margin-top:1em;
}

/*general*/
#container div.img p,
#container div.imghalf p{
	/*image note*/
	font-size:0.85em;
	margin: 0.4em 18px 0.4em 10px;
}
#container .impact {
	background-color:#81cf12;
	padding:8px 0;/*make room for corners*/
	color:white;
}
#container p.seemore {
	position:relative;
	overflow:hidden;
}
#container p.seemore a {
	background:transparent url(/images/bg_seemore.gif) no-repeat left center;
	color:white;
	padding:2px 0px 2px 12px;
	text-decoration:none;
	line-height:1.4em;
}
#container p.seemore a.buynow {
	background:transparent url(/images/bg_seemore_cart.gif) no-repeat left center;
	padding-left:34px;
	float:left;
	clear:left;
	display:inline; /*IE6Hack*/
}
#container p.seemore a:hover {
	color:black;
}
#container p.seemore a span {
	background:transparent url(/images/bg_seemore_tail.gif) no-repeat right center;
	padding:3px 12px 3px 0px;
}
#container .impact p.seemore a {
	background:transparent url(/images/bg_seemore_impact.gif) no-repeat left center;
	color:black;
}
#container .impact p.seemore a span {
	background:transparent url(/images/bg_seemore_impact_tail.gif) no-repeat right center;
}

/*////////////////
*	#content specific
////////////////*/
#content .fr {float:right;display:inline;clear:right;}
#content .fl {float:left;display:inline;clear:left;}

#content div.imghalf.fl {margin-right:8px;}

#content div.leveler{clear:both;}
#content .smallblock,
#content .fullblock,
#content .halfblock,
#content .fullimg {
	/*margin:10px 12px;*/
	margin:1px 0 1px 0;
	padding:8px 0;
	position:relative;
	overflow:hidden;
	}
#content .smallblock {
	font-size:0.9em;
	width:265px;
}	
#content .halfblock {
	width:265px;
	position:relative;
	}
#content .fullblock,
#content .fullimg {
	clear:both;
	width:530px;
}
#content .fullimg div.img {
	background:white url(/images/bg_fullimg_bot.gif) no-repeat right bottom;
	/*width:530px;*/
	padding:0 0 0 0;
	margin:1px auto;
}
#content .fullimg div.img div {
	padding:0 0 18px 0;
	background: url(/images/bg_fullimg_left.gif) no-repeat left bottom;
}
#content .fullimg div.img img.full {
	/*width:502px;*/
	padding:10px 18px 00px 10px;
	background:transparent url(/images/bg_fullimg_top.gif) no-repeat right top;
}


#content  div.imghalf {
	background:white url(/images/bg_halfimg_bot.gif) no-repeat right bottom;
	width:257px;
	padding:0px 0px 18px 0px;
	margin-left:8px;
}
#content div.imghalf img {
	width:229px;
	background:transparent url(/images/bg_halfimg_top.gif) no-repeat right top;
	padding:10px 18px 0 10px ;
}
#content .impact div.imghalf {
	background:white url(/images/bg_halfimg_bot_impact.gif) no-repeat right bottom;
}
#content .impact div.imghalf img {
	background:transparent url(/images/bg_halfimg_top_impact.gif) no-repeat right top;
}

#content .smallblock p,
#content .smallblock h3,
#content .smallblock div {
	margin:0.1em 0 0.1em 0;
	line-height:130%;
	padding:0;
}

#content .smallblock p {
	margin-left:128px;
	margin-bottom:1.5em;
}

#content .smallblock div.img {
	/*image container*/
	margin-right:8px;
	float:left;
	clear:left;
	display:inline;
	position:relative;
	width:120px;
	height:120px;
	z-index:100;
}
#content .smallblock div.img img {
	width:120px;
	height:120px;
}
	
#content .smallblock p.seemore {
	position:absolute;
	bottom:1px;
	right:1px;
	margin:0;
}

/*////////////////
	Side specific
////////////////*/

#side  div.imghalf {
	background:white url(/images/bg_halfimg_side_bot.gif) no-repeat right bottom;
	width:217px;
	padding:0 0 18px 0;
	margin-left:8px;
}
#side div.imghalf img {
	width:189px;
	background:transparent url(/images/bg_halfimg_side_top.gif) no-repeat right top;
	padding:10px 18px 0 10px ;
}
#side .impact div.imghalf {
	background:white url(/images/bg_halfimg_side_bot_impact.gif) no-repeat right bottom;
}
#side .impact div.imghalf img {
	background:transparent url(/images/bg_halfimg_side_top_impact.gif) no-repeat right top;
}


/*////////////////
	Homepage stuff
////////////////*/
#content .homepageblock {
	background:#9adcfd url(/images/hp_overlay_bot.jpg) no-repeat left top;
	position:relative;
	padding:0;
	margin:0;
	height:233px;
}
#content .homepageblock div.inner {
	/*the text block*/
	height:233px;
	width:304px;
	padding-left:456px;
	font-size:0.9em;
	overflow:hidden;
}
#content .homepageblock div.overlay {
	/*This contains just the foreheads : Need to keep width to a minium to reduce interference with the menu */
	background:transparent url(/images/hp_overlay_top.png) no-repeat left top;
	_background:none;
	width:337px;
	height:57px;
	position:absolute;
	top:-57px;
	z-index:1000;
}

#content .homepageblock a {
	font-weight:bold;
	color:#ef4b18;
}

.home #content .codeblock {
	margin:0;
	padding:0;
}


/*////////////////
	Product blocks
////////////////*/
#content div.product {
	border-bottom:1px #81cf12 solid;
}
div.product div.img {
	/*overall 200x195px */
	width:200px;
	/*height:136px;*/
	padding:8px 0 0 0;
	background:white url(/images/bg_poleroid_top.gif) no-repeat right top;
	display:inline;
	margin:0 10px 10px 0;
	float:left;
	position:relative;
	}
div.product div.img div {
	padding:2px 18px 49px 10px;
	background:white url(/images/bg_poleroid_bot.gif) no-repeat right bottom;
	display:block;
	margin:0;
	float:none;
	position:relative;
	}
	
div.product img {
	width:172px;
	/*height:136px;*/
	}
#content div.product div.element {
	margin-left:200px;
}
#content div.product h3 {
	text-transform:uppercase;
}
#content .price { color:black;}

/*Icons*/
#content .product p.icons {
	position:absolute;
	left:0;
	bottom:0;
	margin:5px 18px 18px 10px;
}
#content .product p.icons span,
#content .product p.icons a {
	display:block;
	width:20px;
	height:20px;
	float:right;
	margin:2px;
}
#content .product p.icons span span,
#content .product p.icons a span {
	display:none;
	margin-left:-4000px;
}
#content .product p.icons span.hot {
	float:left;
	width:60px;
	height:60px;
	position:absolute;
	bottom:0;
	background:transparent url(/images/icon_topseller.png) no-repeat top left;
	_background:transparent url(/images/icon_topseller.gif) no-repeat top left;
}
#content .product p.icons a.social {
	background:transparent url(/images/icon_social.png) no-repeat top left;
}
#content .product p.icons span.new {
	background:transparent url(/images/icon_new.png) no-repeat top left;
}


/*////////////////
*	Main menu
////////////////*/

p.menu{
	text-align:right;
	font-size:1.1em;
}

p.menu a.cart {
	padding-right:17px;
	background:transparent url(/images/bg_cartlink.gif) right center no-repeat;
}

div.submenu {
	margin:0;
	position:relative;
	padding:0;
	background:#f9f9f9 url(/images/bg_submenu_shadow.gif) left top repeat-x;
	border-top:1px #fff solid;
	border-bottom:1px #f2f1f1 solid;
}
div.submenu p{
	text-align:right;
	font-size:1em;
	margin:0px inherit 0px inherit;
	color:dimgray;
}
div.submenu a{
	color:#68a351;
}


/*clearfix thingy */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/*popupimage*/
html.popupimg, html.popupimg body,html.popupimg body table{
     margin:0;
     padding:0;
     height:100%;
     width:100%;
     border:none;
     background:white;
  }

body.popupimg table td{
   vertical-align: middle;
   text-align:center;
	margin:0;
	padding:0;
	}
	
div.mag {
	width:32px;
	height:32px;
	position:absolute;
	right:-2px;
	bottom:-2px;
	background:transparent url(/images/magicon.png) bottom right no-repeat;
}

div.magie {
	width:32px;
	height:32px;
	position:absolute;
	right:-2px;
	bottom:-2px;
	background:transparent bottom right no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/magicon.png',sizingMethod='scale');
}