﻿#TopBar_Box {
	display:none;
}

#shop_header {
	text-align:center;
	background:#ffeb69;
	border:0;
	padding:0;
}

#shop_header img {
	width:100%;
}

#shop_header_s {
	overflow:hidden;
	height:197px;
	display:none;
}

#shop_header_sl {
	text-align:center;
	display:none;
}

#shop_header_sl img {
	max-width:100%;
}

@media only screen and (max-width:920px) {
	
	#shop_header {
		display:none;
	}
	
	#shop_header_s {
		display:block;
	}
		
}

@media only screen and (max-width:720px) {
	
	#shop_header {
		display:none;
	}
	
	#shop_header_s {
		display:none;
	}
	
	#shop_header_sl {
		display:block;
	}
		
}

#shop_menutop {
	padding-top:10px;
	padding-bottom:10px;
	box-sizing:border-box;
	text-align:center;
	background:url(../../hfc/shop/images/bg_top.gif);
}

#shop_menutop ul {	
	list-style:none;
	margin:0;
	padding:0;
}

#shop_menutop ul li {
	display:inline-block;
	padding:2.5px;
	padding-bottom:0px;
}

@media only screen and (max-width:1380px) {

	#shop_menutop ul li:first-child {
		margin-left:0.5%;
	}
	
	#shop_menutop ul li {
		display: block;
    		float:left;
    		width:16.5%;
	}

	#shop_menutop ul li img {
		max-width:100%;
	}
		
}

@media only screen and (max-width:1100px) {
	
	#shop_menutop ul li {
		display:inline-block;
    		float:none;
    		width:auto;
	}

	#shop_menutop ul li img {
		max-width:none;
	}
		
}

@media only screen and (max-width:480px) {

	#shop_menutop ul li:first-child {
		margin-left:0.5%;
	}
	
	#shop_menutop ul li {
		display: block;
    		float:left;
    		width:49.5%;
	}

	#shop_menutop ul li img {
		max-width:100%;
	}
		
}

#main_center {
	margin-top:15px;
}

#main_right {
	float:right;
	width:270px;
}

#main_right img {
	max-width:100%;
}

#main_content {
	overflow:hidden;
	margin-right:290px;	
	min-height:500px;
}


@media only screen and (max-width:1335px) {
	
	#main_right {
		width:150px;
	}
	
	#main_content {
		margin-right:170px;
	}
		
}


@media only screen and (max-width:802px) {
	
	#main_right {
		width:100px;
	}
	
	#main_content {
		margin-right:120px;
	}
		
}

@media only screen and (max-width:700px) {
	
	#main_right {
		display:none;
	}
	
	#main_content {
		overflow:auto;
		margin-right:0px;
	}
		
}

#topdescbox {
	/* margin-top:15px;	 */
}

.descbox {
	float:left;
	width:49%;
	padding:15px;
	border:#dfdfdf solid 2px;
	min-height:180px;
}

.descbox:nth-child(2) {
	width:50%;
}

.descbox:nth-child(1) {
	margin-right:1%;
}

.descbox div:nth-child(1) {
	font-family:superstoreregular;
	font-size:2em;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:#ff0000 solid 2px;
}

.descbox div:nth-child(2) {
	padding-top:10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px
}

@media only screen and (max-width:1544px) {
	
	.descbox {
		min-height:250px;
	}
		
}

@media only screen and (max-width:1113px) {
	
	.descbox {
		min-height:280px;
	}
		
}

@media only screen and (max-width:962px) {
	
	.descbox {
		margin-top:7px;
		clear:both;
		width:100%;
		min-height:auto;
	}
	
	.descbox:nth-child(1) {
		margin:0px;
		margin-top:0px;
	}
	
	.descbox:nth-child(2) {
		width:100%;
	}
		
}

#product_part {
	margin-top:15px;	
}

#product_left {
	float:left;
	width:260px;
}

#product_content {
	overflow:hidden;
	margin-left: 280px;
}

