﻿/* Product Review Styles  */
.Intro
{
	margin-right: 260px;
}
.IntroImage
{
	float: right;
	width: 250px;
}
.Content
{
	margin-left: 150px;
	height: 136px;
	position: relative;
}
.ContentImage
{
	float: left;
	border: 1px solid lightgray;
	width: 134px;
	height: 134px;
	text-align: center;
}
.Nav
{
	float: right;
}
.OuterDiv
{
	padding-bottom: 6px;
	padding-top: 6px;
}

/**/
.ClearFloats
{
	clear: both;
}
.DottedLine
{
	border: 2px dotted gray;
	border-style: none none dotted;
}
.PurpleLink
{
	color: #8844dd;
}
.ReviewText
{
	height: 49px;
	overflow: hidden;
}
.AddToCartLinks
{
	margin-top: 7px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.Search
{
	padding-bottom: 40px;
}
.CategoryList
{
	width:165px;
}
.DepartmentList
{
	width:130px;
}
.pDots
{
	height: 5px; 
	background-image: url('../Images/Reviews/greydot3of4.gif');
    background-repeat: repeat-x; 
    border-style: none; 
    border-width: 0px; 
    border-color: White;
}

/* Add to existing style  */
.purplebold
{
	text-decoration: none;
}


/* Sub Elements  */
.Details p
{
	margin: 0px 0px 4px 0px;
}
.Details div
{
	margin: 0px 0px 4px 0px;
}
.Details div div
{
	text-align: right;
	float: right;
}

/* Add to existing style  */
.ProductImage IMG, .ProductImage A IMG, A.ProductImageAlternateImage IMG
{
	border: solid 0px #E9E9E9 !important;
	width: 125px;
	height: 125px;
	position: relative;
	vertical-align: bottom;
	margin: 5px;
}

.divPagerP
{
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:5px; 
	text-align:center; 
}
