.shopcontentframe {
	float: left;
	height: auto;
	width: 420px;
	color: #FF0000;
	padding-left: 26px;
	padding-top: 7px;/*137px;*/

}


/* shop root frame for any item */
.shop_data{
	float: left;
	height: inherit;
	padding-bottom: 20px;
	width: 400px;
}


/* DVD specific CSS */
/* dvd data frame for title+image+text */
.dvd_data{
	float: left;
	height: auto;
	width: 400px;
	/*background-color: #dedcd0;/*white;*/
			/*border: 1px solid #808080;*/
			/*padding: 3px 3px 1px 3px;*/
}
.dvd_title{
	float: left;
	height: auto;
	width: 390px;
	padding:5px;
	color: #000000;
	font-family: MS UI Gothic;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}
.dvd_img {
	float: left;
	height: auto;/*100px;*/
	width: 108px;
}
.dvd_text {
	float:right;
	width:280px;/*300*/
	height:auto;/*90px;*/
	padding-top: 3px;
	color: #000000;
	font-family: MS UI Gothic;
	font-size: 12px;
	line-height: 14px;
}

/* dvd_foot holds the pulldown cost menu and buy button */
.dvd_foot {
	float: left;
	height: auto;
	width: 400px;
}
.dvd_cost {
	float:right;
	width:270px;/*282px;*/
	padding-top: 9px;/*10*/
	padding-left: 20px;
	height:auto;
}
.dvd_buy {
	float:right;
	width:36px;
	height:24px;
}
/* end of DVD specific CSS */


/* book specific CSS */
.hon_form {
	float:left;
	width:292px;/*400-108*/
	padding-top: 7px;
	/*padding-left: 20px;*/
	height:auto;
}

.hon_buy {
	float:right;
	width:36px;
	height:24px;
}

.hon_cost {
	float:left;
	width:auto;
	padding-top: 4px;
	padding-left: 23px;
	height:auto;
}






.shop_title{
	float: left;
	height: auto;
	width: 400px;
	padding:5px;/*
	padding-top:5px;
	padding-bottom:15px;*/
	color: #000000;
	font-family: MS UI Gothic;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	/*line-height: 14px;
	border-style:solid;
	border-width:1px;*/
}


.shop_img {
	float: left;
	height: auto;
	width: 100px;
}

.shop_text {
	float:right;
	width:285px;/*300*/
	height:auto;/*90px;*/
	color: #000000;
	font-family: MS UI Gothic;
	font-size: 12px;
	line-height: 14px;
}

.shop_prev {
	float:left;
	width:108px;
	padding-top: 4px;
	height:auto;
}
.shop_buy {
	float:left;
	width:auto;/*60px;/*55*/
	height:auto;
}


.black12B_SHOPTITLES {
	color: #000000;
	font-family: MS UI Gothic;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
}

.black12 {
	color: #000000;
	font-family: MS UI Gothic;
	font-size: 12px;
	line-height: 14px;
}