body {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	background-image: url(/templates/2007toomoo/images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	background-color: white;
}

form {
	margin: 0px;
	padding: 0px;
}


a {
	color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.textbox {
	font-size: 12px;
	padding: 2px 4px 0px 4px;
	height: 16px;
	border: 1px solid #B4B4B4;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}


.market_price {
	color: #666;
	text-decoration: line-through;
}

.member_price {
	color: #000;
}

.vip_price {
	color: #390;
}

.avip_price {
	color: #f00;
}

.nofloat {
	clear: both;
	float: none;
}

.navbar {
	clear: both;
	float: none;
	text-align: right;
	color: #666;
	height: 26px;
}

.navbar input {
	width: 40px;
}

.navbar img {
	margin-top: 4px;
}

.navbar a.pagenum {
	color: #D03E8A;
	padding: 2px 4px 2px 4px;
	background-color: white;
	border: 1px solid #FFC8E3;
	text-align: center;
}

.navbar a.pagenum:hover {
	text-decoration: none;
	background-color: #FEDEF0;
	font-weight: bold;
	color: #CA0065;
	border: 1px solid #FF99CC;
}

.navbar .pagenum_hover {
	padding: 2px 4px 2px 4px;
	text-decoration: none;
	background-color: #FEDEF0;
	font-weight: bold;
	color: #CA0065;
	border: 1px solid #FF99CC;
}

/****************** topbar ******************/

#topbar
{
	margin-left: auto;
	margin-right: auto;
	width: 920px; 
	height: 115px; 
	text-align: left; 
	background-image: url(/templates/2007toomoo/images/top_bg.gif); 
	background-repeat: no-repeat;
}

#topbar .left {
	float: left; 
	width: 662px; 
	height: 115px;
}

#current_time {
	padding: 0px; 
	margin: 5px 0px 0px 457px;
	height: 16px;
	font-size: 14px;
	color: #DD0063;
}

#topbar_links {
	padding: 4px; 
	margin: 1px 0px 0px 424px;
	height: 19px;
}

#topbar_links li {
	list-style: none;
	float: left; 
	display: block; 
	height: 19px; 
	padding-top: 6px; 
	background-repeat: repeat; 
	text-align: left;
}

#topbar_links li.btn1 {
	/*background-image: url(/templates/2007toomoo/images/top_btn_1.gif);*/
	width: 50px;
	padding-left: 30px;
}

#topbar_links li.btn2 {
	/*background-image: url(/templates/2007toomoo/images/top_btn_2.gif);*/
	width: 57px;
	padding-left: 17px;
}

#topbar_links li.btn3 {
	/*background-image: url(/templates/2007toomoo/images/top_btn_3.gif);*/
	width: 57px;
	padding-left: 17px;
}

#topbar_menus {
	padding: 0px; 
	margin: 21px 0px 0px 0px !important;
	margin: 15px 0px 0px 0px;
}

#topbar .right {
	float: left; 
	width: 258px; 
	height: 115px; 
	background-image: url(/templates/2007toomoo/images/login_bg.gif); 
	background-repeat: no-repeat;
}

#form_login {
	color: black;
}

#form_login input.textbox {
	border: 1px solid red;
	color: red;
}


/************************** classbar **********************/

#classbar {
	margin-left: auto;
	margin-right: auto;
	width: 920px; 
	height: 35px; 
	text-align: left; 
	background-image: url(/templates/2007toomoo/images/classbar_bg.gif); 
	background-repeat: no-repeat;
	margin-top: 0px !important;
	margin-top: -4px;
}

#classbar ul a {
	background-image: url(/templates/2007toomoo/images/classbar_dot.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	padding-top: 2px !important;
	padding-top: 3px;
}

#classbar a.recommend {
	color: #0E7FE8;
	margin-right: 15px;
}

#classbar a.hotsale {
	color: #309703;
	margin-right: 30px;
}

#classbar a.tag {
	color: #B50B4F;
	margin-right: 5px;
}

#classbar ul {
	margin: 0px;
	padding: 9px 0px 0px 30px;
}

#classbar li {
	float: left;
	padding: 0px;
	list-style: none;
}

#classbar .search {
	float: right;
	margin: -3px 25px 0px 0px;
}

#classbar .search input {
	border: 1px solid red;
	color: red;
}


/************************** bottom_bar **********************/

