/* @override http://surefire.stomvi.cc/surefire.css */

html, body{
	background: #332c28 url(images/bg.jpg) repeat-x;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}

.clear{
	clear: both;
	font-size: 0;
	width: 0;
	height: 0;
}

a img{
	border: 0;
}

/* @group mask */

#mask{
	display: none;
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 11;
	cursor: pointer;
}

/* @end */

/* @group lightbox */

#lightbox_top_border{
	width: 600px;
	height: 12px;
	position: relative;
	background: #fff url(images/lightbox_top_right_corner.jpg) 100% 0 no-repeat;
}

#lightbox_top_left_corner{
	width: 13px;
	height: 13px;
	background: url(images/lightbox_top_left_corner.jpg) no-repeat;
}

#lightbox_body{
	width: 560px;
	height: 380px;
	padding: 70px 20px 0 20px;
	position: relative;
	background: #fff;
	font-size: 12px;
}

/* @group sale */

#lightbox_body .title{
	width: 100px;
	height: 7px;
	font-size: 0;
	background: url(images/product_onsale.jpg) no-repeat;
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 15px;
}

#lightbox_body #close_button{
	width: 24px;
	height: 24px;
	background: url(images/close_button.gif) no-repeat;
	cursor: pointer;
	position: absolute;
	top: -5px;
	right: 8px;
}

#lightbox_body .shadow{
	width: 600px;
	height: 39px;
	background: url(images/lightbox_shadow.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 10;
}

#lightbox_body .pager{
	width: 100px;
	height: 30px;
	position: absolute;
	top: 420px;
	left: 237px;
}

#lightbox_body .pager #previous_button{
	width: 24px;
	height: 24px;
	background: url(images/previous_button.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

#lightbox_body .pager #page_info{
	width: 50px;
	font-size: 14px;
	text-align: center;
	margin: auto;
	padding-top: 3px;
}

#lightbox_body .pager #next_button{
	width: 24px;
	height: 24px;
	background: url(images/next_button.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

#sale_block{
	display: none;
	position: absolute;
	z-index: 15;
	text-align: left;
	font-size: 12px;
}

#sale_block div.basic_info{
	width: 240px;
	height: 340px;
	vertical-align: top;
	padding: 10px 0 0 10px;
	float: left;
}

#sale_block .basic_info .product_title{
	color: #333;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 no-repeat;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#sale_block .basic_info .product_title .version{
	color: #999;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sale_block .basic_info .product_color{
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 no-repeat;
}

#sale_block .basic_info .product_price{
	margin: 5px 0;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 5px no-repeat;
}

#sale_block .basic_info .product_price .price{
	color: red;
}

#sale_block .basic_info .product_price .old_price{
	color: #666;
	text-decoration: line-through;
}

#sale_block .basic_info .product_price .special_price{
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

#sale_block .basic_info .order_button{
	position: absolute;
	top: 350px;
	left: 150px;
	cursor: pointer;
}

#sale_block .detail_info{
	width: 300px;
	height: 300px;
	vertical-align: top;
	margin: 0;
	float: left;
	overflow: auto;
	padding: 10px 0 0 0;
}

#sale_block .detail_info ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sale_block .detail_info ul li{
	display: block;
	line-height: 20px;
	padding: 3px 0 3px 10px;
	background: url(images/news_list_bullet.gif) 0 12px no-repeat;
}

#sale_block .detail_info .order_form{
	display: none;
}

/* @end */

#lightbox_bottom_border{
	width: 600px;
	height: 13px;
	position: relative;
	background: #fff url(images/lightbox_bottom_right_corner.jpg) 100% 0 no-repeat;
}

#lightbox_bottom_left_corner{
	position: absolute;
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	background: url(images/lightbox_bottom_left_corner.jpg) no-repeat;
}


/* @end */

#top_line{
	font-size: 11px;
	color: #fff;
	width: 890px;
	margin: auto;
	text-align: right;
	padding: 5px;
}

#container{
	width: 900px;
	background: #fff;
	margin: auto;
	text-align: left;
	position: relative;
}