#menucat_topic {
	height:50px;
	line-height:50px;
	background:#f39700;
	box-sizing:border-box;
	padding-left:25px;
	font-family:superstoreregular;
	font-size:1.7em;
	color:#ffffff;
}


/*
#menucat_data {
	padding:20px;
	padding-bottom:40px;
	min-height:200px;
	background:#f9f9f9;
	
}

#menucat_data a {
	display:block;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	border-bottom:#cccccc dotted 1px;
	font-family:Tahoma;
	font-size:14px;
	color:#555555;
	text-decoration:none;
}

#menucat_data a:hover {
	color:#0084ff;
	text-decoration:underline;
	background:#f1f1f1;
}

*/

#menucat_data {
	padding-top:10px;
	padding-bottom:10px;
}

#menucat_data img {
	max-width:100%;
	border:0px;
	margin-bottom:5px;
}

@media only screen and (max-width:1335px) {
	
	#product_left {
		width:160px;
	}
	
	#product_content {
		margin-left: 180px;
	}
		
}

@media only screen and (max-width:1026px) {
	
	#product_left {
		width:130px;
	}
	
	#product_content {
		margin-left: 150px;
	}
	
	#menucat_data {
		padding-left:7px;
		padding-right:7px;
	}
		
}


#product_search_part {
	height:107px;
}

#searchboxpdt {	
	float:right;
	width:600px;
	height:50px;
	border:#ff9933 solid 2px;
	box-sizing:border-box;
	background:#ffffff;
}

#bttnSearchPdt {
	width:135px;
	height:46px;
	background:#f39700;
	color:#ffffff;	
	font-family:superstoreregular;
	font-size:1.5em;
	border:none;
	cursor:pointer;
}

#txt_searchpdt {
	width:100%;
	height:46px;
	border:none;
}

@media only screen and (max-width:1240px) {
	
	#searchboxpdt {	
		float:none;
		width:100%;
	}
		
}

#pdtcatmore {
	display:none;
	margin-bottom:10px;	
}

#pdtcatmore_menu {
	height:50px;
	line-height:50px;
	background:#6acbe1;
	color:#ffffff;
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
	border-radius:5px;
	cursor:pointer;
}

#pdtcatmore_menu:hover {
	background:#ff0000;
}

#pdtcatmore_data {
	padding:20px;
	padding-bottom:40px;
	background:#f9f9f9;
	text-align:center;
	display:none;
}

#pdtcatmore_data a {
	display:inline-block;
	padding-top:10px;
	padding-left:5px;
	padding-bottom:10px;
	border-bottom:#cccccc dotted 1px;
	font-family:Tahoma;
	font-size:14px;
	color:#555555;
	text-decoration:none;
}

#pdtcatmore_data a:hover {
	color:#0084ff;
	text-decoration:underline;
	background:#f1f1f1;
}

#pdtcatmore_data img {
	max-width:100%;
}

@media only screen and (max-width:987px) {
	
	#pdtcatmore {
		display:block;
	}
	
	#product_left {
		display:none;
	}
	
	#product_content {
		margin:0px;
	}
		
}

.topic_content {
	font-family:superstoreregular;
	font-size:2em;
	border-bottom:#65e6ff solid 3px;
}

.pdt_datalist {
	padding-top:15px;
	padding-bottom:50px;
}

.pdtbox {
	float:left;
	width:23.5%;
	height:auto;
	padding-left:1%;
	padding-right:1%;
	padding-top:7px;
	transition: all 0.4s ease;
}

.pdtbox:hover {
	border:#000000 solid 1px;
	background:#ff0000;
}

.pdtbox a {
	text-decoration:none;	
	color:#555555;
}

.pdtbox a:hover {
	color:#ffffff;
}

.pdtbox img {
	max-width:100%;
}

.pdt_img {
	padding-bottom:10px;
}

.pdt_desc {
	font-family:Tahoma;
	font-size:0.9em;
	word-wrap:break-word;
	text-align:center;
	height:70px;
	overflow:hidden;
}

