	#product {
		display: block;
		float: right;
	}
	#product #breadcrumbs {
		display: inline-block;
	}
	#product #product_title{
		font-size: 30px;
		line-height: 36px;
		color: #373a3f;
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 2px dotted  #04495f;
		display: inline-block;
	}
	
	#product #product_content {
		background-color: #fcfcfc;
		margin: 0 20px 0px 20px;
	}
	#product #product_content .product_declare{
		position: absolute;
		margin-top: -10px;
		margin-left: -10px;
	}
	@-moz-document url-prefix() {
		#product #product_content .product_declare{
			margin-left: -315px;
		}
	}
	#product #product_content #product_image {
		float: left;
		border: 1px solid #666;
		text-align: center;
		min-height: 100px;
		line-height: 160px;
	}
	#product #product_content #product_image *{
		vertical-align: middle;
		color: #5a5a5a;
		font-size: 18px;
		text-decoration: none;
	}
	#product #product_content #product_image img{
		margin: 1px;
	}
	#product #product_content #product_detail {
		float: right;
	}
	#product #product_content .product_row {
		width: 100%;
		display: inline-block;
		line-height: 29px;
	}
	#product #product_content .product_share {
		font-size: 15px;
		color: #484848;
		text-align: right;
	}
	#product #product_content .product_row .row_title {
		font-size: 15px;
		color: #333;
		width: 60px;
		display: inline-block;
	}
	#product #product_content .product_cate {
		font-size: 14px;
		color: #444;
	}
	#product #product_content .product_name {
		font-size: 18px;
	}
	#product #product_content .product_specails .number{
		font-weight: bold;
		color: #C00;
		font-style: normal;
		font-size: 24px;
	}
	#product #product_content .product_specails .tips{
		font-weight: bold;
		color: #C00;
		font-style: normal;
		font-size: 20px;
	}

	#product #product_content .product_money {
		margin-bottom: 20px;
		text-decoration:  line-through;
	}
	#product #product_content .product_docment a{
	}
	#product #product_content .product_qrcode #qrcodeArea{
		border: 1px solid #545454;
		width: 120px;
		float: right;
	}
	#product #product_content .qrcodeTitle {
		font-size: 13px;
		color: #333;
		position: relative;
		top: -20px;
		left: 18px;
	}
	#product #productIntro_title {
		display: inline-block;
		border-bottom: 3px solid #222;
	}
	#product #introTitle_text {
		display: inline-block;
		width: 150px;
		background-color: #222;
		line-height: 30px;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}
	#product #product_intro {
		display: inline-block;
	}
	#product #productImages_title {
		display: inline-block;
		border-bottom: 3px solid #222;
	}
	#product #imagesTitle_text {
		display: inline-block;
		width: 150px;
		background-color: #222;
		line-height: 30px;
		color: #fff;
		font-size: 18px;
		text-align: center;
	}

	#product #product_images {
		display: inline-block;
		text-align: center;
	}
	#product #product_images img{
		margin: 5px 0px 10px;
	}

	#product #product_back {
		margin-top: 60px;
		text-align: center;
	}


	#side {
		float: left;
		width: 200px;
	}
	#productRecord_title {
		display: inline-block;
		color: #333;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 2px;
		float: left;
	}
	#productRecord {
		display: block;
		float: left;
		width: 194px;
		background-color: #ffe6b5;
		border: 1px solid #ffa800;
	}
	#recordItem_title {
		display: inline-block;
		color: #333;
		width: 185px;
		background-color: #ffa800;
		font-weight: bold;
		font-size: 15px;
		margin: 5px 0px 2px 1px;
		line-height: 30px;
		padding-left: 7px;
	}
	#record_item {
		display: inline-block;
		border-bottom: 1px dotted #fff;
		width: 185px;
		line-height: 20px;
		font-size: 15px;
		padding-left: 7px;
		padding: 3px 0px 3px 7px;
	}
	#record_item a{
		text-decoration: none;
	}
	#record_item:hover {
		background-color: #fcdb9c;
	}
	#recordItem_cate {
		font-size: 13px;
		color: #454545;
	}
	#recordItem_name {
		color: #444;
		font-weight: bold;
		font-size: 16px;
	}
	#recordItem_specials {
		color: #444;
		float: left;
	}
	#recordItem_specials .number{
		font-weight: bold;
		color: #C00;
		font-style: normal;
		font-size: 18px;
	}
	#recordItem_specials .tips{
		font-weight: bold;
		color: #C00;
		font-style: normal;
		font-size: 16px;
	}
	.norecord_item {
		display: inline-block;
		border-bottom: 1px dotted #e5e5e5;
		width: 185px;
		line-height: 35px;
		font-size: 15px;
		padding-left: 7px;
		margin: 20px 0px 20px;
	}

	#cate_title {
		display: inline-block;
		color: #333;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 2px;
		margin: 8px 0px 2px;
		float: left;
	}
	#cate_title div {
		float: right;
	}
    #productMenu {
        margin:0;
        padding: 10px;
		width: 175px;
        list-style-type:none;
        line-height: 25px;
        background-color: #b2cfed;
		float: left;
    }

    #productMenu li a {
        background-image:url(../images/menu_arrow.png);
        background-position:2% 50%;
        background-repeat:no-repeat;
        padding:2px 10px 2px 16px;
        color: #313233;
        font-weight: bold;
    }
    
    #productMenu li li a {
        background-image: none;
        color: #484849;
        font-size: 15px;
        font-weight: normal;
        padding-left: 24px;
    }

    #productMenu a {
        display:block;
        font-weight:bold;
        text-decoration:none;
    }

    #productMenu a:hover {
    	text-decoration: underline;
    }

    #productMenu ul {
        overflow: hidden;
        margin:0;
        padding:0;
    }

    #productMenu li {
        margin:0;
        padding:0;
        list-style-type:none;
    }



	#productAbout_title {
		display: inline-block;
		color: #333;
		font-weight: bold;
		font-size: 15px;
		margin-bottom: 2px;
		float: left;
		margin-top: 8px;
	}
	#productAbout {
		display: block;
		float: left;
		width: 194px;
		background-color: #dbe9f8;
		border: 1px solid #99b8da;
	}
	#aboutItem_title {
		display: inline-block;
		color: #333;
		width: 185px;
		background-color: #99b8da;
		font-weight: bold;
		font-size: 15px;
		margin: 5px 0px 2px 1px;
		line-height: 30px;
		padding-left: 7px;
	}
	#about_item {
		margin-top: 2px;
		float: left;
		width: 100%;
		padding-bottom: 5px;
	}
	#about_item a{
		text-decoration: none;
	}
	#aboutItem_img {
		float: left;
		background: #fefefe;
		border: 1px solid #ccc;
		text-align : center;
		height: 56px;
		width: 74px; 
		margin: 0 1px 0 1px;
		line-height: 52px;
 	}
	#aboutItem_img *{
		vertical-align: middle;
		color: #5a5a5a;
		font-size: 18px;
		text-decoration: none;
	}
	#aboutItem_img img{
		vertical-align: middle;
		max-height: 54px; 
		max-width: 72px; 
		margin-top: 1px;
	}
	#aboutItem_name {
		color: #444;
		font-weight: bold;
		font-size: 16px;
		height: 36px;
		display: block;
		overflow: hidden;
	}
	#aboutItem_specials {
		color: #444;
		float: left;
		font-size: 13px;
	}
	#aboutItem_specials .number{
		font-weight: bold;
		color: #C00;
		font-style: normal;
		font-size: 18px;
	}
	#aboutItem_specials .tips{
		font-weight: bold;
		color: #C00;
		font-style: normal;
		font-size: 12px;
	}