#container_top_border{
	width: 900px;
	height: 5px;
	background: url(images/container_top_right_corner.jpg) 100% 0 no-repeat;
}

#container_top_left_corner{
	width: 5px;
	height: 5px;
	background: url(images/container_top_left_corner.jpg) no-repeat;
}

#container_bottom_border{
	width: 900px;
	height: 5px;
	background: url(images/container_bottom_right_corner.jpg) 100% 0 no-repeat;
}

#container_bottom_left_corner{
	width: 5px;
	height: 5px;
	background: url(images/container_bottom_left_corner.jpg) no-repeat;
}

#menu{
	width: 900px;
	height: 72px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

#logo{
	float: left;
}

#menu_buttons{
	position: absolute;
	top: 15px;
	left: 390px;
}

#menu_buttons img{
	float: left;
}

#banner{
	width: 890px;
	text-align: center;
	padding: 5px;
}

#body{
	width: 900px;
	padding-bottom: 20px;
}

#top_functions{
	position: absolute;
	top: -19px;
	right: 330px;
	font-size: 11px;
	color: #fff;
}

#top_functions a{
	color: #fff;
	padding: 0 10px 0 20px;
}

#top_functions #shopping_cart{
	background: url(images/shopping_cart_icon.gif) 0 no-repeat;
}

#top_functions #my_order{
	background: url(images/search_icon.gif) 0 no-repeat;
}

.button_list{
	list-style: none;
	margin: 10px;
	padding: 0;
}

.text_input{
	border: 1px solid #999;
	height: 22px;
	width: 200px;
}

.long_text_input{
	border: 1px solid #999;
	height: 22px;
	width: 400px;
}

.tiny_text_input{
	border: 1px solid #999;
	height: 22px;
	width: 60px;
}

/* @group side bar */

#side_bar{
	float: left;
	width: 190px;
	padding-left: 20px;
	padding-top: 20px;
}

#side_bar .side_bar_title{
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 40% no-repeat;
	margin-bottom: 10px;
}

#side_bar .side_bar_content{
	font-size: 12px;
	margin-bottom: 20px;
}

#sale_scroll_up, #sale_scroll_down{
	float: left;
	cursor: pointer;
}

#sale_container{
	float: left;
	height: 205px;
	width: 190px;
	position: relative;
	overflow: hidden;
}

#sale_list{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 170px;
	position: absolute;
	top: 0;
	left: 0;
}

#sale_list li{
	border-bottom: 1px solid #eee;
	padding: 5px 0 5px 20px;
	background: url(images/news_list_bullet.gif) 10px 13px no-repeat;
	height: 30px;
	display: block;
}

#sale_list li div{
	display: block;
	color: #333;
	text-decoration: none;
	cursor: pointer;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sale_list li div span{
	color: #766379;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sale_list li .old_price{
	text-decoration: line-through;
	color: #999;
	float: left;
	margin-right: 10px;
	display: none;
}

#sale_list li .special_price{
	color: #915200;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 10px;
	font-size: 10px;
}

#side_bar .side_bar_content .links_list{
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

#side_bar .side_bar_content .links_list li{
	padding-bottom: 5px;
}

/* @end */

#content{
	float: left;
	width: 620px;
	padding: 20px 30px 20px 40px;
	font-size: 12px;
	color: #333;
	position: relative;
}

h1{
	margin: 0;
	padding: 0;
}

#office_photo_right{
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 10px 20px;
}

#office_photo_left{
	float: left;

	border: 1px solid #ccc;
	margin: 0 20px 20px 0;
}

/* @group news */

#news_table td{
	border-bottom: 1px solid #eee;
	padding: 5px 0 3px 0;
}

#news_table td a{
	color: #333;
	text-decoration: none;
}

#news_table td a:hover{
	color: red;
}

#news_table .title{
	
}

/* @end */

address{
	text-align: center;
	position: relative;
	height: 20px;
	padding-top: 50px;
}

address ul{
	list-style: none;
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -152px;
	padding: 0;
	border-left: 1px solid #ccc;
}