/* ----------- PdtStatus FrontStore ------------ */
.i_new {
	position:absolute;
	width:91px;
	height:91px;
	background:url(../../hfc/onlinestore/images/i_new.png);
	background-repeat: no-repeat;
	background-size: 100%; //propotional resize
}

.i_open {
	position:absolute;
	width:91px;
	height:91px;
	background:url(../../hfc/onlinestore/images/i_open.png);
	background-repeat: no-repeat;
	background-size: 100%; //propotional resize
}

.i_less {
	position:absolute;
	width:91px;
	height:91px;
	background:url(../../hfc/onlinestore/images/i_less.png);
	background-repeat: no-repeat;
	background-size: 100%; //propotional resize
}

.i_close {
	position:absolute;
	width:91px;
	height:91px;
	background:url(../../hfc/onlinestore/images/i_close.png);
	background-repeat: no-repeat;
	background-size: 100%; //propotional resize
}

@media only screen and (max-width:1685px) {

	.i_new,.i_less,.i_close {
		width:70px;
		height:70px;
	}
		
}

@media only screen and (max-width:1084px) {
	
	.pdtbox {
		width:31.33%;
	}

	.i_new,.i_less,.i_close {
		width:70px;
		height:70px;
	}
		
}

@media only screen and (max-width:620px) {
	
	.pdtbox {
		width:47%;
	}
		
}

@media only screen and (max-width:369px) {
	
	.pdtbox {
		width:45%;
	}

	.i_new,.i_less,.i_close {
		width:50px;
		height:50px;
	}
		
}





#div_paging_preorder_bottom {
	margin-top:25px;
	/* border-top:#65E6FF solid 2px;	 */
	border-bottom:#65E6FF solid 2px;
}
		
		
/* -------------------- Paging -------------------- */

		.div_paging {
			/*
			margin-top:20px;
			margin-bottom:20px;
			border-top:#dddddd dotted 1px;
			border-bottom:#dddddd dotted 1px;
			width:100%;
			padding-top:16px;
			padding-bottom:16px;
			height:auto;
			line-height:none;
			*/
			padding-bottom:60px;
		}
		
		.span_totalpage {
			display:inline-block;
			vertical-align:middle;
			margin-left:10px;
			margin-right:10px;
			margin-top:4px;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#808080;
		}	
	
		.button_page_selected {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#ff553a;
			background:#e5e5e5;
			
			
		}
	
		.button_page {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333333;
			border:#999999 solid 1px;
			text-decoration:none;
			background:#f5f5f5;
			
			cursor:pointer;
			transition: background-color 0.4s ease, color 0.4s ease;
		}
		
		.button_page:hover {
			color:#ffffff;
			background-color:#000000;
			text-decoration:none;
		}
		
		.button_page_previous {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#333333;
			text-decoration:none;
			background:#f5f5f5;
			cursor:pointer;
			text-align:center;
			transition: background-color 0.4s ease, color 0.4s ease;
		}
		
		.button_page_previous:hover {
			color:#ffffff;
			background-color:#000000;
			text-decoration:none;
		}
		
		.button_page_previous_end {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#d9d9d9;
			text-decoration:none;
			border:#eeeeee solid 1px;
			background:#ffffff;
		}
		
		.button_page_next {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#333333;
			text-decoration:none;
			background:#f5f5f5;
			cursor:pointer;
			text-align:center;
			transition: background-color 0.4s ease, color 0.4s ease;
		}
		
		.button_page_next:hover {
			color:#ffffff;
			background-color:#000000;
			text-decoration:none;
		}
		
		.button_page_next_end {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			color:#d9d9d9;
			text-decoration:none;		
			border:#eeeeee solid 1px;	
			background:#ffffff;
		}		
		
		.button_page_next1 {
			display:inline-block;
			width:30px;
			height:30px;
			line-height:30px;
			text-align:center;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333333;
			text-decoration:none;
			background:#f5f5f5;
			cursor:pointer;
			transition: background-color 0.4s ease, color 0.4s ease;
		}
		
		.button_page_next1:hover {
			color:#ffffff;
			background-color:#000000;
			text-decoration:none;
		}
		

		.span_totalpage {
			color:#808080;
		}	
	
		.button_page_selected {
			color:#ffffff;
			background:#f39700;
		}
	
		.button_page {
			color:#333333;
			background:#f5f5f5;
		}
		
		.button_page:hover {
			color:#ffffff;
			background-color:#000000;
		}
		
		.button_page_previous {
			color:#333333;
			background:#f5f5f5;
			display:none;
		}
		
		.button_page_previous:hover {
			color:#ffffff;
			background-color:#000000;
		}
		
		.button_page_previous_end {
			color:#d9d9d9;
			border:#eeeeee solid 1px;
			background:#ffffff;
		}
		
		.button_page_next {
			color:#333333;
			background:#f5f5f5;
			display:none;
		}
		
		.button_page_next:hover {
			color:#ffffff;
			background-color:#000000;
		}
		
		.button_page_next_end {
			color:#d9d9d9;	
			border:#eeeeee solid 1px;	
			background:#ffffff;
		}		
		
		.button_page_next1 {
			color:#333333;
			background:#f5f5f5;
		}
		
		.button_page_next1:hover {
			color:#ffffff;
			background-color:#000000;
		}
		
		.span_goto {
			color:#808080;
		}
		
		.bttn_page_goto {
			color:#333333;
			background:#f5f5f5;
		}
		
		.bttn_page_goto:hover {
			color:#ffffff;
			background-color:#000000;
		}
		
		.txt_goto {
			border:#cccccc solid 1px;	
			background:#ffffff;
		}
	
		#divLineBttn {
			background:#d4f9ff;
		}
		
		.div_paging {
    			border-top: none;
    			border-bottom: none;
    			background:#f7f7f7;
			border-top:#eaeaea dotted 1px;
			border-bottom:#eaeaea dotted 1px;
		}		
		
		.div_paging a {
			color:#333333;
		}
		
		.div_paging a:visited {
			color:#333333;
		}
		
		.div_paging a:hover {
			color:#ffffff;
		}
		
