@charset "utf-8";
/* CSS Document */

/* ITEM INFO */
#iteminfo {
	padding: 15px;
	max-width:900px;
	width: 100%;
	_width:930px;
	float:left;
	position:relative;
	background-image:url(../Images/iteminfo_bg.png);
	background-repeat:repeat-y;
}

#itemimage {
	margin:10px;
	width:135px;
	position:relative;
	text-align:center;
	float:left;
}

#itemcontent {
	margin-top:10px;
	padding:10px;
	width:500px; 
	_width:520px; /* 520 for IE mishandling of padding */
	min-height:225px;
	_height:225px; /* IE does not recognize min-height */
	text-align:left;
	position:relative;
	float:left;
}

#itemtitlebox {
	margin-right:15px;
	padding:0;
	width:255px;
	text-align:left;
	position:relative;
	float:left;
}

#itempricingcontainer {
	padding-top:10px;
	width:210px;
	text-align:left;
	float:right;
}

#itempricebreaks {
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	padding-right:15px;
	width:180px;
	_width:210px; /* Correct IE mishandling of padding */
	text-align:left;
	background-image:url(../Images/pricing_bg_18.png);
	background-repeat:repeat-y;
    background-size: 210px;
	position:relative;
	float:left;
}

#itemdescription {
	width:100%;
	margin-top:5px;
	padding:0;
	text-align:left;
	position:relative;
	float:left;
}

.videocontainer {
	width:100%;
	margin:0px 0px 5px 0px;
	padding:0;
	text-align:left;
	position:relative;
	float:left;
}

.itemnotice {
	max-width:460px;
	width: 100%;
	_width:495px; /* Correct IE mishandling of padding */
	margin-top:10px;
	padding:12px;
	text-align:left;
	position:relative;
	float:left;
	border-style:solid;
	border-width:1px;
	border-color:#ccc;
}

#itemaux {
	width:200px;
	padding:0;
	margin-left:15px;
	margin-right:0px;
	position:relative;
	float:left;
}

.orderform {
	width:180px;
	_width:200px;
	margin-top:10px;
	padding-top:10px;
	text-align:left;
	position:relative;
	line-height:150%;
	float:left;
}

.orderformsubitems {
	width:130px;
	margin-top:15px;
	text-align:left;
	position:relative;
	float:left;
}

.orderformebooks {
	width:130px;
	text-align:left;
	position:relative;
	float:left;
}

#otherrelateditems {
	width:200px;
	padding:0;
	/*margin-top:10px;*/
	margin-bottom:10px;
	text-align:left;
	position:relative;
	float:left;
	z-index:0;
}

.otherrelateditem {
	width:200px; 
	padding:0;
	margin:0;
	text-align:left;
	position:relative;
}

.otherrelateditemimage {
	width:75px;
	padding:0;
	margin-bottom:10px;
	text-align:right;
	position:relative;
	float:left;
}

.otherrelateditemnumber {
	width:125px;
	margin-top:5px;
	margin-bottom:5px;
}

.otherrelatediteminfo {
	width:125px;
	padding:0;
	margin-bottom:10px;
	text-align:left;
	position:relative;
	float:left;
}

#subitemlisting {
	width:500px;
	margin-top:5px;
	padding:0;
	text-align:left;
	position:relative;
	float:left;
}

.subitems {
	max-width:500px;
	width: 100%
	margin-top:5px;
	margin-bottom:15px;
	padding-bottom:10px;
	text-align:left;
	position:relative;
	float:left;
	border-top-width:0px;
	border-right-width:0px;
	border-bottom-width:1px;
	border-left-width:0px;
	border-style:solid;
	border-color:#ccc;
}

.subiteminfo {
	width:250px;
	margin-left:10px;
	margin-right:10px;
	padding:0;
	text-align:left;
	position:relative;
	float:left;
}

.exclaimdot {
	width: 25px;
	height: 25px;
	background-image:url(../Images/exclaim_dot.png);
	position:absolute;
	top:-8px;
	left: -8px;
	z-index:1;
}

.questiondot {
	width: 25px;
	height: 25px;
	background-image:url(../Images/question_dot.png);
    background-size: 25px 25px;
	position:absolute;
	top:-8px;
	left: -8px;
	z-index:1;
}

.downloadinfobox {
	width:460px;
	_width:495px; /* Correct IE mishandling of padding */
	margin-top:20px;
	padding:12px;
	text-align:left;
	position:relative;
	float:left;
	background-color:#F0F0F0;
	border-style:solid;
	border-width:1px;
	border-color:#CCC;
}

.appicon {
	width:30px;
	height:30px;
	position:absolute;
	bottom:0px;
	right:0px;
}

.appiconoverlay {
	width:63px;
	height:63px;
	position:absolute;
	bottom:0px;
	right:0px;
}

/* ITEM AD BAYS */
#itemadbay {
	width:200px;
	position:relative;
	float:left;
	margin-bottom:15px;
	overflow:hidden;
}

/* ----------------------*/
	