address ul li{
	float: left;
	border-right: 1px solid #ccc;
}

address a{
	display: block;
	padding: 2px 10px;
	color: #333;
	text-decoration: none;
	font-style: normal;
	font-size: 11px;
	right: 100px;
	top:0;
}

address a:hover{
	text-decoration: underline;
}

/* @group contact */

#content .contact_data{
	padding: 10px 0 20px 40px;
}

#content .contact_data .label{
	float: left;
	color: #666;
	width: 60px;
}

#content .contact_data .data{
	float: left;
}

#content .contact_data ul{
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#content .contact_data ul li{
	margin-bottom: 5px;
}

#contact_e-mail{
	background: url(images/mail.jpg) no-repeat;
}

#contact_address{
	background: url(images/compass.jpg) no-repeat;
}

#contact_phone{
	background: url(images/phone.jpg) no-repeat;
}

#contact_fax{
	background: url(images/fax.jpg) no-repeat;
}

#contact_opening{
	background: url(images/time.jpg) 0 10px no-repeat;
}

/* @end */

/* @group products */

.product_cat{
	width: 600px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.product_cat .title a{
	text-decoration: none;
	color: #333;
}

.product_cat .title a:hover{
	color: red;
}

#classification{
	font-size: 16px;
	color: #7a5a39;
	position: absolute;
	top: 25px;
	right: 30px;
	width: 400px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

#attention{
	position: absolute;
	top: 48px;
	right: 30px;
	color: red;
}

.product_cat .image{
	float: left;
	margin-right: 20px;
}

.product_cat .intro{
	width: 400px;
	float: left;
}

.product_cat .intro .title{
	padding-left: 13px;
	background: url(images/grey_arrow_right.jpg) 0 13px no-repeat;
	margin-bottom: 5px;
}

.product_cat .intro .title img{
	margin-left: 10px;
	position: relative;
	top: 3px;
}

.product_cat .intro .brief{
	color: #666;
	font-size: 11px;
	line-height: 16px;
}

.product_image_container{
	position: relative;
	width: 240px;
	height: 180px;
}

.magnifier{
	width: 32px;
	height: 32px;
	position: absolute;
	top: 5px;
	left: 0;
	background: url(images/magnify.gif);
}

#products_table{
	
}

#products_table th{
	width: 260px;
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

#products_table th .product_title{
	color: #333;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 no-repeat;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}

#products_table th .product_title .version{
	color: #999;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#products_table th .product_color{
	margin-top: 10px;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 no-repeat;
}

#products_table th .product_color .color_title{
	float: left;
}

#products_table th .product_color .color_block{
	font-size: 0;
	width: 12px;
	height: 12px;
	border: 1px solid #ccc;
	float: left;
	margin-right: 5px;
	cursor: pointer;
}

/*顏色在此新增*/

#products_table th .product_color .bk{
	background: #000;
}

#products_table th .product_color .bh{
	background: #333;
}

#products_table th .product_color .yl{
	background: #ffeb00;
}

#products_table th .product_color .od{
	background: #6a783a;
}

#products_table th .product_color .tn{
	background: #92773c;
}

#products_table th .product_color .ha{
	background: #5e6e4c;
}

#products_table th .product_color .gm{
	background: #988396;
}

#products_table th .product_color .bl{
	background: #0e0581;
}

#products_table th .product_color .sl{
	background: #cccccc;
}

#products_table th .product_color .sg{
	background: #cccccc;
}

#products_table th .product_color .pk{
	background: #d233ce;
}

/*顏色在此新增*/

#products_table th .product_price{
	margin: 5px 0;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 5px no-repeat;
}

#products_table th .product_price .price{
	color: red;
}

#products_table th .product_price .old_price{
	color: #666;
	text-decoration: line-through;
}

#products_table th .product_price .special_price{
	color: red;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}

#products_table td{
	vertical-align: top;
	padding: 10px;
	border-bottom: 1px dotted #ccc;
}

#products_table ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#products_table ul li{
	display: block;
	line-height: 20px;
	padding: 3px 0 3px 10px;
	background: url(images/news_list_bullet.gif) 0 12px no-repeat;
}

