/*
Template Name: Teddy
Template URI: http://www.teddychina.com/
Description: Teddychina
Version: 1.0
Author: imerl team
Author URI: http://www.imerl.com/
Logo filename: logo.gif
*/
* html {
  filter:expression(document.execCommand("BackgroundImageCache", false, true));
  /*  fix IE6 background flicker  */
}
* {
	padding:0;
	margin:0;
	list-style:none;
}
body {
	font: 12px, Arial, Helvetica, sans-serif;
	color: #000000;
	text-align:center;
}
img {border: 0px;}
div, td, p {
  font: 12px verdana, arail;
  line-height: 150%;
}
input, select, textarea {
  font: 12px "Courier New";
}
a:visited, a:link {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #f76b15;
}
.clear {
  clear: both;
}

#body {
	width:930px;
	text-align:center;
	margin:0 auto;

}
#body div, #body td, #body p {
text-align:left;
}
#indexLeft {
	width: 736px;
	float: left;
	text-align:left;
}
#indexRight {
	/*edit by Sea*/
	float:right;
	/**/
	width: 190px;
	margin-left: 4px;
	text-align:left;
}
#indexLeftBtn {
	border: 1px solid #d8d8d8;
	width: 117px;
	float:left;
	height:196px;
	overflow:hidden;
	margin-right: 3px;
	margin-bottom: 2px;
}
#indexAnno {
	border: 1px solid #c7d01e;
	width: 227px;
	height:196px;
	overflow:hidden;
	float:left;
}
#indexAd {
	border: 1px solid #c7d01e;
	width: 380px;
	height:196px;
	overflow:hidden;
	float:right;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #f76b15;
	border-bottom: 1px dotted #ccc;
	padding: 4px;
	margin: 3px;
}
#indexSearchOrder {
	text-align:center;
	color:white;
	font-weight:bold;
	float:left;
	width: 351px;
	height: 32px;
	background-color: #cdd920;
	line-height:32px;
	overflow:auto;
}
#indexSearch {
	float: right;
	width: 382px;
	height: 32px;
	background-color: #ffa200;
	line-height: 32px;
	text-align:center;
	margin-bottom:2px;
}
#indexTags {
	width: 734px;
	border: 1px solid #f3d275;
	height:85px;
}
#indexTagsTitle {
	float:left;
	width:28px;
	height:85px;
	background:url(/shop/teddyimages/tags.gif);
}

#indexLeftBox {
	width: 736px;
	margin-top:2px;
}
#indexLeftBoxleft {
	width: 205px;
	float:left;
}
#indexLeftBoxRight {
	width:525px;
	float:right;
}
.box {
	border: 4px solid #feecbf;
	padding:2px;
	margin-bottom:3px;
}
.boxg {
	border: 4px solid #ededed;
	padding:2px;
	margin-bottom:3px;
}
.pcate li {
	margin-left:8px;
	list-style-image:url(/shop/teddyimages/images0112.gif);
	list-style-position:inside;
}

/*the second menu == add by Sea*/

.pcate li {
	margin-left:8px;
	list-style-position:inside;
}

/*Add coder is over*/

.indexCenterBox {
	border-top: 4px solid #d5f295;
	border-right: 1px solid #d5f295;
	border-bottom: 1px solid #d5f295;
	border-left: 1px solid #d5f295;
}

.indexGoods {
	padding: 0 0 0 5px;
	width: 527px !important;width:520px;
	text-align:center;
}
.indexGoods li {
	text-align:left;
	float:left;
	width:130px;
	height:240px;
	word-break: break-all;
}



/*  ----------------------|  SWEET BLESSED CLEARFIX  |----------------------  */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix {
    display: inline-block; }

html[xmlns] .clearfix {
    display: block; }

* html .clearfix {
    height: 1%; }