/*		.span_totalpage {
			display:none;	
		}*/
		
		.span_gotobox {
			display:none;
		}
		
		.button_page_previous_end {
			display:none;
		}
		
		.button_page_next_end {
			display:none;
		}

/* -------------------- End Paging -------------------- */





/* ------------------ Other Css ----------------------- */
.topic_content {
	font-size:1.5em;
}

#pname_topic {
	font-family:superstoreregular;
	font-size:2.2em;
	padding-top:20px;
	padding-bottom:20px;
}

#indentbox {
	padding-top:30px;
	width:95%;
	margin-left:auto;
	margin-right:auto;
}

.subtopichead {
	padding-top:20px;
	padding-bottom:20px;
	font-family:superstoreregular;
	font-size:1.9em;
	border-bottom:#cccccc dashed 1px;	
	color:#6fb2e1;
}

.subcontent {
	padding-top:20px;
	padding-bottom:50px;
	font-family:Tahoma;
	font-size:14px;	
}


#form_customer {
	max-width:780px;
	margin-left:auto;
	margin-right:auto;
	box-sizing:border-box;
	border-radius:3px;
}

.form_sub {
	width:100%;
	margin-right:auto;
	border:#eeeeee solid 1px;
	box-sizing:border-box;
	padding:30px;
	padding-bottom:30px;
	border-radius:3px;
}

#div_bttnorder_bottom {
	margin-top:50px;
	border-top:#dddddd solid 3px;	
	padding-top:50px;	
	padding-bottom:100px;
}

.bttnOrange {
	margin-left:auto;
	margin-right:auto;
	max-width:250px;
	border-radius:5px;
	background:#f39700;
	padding:10px;
	padding-top:20px;
	padding-bottom:20px;
	font-family:Tahoma;
	font-size:1.3em;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
	transition: background-color 0.4s ease, color 0.4s ease;
	border:none;
}
		
