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

.tabs { /*background:transparent url(images/bg_tabs.png) repeat-x scroll left -8px ;*/border-bottom:1px solid #999999;height:36px;margin:0;padding:0 0 0 10px;}

.tabs li { background:transparent url(images/bg_gradient_blue_reverse.gif) repeat-x scroll center bottom;border-color:#999999 #999999;border-style:solid solid none;border-width:1px 1px medium;color:black;float:left;height:19px;list-style-image:none;list-style-position:outside;
list-style-type:none;margin:10px 2px -1px;padding:3px 8px;}

.tabs li.active { background:white none repeat scroll 0 0;
border-bottom:1px solid white;}


.tabs li img.tl, .tabs li img.tr, img.tr { height:6px;
margin-top:-4px;position:absolute;width:6px;}

.tabs li img.tl { background:transparent url(images/corner_tab_blue_tl.png) repeat scroll 0 0;margin-left:-9px;}

.tabs li a { color:black;text-decoration:none;}

.tabs li.active img.tl {
background:transparent url(images/corner_tab_white_tl.png) repeat scroll 0 0;}

.tabs li img.tr { background:transparent url(images/corner_tab_blue_tr.png) repeat scroll 0 0;margin-left:3px;}

.tabs li.active img.tr { background:transparent url(images/corner_tab_white_tr.png) repeat scroll 0 0;}

#look-box { padding-top:20px; padding-left:125px; margin-bottom:30px;}

#product-q{border-color:#7C7C7C #C3C3C3 #C3C3C3 #7C7C7C;border-style:solid;border-width:1px; padding:2px 3px; width:340px; float:left}

#searchCategory { border-color:#7C7C7C #C3C3C3 #C3C3C3 #7C7C7C;border-style:solid;border-width:1px;font-size:13px; float:left;height:22px;margin-left:10px;width:174px;}

#searchSubmit { background:transparent url(images/search_bar.png) no-repeat scroll 100% 100%;border:0 none;color:#5E2708;font-size:13px;font-weight:bold;height:23px;margin-left:10px;padding:0; width:99px; cursor:pointer}

#serch-product-title { border-bottom:2px dotted #D8D8D8; padding-bottom:10px; margin-left:10px; margin-bottom:10px;}

.search-product-categories { float:left;width:230px; padding-left:20px;}

#search-results { float:right;width:700px;}

.no-list-style { list-style-image:none;list-style-position:outside;list-style-type:none;margin-left:15px; margin-bottom:10px;padding:0;}

.catTitle { font-size:14px; margin-left:10px;}
.level3Title { font-size:12px; margin-left:10px; }
#results #categories li {line-height:1.6em;list-style-image:none;list-style-position:outside;list-style-type:none;margin-left:5px;display:block;}

#results #categories li a{ padding-left:19px;width:100px;min-height:15px;color:#006699;text-decoration:none;}

#result-list ul { padding-left:15px; margin-top:10px;}
#result-list ul li {float:left;height:auto;margin:0 auto;padding:0 0 5px 5px;text-align:center;width:220px;}

#result-list ul li .productImage{ border:1px solid #DDDDDD;display:table-cell;height:120px;position:relative;text-align:center;vertical-align:middle;width:200px;}

#result-list ul li .productImage p {position:static;+position:absolute;top:50%;}

.item{ margin:4px 0;}

.productImage img { left:-50%;position:static;+position:relative;top:-50%;}


#not-found h2 { text-align:center;background-image:url(images/i_mag_glass.png);
background-position:40% 50%;background-repeat:no-repeat;height:80px;padding-top:28px;font-size:16px;}

/*产品分类相关信息*/
#categoryDirectory { margin-top:5px; margin-left:15px; float:left; width:700px;}

.add-notice { background:#DCEEFC none repeat scroll 0 0;border:1px solid #B1DEF7;font-size:12px;line-height:1.7em;
margin:5px 0;padding:5px 16px 5px 10px;position:relative;}

.add-notice h5 { color:#DD3A04;font-size:14px;font-weight:bold;}

li { list-style-image:none;list-style-position:outside;
list-style-type:none;}

#categoryDirectory .cmodule { width:175px; font-size:14px}
#categoryDirectory li { float:left;}

.cmodule .chd { border-bottom:1px dotted #DCDCDC;font-weight:bold;margin:11px 15px 0; padding-bottom:5px;}

.cmodule .cbd { padding:0 12px 12px;}
.cmodule .cbd ul{ margin-top:5px}

#categoryDirectory .cbd li { float:none;line-height:1.8em;padding-left:25px;}

#categoryDirectory .cbd a, .pub-notice ul a {padding:2px 3px; text-decoration:none}

#categoryDirectory .cbd ul a:hover {background-color:#E60100;color:#FFFFFF;}

a { color:#333333;cursor:pointer;}


/* - - - - - - - - - - - - - - - - - - - - -

Title : Lightbox CSS
Author : Kevin Hale
URL : http://particletree.com/features/lightbox-gone-wild/

Created : January 13, 2006
Modified : February 1, 2006

- - - - - - - - - - - - - - - - - - - - - */

#lightbox{
	display:none;
	position: absolute;
	top:30%;
	left:50%;
	z-index:9999;
	width:560px;
	height:auto;
	margin:-150px 0 0 -250px;
	text-align:left;
	
}
#lightbox[id]{
	/*position:fixed;*/
}

#overlay{
	display:none;
	position:absolute;
	background-color:#000000;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:90;
	background-color:#000;
	-moz-opacity: 0.6;
	opacity:.60;
	filter: alpha(opacity=60);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:100%;
	height:100%;
}

table.lightbox td.top_left { background-image:url(images/lightbox_corners.jpg);
background-position:0 0;height:66px;width:38px;}

table.lightbox td.top { background-image:url(images/lightbox_corners_top_bottom.png);
background-repeat:repeat-x;vertical-align:bottom;}

table.lightbox td.top_right { background-image:url(images/lightbox_corners.png);
background-position:-428px 0;vertical-align:top;width:38px;}

.close_lightbox { background-image:url(images/lightbox_close.png);background-repeat:no-repeat;cursor:pointer;display:block;height:36px;margin-left:6px;margin-top:-2px;width:36px;}

table.lightbox td.left {background-image:url(images/lightbox_corners_left_right.png);
background-position:0 0;
background-repeat:repeat-y;
}

table.lightbox td.right { background-image:url(images/lightbox_corners_left_right.png);
background-position:-428px 0;background-repeat:repeat-y;}

table.lightbox td.center { background:#FFFFFF none repeat scroll 0 0;text-align:left;
}
#app_lightbox_content{ height:100%;width:480px; font-size:14px}

.lightbox_content {margin-top:-48px;position:relative;}

.lightbox_content h1{ font-size:1.2em;padding:20px; font-weight:bold; margin:0;}

.lightbox_content ul{ margin-left:25px; margin-top:0;list-style-type: none;list-style-image: none; list-style-position: outside;}

.lightbox_content ul{ padding-left:20px;}
.lightbox_content ul li{ line-height:1.5em}
.lightbox_content ul li a,.lightbox_content ul li a:link,.lightbox_content ul li a:visited { color:#006699;text-decoration:none;}

table.lightbox td.bottom_left { background-image:url(images/lightbox_corners.png);
background-position:0 -190px;height:53px;}



table.lightbox td.bottom { background-image:url(images/lightbox_corners_top_bottom.png);
background-position:0 -190px;background-repeat:repeat-x;}

table.lightbox td.bottom_right { background-image:url(images/lightbox_corners.png);
background-position:-428px -190px;}