#bottom_bar {
	margin-left: auto;
	margin-right: auto;
	width: 884px; 
	height: 45px; 
	text-align: left; 
	background-image: url(/templates/2007toomoo/images/bottom_bar_bg.gif); 
	background-repeat: no-repeat;
}

#bottom_bar ul {
	margin: 0px;
	padding: 17px 0px 0px 225px;
}

#bottom_bar li {
	float: left;
	padding: 0px;
	list-style: none;
	margin: 0px 2px 0px 2px;
}

#bottom_bar li.spc {
	background-image: url(/templates/2007toomoo/images/bottom_bar_dot.gif);
	background-repeat: no-repeat;
}

#bottom_bar li.spc_right {
	width: 50px;
}


/************************** contents **********************/

#contents {
	margin-left: auto;
	margin-right: auto;
	width: 920px; 
	text-align: left; 
	background-image: url(/templates/2007toomoo/images/contents_bg.gif); 
	background-repeat: no-repeat;
}


/************************** sidebar **********************/

#sidebar {
	width: 199px;
	float: left;
	padding: 12px 0px 0px 18px;
}

#register_now {
	margin-bottom: 4px;
}

#quick_tags {
	width: 175px;
	height:100%;
	background-image: url(/templates/2007toomoo/images/quick_tags_bg_1.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding: 2px 12px 0px 12px;
}

#quick_tags ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#quick_tags li {
	list-style: none;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	background-image: url(/templates/2007toomoo/images/quick_tags_dot.gif);
	background-repeat: no-repeat;
	width: 44px;
	height: 24px;
}

#quick_tags a {
	color: #333;
}

#browse_history {
	width: 199px;
	background-image: url(/templates/2007toomoo/images/browse_history_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 6px;
}

#browse_history ul {
	padding: 0px 6px 0px 6px;
	margin: 0px 0px 4px 0px;
	list-style: none;
	float: none;
	clear: both;
}

#browse_history li {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#browse_history li.thumb {
	float: left;
	margin-right: 6px;
	border: 1px solid #FFD9EC;
}

#browse_history li.thumb:hover {
	border: 1px solid #FF7BBD;
}

#browse_history li.split {
	clear: both;
	float: none;
	height: 17px;
	background-image: url(/templates/2007toomoo/images/products_list_bg.gif);
	background-repeat: repeat-x;
}


#contacts {
	width: 175px;
	height: 180px;
	background-image: url(/templates/2007toomoo/images/contacts_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding: 50px 14px 0px 10px;
}

#contacts p {
	margin-bottom: 10px;
}

#links {
	width: 199px;
	background-image: url(/templates/2007toomoo/images/links_bg.gif);
	background-repeat: repeat-y;
	margin-bottom: 6px;
	text-align: center;
}

#links ul {
	margin: 0px;
	padding: 0px;
}

#links li {
	list-style: none;
}


/************************** main *********************************/

#main {
	float: left;
	width: 678px;
	padding: 12px 0px 0px 6px;
}

#main_top {
	width: 100%;
	height: 298px;
}

#homepage_recommend {
	float: left;
	width: 422px;
	height: 254px;
	background-image: url(/templates/2007toomoo/images/homepage_recommend_bg.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 44px;
}

#function_block {
	margin-left: 6px;
	float: left;
}

#function_block ul {
	margin: 0px;
	padding: 0px;
}

#function_block li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#main_news {
	width: 218px;
	height: 180px;
	background-image: url(/templates/2007toomoo/images/news_bg.gif);
	background-repeat: no-repeat;
	padding: 10px 8px 10px 8px;
}


/************************** homepage_latest **********************/

#homepage_latest {
	width: 680px;
	background-image: url(/templates/2007toomoo/images/homepage_latest_bg.gif);
	background-repeat: no-repeat;
	padding-top: 40px;
}


#homepage_hotsale {
	width: 500px;
	height: 284px;
	background-image: url(/templates/2007toomoo/images/homepage_hotsale_bg.gif);
	background-repeat: no-repeat;
	padding: 12px 170px 0px 18px;
}

#homepage_hotclick {
	width: 500px;
	height: 269px;
	background-image: url(/templates/2007toomoo/images/homepage_hotclick_bg.gif);
	background-repeat: no-repeat;
	padding: 12px 170px 0px 18px;
}

/************************** copyright **********************/

#copyright {
	margin-left: auto;
	margin-right: auto;
	width: 884px; 
	height: 73px; 
	text-align: left; 
	color: #666;
	font-size: 12px;
	background-image: url(/templates/2007toomoo/images/copyright_bg.gif); 
	background-repeat: no-repeat;
}

