﻿body
{
	background-image: url(bg_body.png);
	text-align:center;
	margin:0px;
	padding:0px;
}


#m
{
	 margin: auto;
	 width:980px;
	 text-align: left;
	 height:auto;
	 margin-top:6px;
}

.brand{
    margin: 0px;
    padding: 0px;
    height:44px;
    width:960px;
    background-image: url(brand.png);
    background-repeat:no-repeat;
}

#nUpper
{
    float:right;
    padding-right:50px;
    padding-top:8px;
    height:44px;
}

#nUpper li
{
 list-style:none;   
}

#nUpper a 
{
 display:inline-block;
 height:26px;  
 padding-left:35px;
 padding-top:8px;
 color:#000092;
 font-weight:bold;
 font-size:12px;
 line-height:20px;
 text-decoration:none;
}

#nUpper a:hover
{
 text-decoration:underline;
}

#nUpper .t 
{
   background-image: url(basket.png);
   background-repeat:no-repeat;
   background-position: left center;
}


.menu
{
    
    clear:both;
    height:26px;
    background-color: #cc0000;
    width:100%;
}


#c{
     clear:both;
     background-color: #fff;
     margin: 0;
     padding: 0px 10px 10px 10px;
     min-height:350px;
     height:auto;
}

#searchBox{ 
    width:169px;

    background-image: url(search_top1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 40px 0 0 0;
    background-color: #cc0000;
}

#searchBox .bottom{
    height:14px;
    background-image: url(search_bottom1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-position: right bottom;
}

#browseBox{ 
    margin-top:15px;
    background-image: url(browse_top.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 40px 0 0 0;
    width: 169px;
    background-color: #cacaec;
}

#browseBox .content{ 
    width:170px;
    border-right: solid 1px #8888c6;
}

#browseBox .bottom{
    width:169px;
    height:16px;
    background-image: url(browse_bottom.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}


#colFrame{
    min-height:802px;
}

#left{
     float:left;
     width:178px;
     border: 1px solid #fff;
     min-height: 800px;
     height:auto;

}


#right{
     float:right;
     width:775px;
     border: 1px solid #fff;
     min-height: 800px;
     height:auto;
}


#h{
	 text-align: left;
	 padding: 0px;
	background-color:#fff;
}

#f{
	clear:both;
	 text-align: center;

}


.crumb
{   
    color: #000092;
    padding: 8px 0px 8px 4px;
}

.crumb a
{   
    text-decoration:none;
    
}

.crumb a:hover
{   
    text-decoration:underline;
    
}


#f span{padding-right:25px;}

#h h1{padding:12px}







.navSide {
    



}


.navSide ul {
 
  list-style: none;
  padding:0;
  margin: 0;
  
    

}

.navSide li {
   border-bottom: dotted 1px #afafdc;
}

.navSide li a{

    padding: 5px 0 5px 8px;
    display:block;
    text-decoration:none;
    color:#3d3d9c;
}

.navSide li a:hover{
 
    background-color:#8888c6;
    background-image: url(nav_star.png);
    background-repeat: no-repeat;
    background-position: 150px center;
    color:#fff;
}



#searchBox .content {
    color: #fff;
    margin-left:6px;
}

#searchBox .content .label {
    padding-bottom:6px;
}

#searchBox .content input.text{

    width:100px;
    font-size:9pt;
    margin-right:4px;

}

#searchBox .content input.btn{
    position:absolute;
}

#location {
    margin-top:15px;
    background-image: url(location.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color:#cba458; 
    width:169px;
}
       
#location .content {
    color:#fff;
    padding: 66px 0px 18px 24px;
}

#location .bottom {
    background-image: url(location_bottom.png);
    background-repeat: no-repeat;
    background-position:right bottom;
    height:13px;
}

#location a:link {
    color:#fff;
}

#location a:hover {
    color:#87682f;
}

.range .item{
     border-bottom: dotted 1px #cba458;

}

#homeToys
{
	background-image: url(bg_toys2.png);
	min-height: 270px;
	height: 270px;
	width:100%;
	background-repeat:no-repeat;
	text-align:center;
	margin:0px;
	padding:0px;
}

#homeToyNav
{
    margin-bottom:20px;
    width:100%;

}


#homeBrands
{

	background-image: url(bg_brands.png);
	min-height: 70px;
	height:70px;
	width:100%;
	background-repeat:no-repeat;
	background-position:center 30px;
	margin:0px;
	padding:0px;
}

#homeBrands h2
{
     border-bottom: dotted 2px #3668AE;
     color: #3668AE;
     font-size:18px;

}


#homeNursery
{
    margin-top:26px;
    margin-bottom:26px;

}

#homeNursery a
{
    border: solid 1px #fff;
}

#homeNursery a:link
{
    border: solid 1px #fff;
}

#homeNursery a:visited
{
    border: solid 1px #fff;
}

#homeNursery a:hover
{
    border:solid 1px #cc0000;
}

#homeNursery img
{
    border: solid 1px #fff;
}


.navTable
{
    width:100%;
    font-size: 14px;
}

.navTable td
{
    text-align:center;
}

.navTable a
{
    display:block;
    padding:4px;
    font-weight:bold;
    text-decoration: none;
    background-color:#D2D6E4;
    
}

.navTable a:hover
{
    background-color:#CDCDEB;
    text-decoration: underline;
}

.lnkBuy
{
    color:#6d5e32;
    text-decoration:none;
    display:inline-block;
    padding:3px;
    border: solid 1px #6d5e32;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

.lnkBuy:hover
{
      color: #cc0000;
      border-color: #cc0000;
}


#checkout
{
    font-size:12pt;
    text-align:right;
    margin-right:50px;
}

#checkout li
{
 list-style:none;
}

#checkout .default a
{
    color:#6d5e32;
    text-decoration:none;
    display:inline-block;
    padding:3px;
    border: solid 1px #6d5e32;
    border-bottom-width: 2px;
    border-right-width: 2px;
}

#checkout .default a:hover
{
    color: #cc0000;
    border-color: #cc0000;
}