
.content_tb_store_popup {
	padding: 25px 30px !important;
	width: 370px !important; /* 430 - 30 - 30 */
	height: 340px !important; /* 360 - 25 - 25 */
	border: 1px solid #8e8e8e !important;
	color: #222222 !important;
	font-size: 12px !important;
}

#TB_closeTab_custom {
	background-image: url('/skins/default/imgs/store/popup/tb_closetab.gif');
	width: 41px;
	height: 41px;
	position: absolute;
	left: 404px;
	top: -16px;
	cursor: pointer;
}

.content_tb_store_popup h3 {
	color: #222222;
}

.content_tb_store_popup .ppTitle {
	margin-bottom: 20px;
}

.content_tb_store_popup .ppProductBox {
	margin-bottom: 10px;
}

.content_tb_store_popup .ppProductGraphic {
	float: left;
	width: 110px;
}

.content_tb_store_popup .ppProductDesc {
	float: left;
	width: 245px; /* 370 - 110 - 15 */
	margin-left: 15px;
}

.content_tb_store_popup .ppRuntime {
	font-weight: bold;
	margin-bottom: 10px;
}

.content_tb_store_popup .ppCopy {
	margin-bottom: 10px;
}
.content_tb_store_popup .ppCopy input {
	margin-top: 5px;
	margin-right: 5px;
}
.content_tb_store_popup .ppCopy .productOption {
	margin: 5px 0 -10px 30px;
}
.content_tb_store_popup .ppSaveBox {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding-top: 10px;
	padding-bottom: 8px;
}

.content_tb_store_popup .ppSaveBoxIcon {
	float: left;
	width: 52px;
}

.content_tb_store_popup .ppSaveBoxText {
	float: left;
	text-align: left;
	margin-left: 10px;
	width: 158px; /* 220 - 52 - 10 */
}

.content_tb_store_popup .ppSaveBoxTextTop {
	color: #ff0000;
	font-size: 15px;
	font-weight: bold;
}

.content_tb_store_popup .ppSaveBoxTextBottom {
	color: #000000;
	font-size: 11px;
}

.content_tb_store_popup .ppAddBox {
	width: 360px;
	margin-left: auto;
	margin-right: 0px;
}

.content_tb_store_popup .ppDVDBox,
.content_tb_store_popup .ppHRBox,
.content_tb_store_popup .ppIpodBox {
	padding: 5px;
	font-size: 18px;
}

.content_tb_store_popup .ppDVDBox {
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 10px;
}

.content_tb_store_popup .ppHRBox {
	border-bottom: 1px dotted #b2b2b2;
	margin-bottom: 10px;
}

.content_tb_store_popup .ppIpodBox {

}

.content_tb_store_popup .ppCartLeft {
	float: left;
	width: 220px;
	padding-right: 15px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
}

.content_tb_store_popup .ppCartRight {
	float: left;
}

.content_tb_store_popup span.priceText {
	font-size: 18px;
	color: #ff0000;
	font-weight: bold;
}

.content_tb_store_popup span.priceTextDollar {
	font-size: 12px;
	position: relative;
	top: -4px;
}

.content_tb_store_popup .ppNoteBox {
	margin-top: 20px;
	margin-left: 10px;
	font-size: 10px;
	font-style: italic;
}

