div.shop {
	margin : 20px 0 0 0;
	border-width : 1px;
	border-style : solid;
	position : relative;
}
div.shop div.head{
	background-color: #FFF4AB;
	padding : 5px 10px;
}
div.shop div.head span.more-right {	
	position : absolute;
	right : 10px;	
}
div.shop div#head_relative div, 
div.shop div#head_direct div {
	width : 100%;
	height : 15px;
	position : relative;
}
div.shop div#head_relative div div#pageTabsBox,
div.shop div#head_direct div div#pageTabsBox {
	top : -30px;
}

div.shop table.offer {
	border-width : 1px 0 0 0;
	border-style : solid;
	position : relative;
}
div.shop table.offer td.pic {
	padding : 10px;
	width : 70px;
}
div.shop table.offer td.i {
	padding : 10px 10px 10px 0;
}
div.shop table.offer td.i div.des {
	padding : 5px 0 0 0;
}
div.shop table.offer td.d {
	width : 120px;
}

div.shop table.offer td.p {
	width : 130px;
	padding : 10px 0;
}

div.shop table.offer td.p a {
	text-decoration : none;
}

div.shop table.offer td.p span.u {
	text-decoration : underline;
}

div.shop table.offer td.p sup {
	vertical-align : top;
}
div.shop table.offer div.p-m {
	padding : 5px 0 0 0;
}
div.shop table.offer div#msg {
	padding : 10px;
    text-align : center;
}

div.shop table.offer td.p div.price {
	position : relative;
}

div.shop table.offer td.p div.seal {
	position : absolute;
	width : 175px;
	z-index : 999;
	padding : 5px;
	right : -188px;
	border : 1px solid #FFD532;
	background-color : #fff; 
	background-image: url('../img/filter-bg.png');
	background-repeat : repeat-y;
	text-align : center;
	display : none;
}
div.shop table.offer td.p img.seal {
	position : relative;
	top : 4px;
}

div.more-offers {
	position : relative;
	top : -3px;
	text-align : right;
	padding : 5px;
	background-color : #FFFDF0;
	border-width : 1px 1px 3px 1px;
	border-style : solid;
}
div#scom2 div.more-offers-shopping {
	position : relative;
	top : -3px;
	text-align : right;
	padding : 5px;
	background-color : #FFFDF0;
	border-width : 1px 1px 3px 1px;
	border-style : solid;
}
/* override */ 
div.shop div#scom2 div.more-offers-shopping {
	position : relative;
	top : 3px;
	text-align : right;
	padding : 5px;
	background-color : #FFFDF0;
	border-width : 1px 0 3px 0;
	border-style : solid;
}



div.shop div.head {
	position : relative;
}
div.shop div.head div {
	width : 100%;
	height : 15px;
	position : absolute;
}