/* 大螢幕 */
@Media (min-width: 1080px) {
	#side {
		display: block;
	}
	#product {
		border-left: 1px dashed #888888;
		width: 740px;
		min-height: 950px;
	}
	#product #product_content #product_image {
		width: 302px;
	}
	#product #product_content #product_image img{
		max-width: 300px;
	}
	#product #product_content #product_detail {
		width: 390px;
	}
	#product #breadcrumbs {
		width: 700px;
		margin: 10px 20px 0px 20px;
	}
	#product #product_title{
		margin: 10px 20px 10px 20px;
		width: 700px;
	}
	#product #productIntro_title {
		width: 700px;
		margin: 10px 20px 0px 20px;
	}
	#product #product_intro {
		width: 700px;
		margin: 10px 20px 10px 20px;
	}
	#product #product_intro img{
		max-width: 680px;
		margin: 5px 0px 10px 10px;
	}
	#product #productImages_title {
		width: 700px;
		margin: 10px 20px 0px 20px;
	}
	#product #product_images {
		width: 700px;
		margin: 10px 20px 10px 20px;
	}
	#product #product_images img{
		max-width: 680px;
	}
}
 
/* 平板電腦、橫向手機和一般桌機解析度 */
@Media (min-width: 768px) and (max-width: 1079px) {
	#side {
		display: block;
	}
	#product {
		border-left: 1px dashed #888888;
		width: 740px;
		min-height: 950px;
	}
	#product #product_content #product_image {
		width: 302px;
	}
	#product #product_content #product_image img{
		max-width: 300px;
	}
	#product #product_content #product_detail {
		width: 390px;
	}
	#product #breadcrumbs {
		width: 700px;
		margin: 10px 20px 0px 20px;
	}
	#product #product_title{
		margin: 10px 20px 10px 20px;
		width: 700px;
	}
	#product #productIntro_title {
		width: 700px;
		margin: 10px 20px 0px 20px;
	}
	#product #product_intro {
		width: 700px;
		margin: 10px 20px 10px 20px;
	}
	#product #product_intro img{
		max-width: 680px;
		margin: 5px 0px 10px 10px;
	}
	#product #productImages_title {
		width: 700px;
		margin: 10px 20px 0px 20px;
	}
	#product #product_images {
		width: 700px;
		margin: 10px 20px 10px 20px;
	}
	#product #product_images img{
		max-width: 680px;
	}
}
 