#products_table td em{
	padding-left: 10px;
	color: red;
	font-weight: normal;
}

#go_back{
	width: 600px;
	text-align: center;
	padding: 10px 0;
}

#go_back a{
	color: blue;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	background: url(images/back.gif) no-repeat;
}

#go_back a:hover{
	color: red;
}


/* @end */

/* @group company */

#name_and_logo{
	width: 418px;
	height: 120px;
	padding: 20px 0 20px 70px;
}

#company_intro{
	float: left;
	width: 340px;
	margin-right: 20px;
	padding-bottom: 40px;
}

#content .content{
	padding-top: 10px;
}

#content p{
	margin: 0 0 20px 0;
	color: #666;
	line-height: 25px;
	padding-left: 10px;
	background: url(images/red_arrow_right.jpg) 0 10px no-repeat;
}

#content em{
	font-style: normal;
	font-weight: bold;
	color: #333;
}

#company_photo{
	float: left;
	text-align: right;
	width: 254px;
	line-height: 20px;
	font-size: 11px;
}

#company_photo img{
	padding: 5px;
	border: 1px solid #ccc;
}

ol{
	line-height: 25px;
	padding: 0 0 0 30px;
}

/* @end */

/* @group order */

#products_table .extra_buttons{
	margin-top: 10px;
}

#products_table .extra_buttons input{
	position: relative;
	top: -7px;
}

#products_table .extra_buttons .expand_button{
	display: none;
}

#products_table .extra_buttons .order_button,
#products_table .extra_buttons .compare_button,
#products_table .extra_buttons .expand_button,
#products_table .order_form .close_button,
#products_table .order_form .submit_button{
	cursor: pointer;
}

#products_table .top_shadow{
	width: 600px;
	height: 30px;
	background: url(images/top_shadow.jpg) 50% 0 no-repeat;
}

#products_table .bottom_shadow{
	width: 600px;
	height: 30px;
	background: url(images/bottom_shadow.jpg) 50% -8px no-repeat;
}


#products_table .order_form{
	display: none;
}

#products_table .order_form table th{
	width: 80px;
	padding: 7px 0 5px 0;
	border: 0;
}

#products_table .order_form table td{
	width: 210px;
	padding: 3px 0;
	border: 0;
}

#products_table .order_form .name_input,
#products_table .order_form .color_input,
#products_table .order_form .text_input,
#products_table .order_form .address_input{
	border: 1px solid #999;
	margin: 0;
	padding: 2px;
	height: 17px;
}

#products_table .order_form .name_input{
	width: 100px;

}

#products_table .order_form .color_input{
	width: 50px;
}

#products_table .order_form .text_input{
	width: 200px;
}

#products_table .order_form .address_input{
	width: 200px;
}

#products_table .order_form .textarea{
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	height: 120px;
}

/* @end */

/* @group shopping */

.shopping_cart_table{
	width: 630px;
	border-bottom: 2px solid #333;
}

.shopping_cart_table th, .shopping_cart_table td{
	padding: 10px;
}

.shopping_cart_table thead th{
	text-align: center;
	border-bottom: 2px solid #666;
}

.shopping_cart_table tbody th, .shopping_cart_table tbody td{
	border-bottom: 1px dotted #ccc;
	text-align: center;
}

.shopping_cart_table .price, .shopping_cart_table .sub_total{
	text-align: right;
}

.shopping_cart_table .total, .shopping_cart_table .total_price{
	text-align: right;
}

.data_input_table{
	width: 630px;
	border-bottom: 2px solid #333;
}

.data_input_table th, .data_input_table td{
	padding: 5px 10px;
}

.data_input_table thead th{
	text-align: center;
	border-bottom: 2px solid #666;
}

.data_input_table tbody th, .data_input_table tbody td{
	border-bottom: 1px dotted #ccc;
	text-align: left;
}

.data_input_table tbody th{
	width: 60px;
}

textarea{
	width: 400px;
	height: 100px;
}


/* @end */
