/****************** Elements  ******************/
div[tpbID]
{
	padding-right: 2px;
}
ul, li
{
	list-style: none;
	font-size: 13px;
}
li
{
	font-size: 10px;
	margin-left: 15px;
}
li span
{
	font-weight: bold;
	font-size: 12px;
}
h3
{
	text-align: left;
	text-transform: uppercase;
}
/****************** Classes   ******************/
.bold
{
	font-weight: bold;
}
.block
{
	display: block;
	padding: 5px;
}
.topMargin15
{
	margin-top: 15px;
}
.clickable
{
	cursor: pointer;
}
.ad300X250
{
	width: 300px;
	height: 250px;
	margin: 0;
	background-color: Aqua;
}
.ad234X60
{
	width: 234px;
	height: 60px;
	margin: 15px auto 3px auto;
}
.ad438X60
{
	width: 438px;
	height: 60px;
}
.detailsBG
{
	background-color: #D2DBE2;
}
.separator
{
	height: 5px;
	background-color: White;
}
.dataColumn
{
	width: 50%;
}

/****************** IDs       ******************/
#body
{
	padding: 13px;
}
#detailsContent
{
	width: 637px;
	margin-left: 9px;
}
#details
{
	padding: 12px;
}
#title
{
	font-weight: bold;
	font-size: 16px;
	padding: 10px;
}
#detailsTower
{
	width: 300px;
	margin-right: 9px;
}
.thumbs
{
	background-color: White;
	height: 296px;
	overflow: auto;
	width: 170px;
}
.thumbs img
{
	width: 120px;
	display: block;
	margin: 5px auto;
	cursor: pointer;
}
#tabContent
{
	background-color: White;
	margin-left: 5px;
	margin-right: 3px;
	padding: 5px;
	min-height: 600px;
}
#basePrice
{
	padding-top: 7px;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 15px;
}
#adSpotContainer
{
	margin-left: 24px;
}
#bottomTools
{
	text-align: right;
	margin-right: 3px;
}
#bottomTools a
{
	display: block;
	margin: 0 0 0 auto;
}
#currentImageContainer
{
	height: 296px;
	width: 430px;
	min-height: 296px;
	min-width: 430px;
	max-width: 430px;
}

/*------------------------------------------------------------------------------------------------------*/
.hidden
{
	display: none;
}
.backArrow
{
	vertical-align: text-bottom;
}
.picsNvids
{
	background-color: White;
}

.tpb
{
	color: Black;
}
.itemContainer
{
	border-bottom: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}
.itemTitle
{
	background-color: rgb(66,117,163);
	color: White;
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
}
.itemTitle div
{
	padding-left: 5px;
}
.itemBody
{
	line-height: 75px;
	font-size: 12px;
	font-weight: bold;
}
.itemImageContainer
{
	width: 141px;
}
.itemImageContainer img
{
	margin: 2px;
}
.itemPrice
{
	width: 114px;
}
.itemPrice span
{
	color: Red;
	text-decoration: line-through;
}
.itemBody a
{
	display: block;
	width: 97px;
	line-height: normal;
	font-size: 12px;
	margin-top: 23px;
}
.other
{
	margin: 0 5px 5px 5px;
}

#adSpotContainer, #topTowerAdContainer, #middleTowerAdContainer, #bottomTowerAdContainer
{
	overflow: hidden;
}
#adSpotContainer, #bottomTowerAdContainer
{
	max-height: 60px;
}
#adSpotContainer
{
	max-width: 438px;
}
#topTowerAdContainer, #middleTowerAdContainer
{
	max-width: 300px;
}

#topTowerAdContainer, #middleTowerAdContainer
{
	max-height: 250px;
}
#bottomTowerAdContainer
{
	margin-top: 15px;
	max-width: 234px;
	margin-left: auto;
	margin-right: auto;
}
#flavorText
{
	margin: 0 30px 15px 30px;
}