.bttnOrange:hover {
	background-color:#cf112d;
	text-decoration:none;
}

/* ------------------ End Other Css ----------------------- */






/* ------------------ PayBank Css ----------------------- */
#paybankbox {
	/* margin-top:20px; */
}

#banklogo {
	float:left;
	width:420px;
}

#bankdetail {
	margin-left:420px;
	font-family:superstoreregular;
	font-size:1.7em;
	line-height:32px;
}

@media only screen and (max-width:760px) {

	#banklogo {
		float:left;
		width:100%;
	}
	
	#banklogo img {
		max-width:100%;
	}

	#bankdetail {
		float:none;
		clear:both;
		margin:0px;
		width:100%;
	}

}

/* ------------------ End PayBank Css ----------------------- */



/* ------------------ Top For Store ----------------------- */
#hfctitle {
	padding-left:2%;
}


@media only screen and (max-width:1026px) {

	#hfctitle {
		display:block;
		text-align:center;
		padding-left:0px;
		width:100%;
	}
	
}

/* ------------------ End Top For Store ----------------------- */



/* ------------------ Banner Bottom ----------------------- */
#banner_ad_medium {
	margin-top:50px;
	margin-bottom:30px;
	text-align:center;
}

#banner_ad_medium img {
	max-width:100%;
}

#banner_ad_small {
	margin-top:100px;
	margin-bottom:10px;
	text-align:center;
	display:none;
}

#banner_ad_small img {
	max-width:100%;
}

@media only screen and (max-width:540px) {
	
	#banner_ad_medium {
		display:none;
	}
	
	#banner_ad_small {
		display:block;
	}

}

/* ------------------ End Banner Bottom ----------------------- */


#menucat_allpdt img {
	max-width:100%;
}




/* ------------------ Special Product Style ------------------ */
#specialproductbox {
	padding-top:35px;
	text-align:center;	
}

#topicPromotion {
	font-family:superstoreregular;
	font-size:2.4em;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:15px;
	background:url(../../hfc/shop/images/underblack.png) repeat-x bottom, url(../../hfc/shop/images/star.png) no-repeat left top;
	box-sizing:border-box;
	padding-left:75px;
}




/* ------------------ Special Product ------------------ */
#pdtspecialbox {
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	padding-bottom:50px;
}

.pdts_datalist {
	padding-top:15px;
	padding-bottom:10px;
	text-align:center;
}

.pdtsbox {
	display:inline-block;
	width:31.33%;
	margin-left:0.7%;
	margin-right:0.7%;
	margin-top:5px;
	margin-bottom:5px;
	position:relative;
	transition: all 0.4s ease;
	border:#000000 solid 2px;
}

.pdtsbox:hover {
	/* background-color:#DA0E33; */
	border:#ff0000 solid 2px;
}

.pdtsbox a {
	text-decoration:none;	
	color:#555555;
}

.pdtsbox a:hover {
	color:#09f;
}

.pdtsbox img {
	max-width:100%;
}

.pdts_img {
	position:relative;
}

.pdts_img img {
	display:block;
}

.pdtsstatus {
	position:absolute;
	width:45%;
}

.pdtsstatus img {
	max-width:100%;
}

.pdts_price {
	position:absolute;
	width:100%;
	bottom:0px;
	background:url(../../mjn/home/images/black_alpha.png);
	padding:10px;
	padding-top:15px;
	overflow:hidden;
	color:#ffffff;
	font-family:superstoreregular;
	font-size:1.5em;
	word-wrap:break-word;
	max-height:76px;
	over-flow:hidden;
	padding-left:5%;
	box-sizing:border-box;
}

.pdts_price1 {
	color:#ffffff;
	text-decoration: line-through;
	font-family:superstoreregular;
	font-size:0.95em;
	line-height:0.7em;
	box-sizing:border-box;
	text-align:left;
}

.pdts_price2 {
	line-height:47px;	
	color:#FFEA00;
	font-family:superstoreregular;
	font-size:1.35em;
	line-height:1.3em;
	font-weight:bold;
	box-sizing:border-box;
	text-align:left;
}

