﻿.productHeader
{
	width: 100%;
}

.rightColumn
{
	float: right;
	margin: 0px 0px 30px 0px;
}

.productVariants
{
	width: 460px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

.thumbnailContainer
{
	background-color: white;
	border: solid 1px #CCCCCC;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	width: 450px;
	overflow-x: auto;
	overflow-y: hidden;
}
.thumbnailImages
{
	height: 100px;
}

.productCms
{
	background-color: #C6C3B5;
	width: 450px;
	border: solid 1px gray;
	padding: 5px;
}

#productAddOns
{
	clear: both;
	margin-top: 15px;
}


.productName
{
	float: left;
	padding: 10px 0px 0px 0px;
	height: 30px;
}

.backLink
{
	height: 10px;
	margin: 0px 0px 5px 0px;
}

.dotSeperator
{
	clear: both;
	height: 8px;
	background-image: url( /gui/gfx/dot.gif );
	background-repeat: repeat-x;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
}

.productInfo
{
	float: left;
	width: 430px;
	text-align: justify;
}

.description
{
}
.productInfo .description .link
{
}





.productImageHolder
{
	float: left;
	padding: 5px;
}

.productImage
{
}


#productImagePreviewHolder
{
	position: absolute;
	text-align: center;
	visibility: hidden;
	visibility: hidden;
	border-left: 1px solid #8a8a8a;
	border-top: 1px solid #8a8a8a;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
}

.productImagePreview
{
	width: 438px;
}


#addOnGridView
{
}

#addOnGridDiv
{
}

.addOnGridViewHeaderStyle
{
	background-color: #D1D1D1;
	color: #000000;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
}

.addOnGridViewItemStyle
{
	background-color: White;
	height: 20px;
	line-height: 20px;
}

.addOnGridViewAltItemStyle
{
	border: solid 1px #CCCCCC;
	background-color: White;
	height: 20px;
	line-height: 20px;
}

.addOnGridViewCellStyle
{
	border: solid 1px #CCCCCC;
	padding-left: 4px;
	font-size: 11px;
}
.backLinkDiv
{
}
.backLink
{
	color: Blue;
}