#copyright p {
	padding-left: 210px;
	padding-top: 16px;
}


#youqing{
	width:862px; 
	margin-left:auto; 
	margin-right:auto; 
	margin-top:10px; 
	margin-bottom:10px; 
	padding:10px; 
	border:#CCCCCC dashed 1px; 
	font-size:12px; 
	background:#f2f2f2; 
}

#youqing a {
	font-size:12px;
	color:#666666;
	margin-right:10px;
	line-height:1.5em;
}

#youqing a:hover{
	color:#000000;	
}

/*************************** product *********************/

.product_list_split {
	clear: both;
	float: none;
	height: 17px;
	background-image: url(/templates/2007toomoo/images/products_list_bg.gif);
	background-repeat: repeat-x;
}

ul.product {
	float: left;
	width: 135px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.product li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.product_thumb img {
	margin: 1px;
}

.product_thumb a {
	border: 1px solid #FFD9EC;
}

.product_thumb a:hover {
	border: 1px solid #FF7BBD;
}

li.product_title {
	padding-top: 4px;
	height: 32px;
	display: block;
}

li.product_title a {
	color: #D03E8A;
	padding: 1px;
}

li.product_tag a {
	color: #FF6600;
}

/******************* small_product ********************/

.small_product_list_split {
	clear: both;
	float: none;
	height: 17px;
	background-image: url(/templates/2007toomoo/images/products_list_bg.gif);
	background-repeat: repeat-x;
	margin: 0px 12px 0px 0px;
}

ul.small_product {
	float: left;
	width: 100px;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}

.small_product li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

.small_product_thumb img {
	margin: 1px;
}

.small_product_thumb a {
	border: 1px solid #FFD9EC;
}

.small_product_thumb a:hover {
	border: 1px solid #FF7BBD;
}


li.small_product_title {
	padding-top: 4px;
	height: 16px;
	width: 84px;
	display: block;
	overflow: hidden;
	line-height: 18px;
}

li.small_product_title a {
	color: #D03E8A;
}


li.small_product_tag a {
	color: #FF6600;
}


/******************* product_details ********************/

#product_top {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#product_navbar {
	padding: 4px;
}

#product_navbar a {
	color: #D03E8A;
}

#product_navbar a:hover {
	color: #6699FF;
}


#product_navbar .left {
	float: left;
}

#product_navbar .right {
	float: right;
}


#product_details {
	clear: both;
	float: none;
	margin-top: 6px;
	background-image: url(/templates/2007toomoo/images/product_details_bg.gif);
	background-repeat: no-repeat;
	width: 641px;
	height: 286px;
	padding: 16px;
}

#product_thumb3 {
	padding-top: 21px;
	float: left;
}

#product_thumb3 img {
	border: 1px dotted #ccc;
}

#product_thumb3 img:hover {
	border: 1px dotted #333;
}

#product_info {
	padding: 22px 6px 0px 6px;
	float: left;
	color: #666;
	font-family: 宋体, Arial, Helvetica, sans-serif;
}

#product_info td {
	padding-left: 6px;
}

#product_info h3 {
	font-size: 12px;
	font-weight: normal;
	color: #0099FF;
	margin-bottom: 6px;
	margin-left: 6px;
}

#product_buy_buttons {
	padding-right:20px;
	text-align: right;
}


.round_border {
	float: none;
	clear: both;
	width: 671px;
}

#product_details_memo {
	margin: 0px;
	width: 671px;
	background-image: url(/templates/2007toomoo/images/product_details_hbg.gif);
	background-repeat: repeat-y;
}

#product_details_memo h3 {
	float: left;
	font-size: 12px;
	padding: 3px;
	background-color: #FBDDED;
	margin: 5px 20px 5px 8px;
}

#product_details_memo .contents {
	float: left;
	padding-top: 8px;
}

#product_photos {
	padding: 10px;
	text-align: center;
	background-image: url(/templates/2007toomoo/images/product_details_hbg.gif);
	background-repeat: repeat-y;
}

#product_help {
	padding: 10px;
	text-align: left;
	background-image: url(/templates/2007toomoo/images/product_details_hbg.gif);
	background-repeat: repeat-y;
}

.memberbox {
	border: 1px dashed #F98BB7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-decoration: none;
	background-color: #FEE0F8;
}