@media only screen and (max-width:987px) {
	
	.pdtsbox {
		width:38%;
	}
		
}

@media only screen and (max-width:538px) {
	
	.pdtsbox {
		width:48%;
	}
		
}

@media only screen and (max-width:465px) {
	
	.pdtsbox {
		width:65%;
	}
		
}

@media only screen and (max-width:347px) {
	
	.pdtsbox {
		width:90%;
	}
		
}



#topicbb {
	height:56px;
	margin-bottom:10px;
	background:url(../../hfc/shop/images/bg_lineblue.png);	
}

#topicbb1 {
	float:left;
	width:100px;
	height:56px;
	background:#00a7db url(../../hfc/shop/images/icon_announce.png) no-repeat center;	
}

#topicbb2 {
	box-sizing:border-box;
	margin-left:100px;
	padding-left:20px;
	line-height:58px;
	font-family:superstoreregular;
	font-size:2.1em;
	font-weight:bold;
	overflow:hidden;
}


#infodata {
	margin-left:auto;
	margin-right:auto;
	max-width:950px;	
	padding-bottom:40px;
}

.infobox {
	float:left;
	padding:10px;	
	width:50%;
	box-sizing:border-box;
}

.infotopic {
	padding-top:7px;
	padding-bottom:7px;
	box-sizing:border-box;
	border-bottom:#B0E69D solid 5px;
	font-family:superstoreregular;
	color:#FF8A00;
	font-size:2em;	
}


/* ----------- Board Data ------------ */
.boarddata {
	margin:10px;	
	margin-top:20px;
}

.bdata {
	padding-top:7px;
	margin-left:auto;
	margin-right:auto;
	max-width:450px;
	min-height:83px;
	border-bottom:#c5c5c5 dashed 1px;
	transition: background-color 0.4s ease;
}

.bdata:hover {
	background-color: #f1f1f1;
}

.bpic {
	float:left;	
	width:31.42%;
	padding-right:4%;
	min-height:83px;
}

.bpic img {
	max-width:100%;
}

.btopic {
	float:left;
	width:64.57%;
	min-height:83px;
	font-family:Tahoma;
	font-size:13px;
	color:#6a6a6a;
	word-wrap:break-word;
}

.btopic span {
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
	color: #888f96;
}

/* ----------- End Board Data ------------ */

@media only screen and (max-width:1000px) {
	.boardbox {
		width:48%;
	}
	
	.boardbox:nth-child(3) {
		clear:left;
	}
}

@media only screen and (max-width:500px) {
	.infobox {
		float:none;
		clear:both;
		width:100%;
	}
}

@media only screen and (max-width:455px) {
	.boardbox {
		width:99%;
	}
}


#topicpdt {
	height:56px;
	background:url(../../hfc/shop/images/bg_lineblue2.png);
	border-bottom:#65e6ff solid 3px;
}

#topicpdt1 {
	float:left;
	width:100px;
	height:56px;
	background:#65e6ff url(../../hfc/shop/images/icon_star.png) no-repeat center;	
}

#topicpdt2 {
	box-sizing:border-box;
	margin-left:100px;
	padding-left:20px;
	line-height:58px;
	font-family:superstoreregular;
	font-size:2em;
	overflow:hidden;
}



/* --------------------- BttnViewProductlist --------------------- */
#divBttnViewPdt {
	text-align:center;	
	padding-top:20px;
	padding-bottom:20px;
}

#divBttnViewPdt img {
	display:inline-block;
	max-width:100%;
	border:0px;
	margin:5px;
	box-sizing:border-box;
	width:47%;
}

@media only screen and (max-width:620px) {
	
	#divBttnViewPdt img {
		margin:0px;
		width:auto;
	}
	
}

#divMessenger {
     max-width:85px;
     position: fixed;
     bottom: 0px;
     right: 0px;
}



.linkrewrite {
	display:none;
}

#productGroupLink {
    display:none;
}


