div.imageSelect { width: 80%; margin: 5px 0px; }

div.indent { margin-left: 20px; }

img.closeButton
{
	width: 14px;
	height: 14px;
	float: right;
}

label { font-weight: bold; }

strong.price
{
	color: #EB096B;
	font-size: 125%;
}

#dDescription { padding-bottom: 10px; }

#dDivider
{
	clear: both;
	height: 10px;
}

/**
 *	Stuff for the show/hide layer menu.
 */
#dLayerMenu { margin-bottom: 10px; }

/**
 *	Option Stuff
 */
.itemImageOptionSelected 
{ 
	width: 75%;
	margin-bottom: 5px;
	color: #555555;
}

.itemImageOptionSelectedValue { color: #8B9070; }

.itemOption { margin: 7px 0px 7px 20px; }

.itemOptionBody { margin: 7px 0px 0px 14px; }

.itemOptionType_IMAGE { width: 75%; }

.optionGroup { margin-bottom: 20px; }

.optionGroup .helpText
{
	margin-left: 20px;
	color: #AA0000;
}

.optionGroupTitle 
{ 
	color: #FF5577;
	font-weight: bold;
	font-size: 12px;
}


/**
 *	Stuff for the item thumbnail image draggable layer.
 */
#dImgItem
{
	width: 200px;
	margin: 0px 10px 5px 0px;
	float: left;
	text-align: center;
	background-color: #F9E5E8;
	border-right: 1px solid #F9B1BA;
	padding-bottom: 5px;
}

#dImgItemPadding { padding: 10px; }

#imgItem
{
	width: 150px;
	height: 150px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #F9B1BA;
	margin-bottom: 5px;
}

/**
 *	Stuff for the related items draggable layer.
 */
div.relatedItem 
{ 
	margin-top: 10px;
	text-align: center;
}

div.relatedItemName
{
	margin-top: 7px;
	text-align: center;
}
 
#dRelatedItems
{
	position: absolute;
	width: 150px;
	margin-left: 10px;
	text-align: center;
	background-color: #F9FFCD;
	border: 1px solid #333333;
	padding-bottom: 5px;
}

#dRelatedItemsPadding 
{ 
	padding: 10px;
	text-align: left;
}

#dRelatedItemsTitle
{
	background-color: #F9C0C9;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

#dRelatedItemsTitlePadding 
{ 
	border: 1px solid #FFFFFF;
	padding: 3px;
}

img.relatedItem
{
	width: 75px;
	height: 75px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #777777;
	margin-bottom: 5px;
}

/**
 *	Stuff for the 'big' Item image (hidden on page load)
 */
#dImgItemLarge
{
	position: absolute;
	width: 400px;
	height: 500px;
	border: 1px solid #333333;
	background-color: #F9FFCD;
	text-align: center;
}
#dImgItemLargeCaption
{
	font-size: 90%;
	margin-top: 7px;
	border-top: 1px solid #E0E5AD;
	padding: 5px;
	text-align: left;
	overflow: auto;
}
#dImgItemLargeClose { text-align: center; }
#dImgItemLargeName { font-weight: bold; }
#dImgItemLargePadding { padding: 10px; }

#dImgItemLargeTitle
{
	background-color: #F9C0C9;
	border-bottom: 1px solid #333333;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

#dImgItemLargeTitlePadding 
{ 
	border: 1px solid #FFFFFF;
	padding: 3px; 
}

#imgItemLarge
{
	width: 350px;
	height: 350px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px solid #777777;
	margin-bottom: 5px;
}

/**
 *	Image Select Stuff
 */
img.option
{
	width: 35px;
	height: 35px;
	margin: 2px;
}
a.option
{
	width: 39px;
	height: 39px;
	margin: 2px;
	font-size: 10px;
	line-height: 1.2;
	display: block;
	border: 1px solid #E3E3E3;
	text-align: center;
}

a.option, a.option:visited
{
	text-decoration: none;
	color: #333333;
}

a.option:hover
{
	text-decoration: none;
	color: #AA0000;
}

/**
 *	Image Select Popup Stuff
 */
div.popupOption
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 7;
	visibility: hidden;
	background-color: #FFFFFF;
	text-align: center;
	width: 158px;
	height: 158px;
}

div.popupOptionPadding
{
	border: 1px solid #777777;
	background-color: #FFFFFF;
	padding: 3px;
}

img.popupOption
{
	width: 150px;
	height: 150px;
	margin-bottom: 5px;
}
