@charset "utf-8";
/* CSS Document */

@import url(common.css);


/*================PRODUCTS==================*/

#newsBg{
	background-image:url(images/news_bg.jpg);
	background-repeat:repeat-y;
	}

#leftMenuColumn{
	width:240px;
	float:left;
	background-color:#7fa8cf;
	}

#rightColumn{
	width:720px;
	float:right;
	}

.clear{
	clear:both;
	}

.clear hr{
	display:none;
	}

.desCategory{
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-image:url(images/title_cate.jpg);
	width:200px;
	height:22px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:3px;
	}

.productsTitle{
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-image:url(images/title_toy01.jpg);
	height:22px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:3px;
	}

.categoryTitle{
	background-image:url(images/products_line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	height:22px;
	margin-bottom:2px;
	font-size:14px;
	font-weight:bold;
	font-color:#464646;
	}

.categoryInner{
	width:200px;
	margin-left:20px;
	margin-right:20px;
	}

.categoryInner li{
	height:54px;
	list-style:none;
	margin-bottom:3px;
	}

.productsInner{
	margin-left:20px;
	margin-right:20px;
	line-height:20px;
	}

#productsBody{
	background-repeat:no-repeat;
	padding-top:18px;
	color: #333333;
	}

#productsBody a{
	color: #0066CC;
	}

#productsBody h2{
	font-weight:bold;
	font-size:14px;
	color:#464646;
	line-height:30px;
	border-bottom:#0051A0 solid 1px;
	padding-top:10px;
	margin-bottom:10px;
	}

#productsBody h2 img{
	margin-bottom:5px;
	}

.products_thumb{
	float:left;
	border:0px;
	margin-right:20px;
	}

#productsBody p{
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	display:block;
	}

#productsBody p a:link, p a:visited{
	color: #0066CC;
	}

#productsBody div{
	margin-bottom:3px;
	}

#productsBody div dl{
	padding-top:2px;
	font-size:12px;
	color:#666666;
	clear:right;
	}

#productsBody div dt{
	float:left;
	}
	
#productsBody div dd{
	margin-right:12px;
	float:left;
	}

.btn_buy{
	float:right;
	}


/*================CALENDER==================*/

.contentsInner{
	margin:14px 18px;
	line-height:20px;
	font-size:13px;
  }

.calender li{
	margin-right:10px;
	float:left;
	list-style:none;
	}
.contentsInner h2{
	font-weight:bold;
	font-size:14px;
	line-height:22px;
	color:#FFFFFF;
	background-color:#0051A0;
	padding-left:10px;
	margin-top:10px;
	clear:both;
	}