/* 橫向智慧手機到竪立平板電腦解析度 */
@Media (max-width: 767px) {
	#side {
		display: none;
	}
	#product {
		width: 100%;
	}
	#product #product_content #product_image {
		width: 100%;
	}
	#product #product_content #product_image img{
		max-width: 99%;
	}
	#product #product_content #product_detail {
		width: 100%;
	}
	#product #breadcrumbs {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#product #product_title{
		margin: 10px 0px 10px 0px;
		width: 100%;
	}
	#product #productIntro_title {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#product #product_intro {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	#product #product_intro img{
		max-width: 100%;
		margin: 0px;
	}
	#product #productImages_title {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#product #product_images {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	#product #product_images img{
		max-width: 100%;
	}
}
 
/* 橫向智慧手機及其他更小解析度 */
@Media (max-width: 480px) {
	#side {
		display: none;
	}
	#product {
		width: 100%;
	}
	#product #product_content #product_image {
		width: 100%;
	}
	#product #product_content #product_image img{
		max-width: 99%;
	}
	#product #product_content #product_detail {
		width: 100%;
	}
	#product #breadcrumbs {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#product #product_title{
		margin: 10px 0px 10px 0px;
		width: 100%;
	}
	#product #productIntro_title {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#product #product_intro {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	#product #product_intro img{
		max-width: 100%;
		margin: 0px;
	}
	#product #productImages_title {
		width: 100%;
		margin: 10px 0px 0px 0px;
	}
	#product #product_images {
		width: 100%;
		margin: 10px 0px 10px 0px;
	}
	#product #product_images img{
		max-width: 100%;
	}
}	

