/* CSS Document */

.smallText
{
	font-size:0.85em;
}

.pic_float_left
{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	border:1px solid #811788;
}

.pic_float_right
{
	float:right;
	margin-left:20px;
	margin-bottom:15px;
	border:1px solid #811788;
}

.clear
{
	clear:both;
	margin-top:20px;
}

.order_quick_summary
{
	border:1px solid #DB3195;
	padding:5px;
	background-color:white;
}

.error
{
	border:1px solid #DB3195;
	padding:5px;
	background-color:white;
	margin-right:10px;
}

.a_black a
{
	color:black;
}


.largeImage
{
	display:none;
	/*
	width:620px;
	height:400px;
	*/
	background-color:white;
	border:1px solid navy;
	
	position:absolute;
}

	.largeImage_topbar
	{
		background-color:navy;
		color:white;
		padding:2px;
	}
	
		.largeImage_image
		{
			padding:3px;
		}
		
		.largeImage_title
		{
			float:left;
		}
		.largeImage_close
		{
			float:right;
			margin-right:5px;
			cursor:pointer;
		}
	
	
.thumbnail_to_enlarge
{
	cursor:pointer;
	width:160px !important;
	height:106px !important;
	border:1px solid #CCCCCC !important;



}	
	
	
.blue_button
{
	width:60px;
	background:#20208E;
	color:white;
	cursor:pointer;
	padding:5px;
	border:1px solid white;
	font-size:0.85em;
	text-align:center;
	display:none;
}

	.blue_button:hover
	{
		background-color:#0000CC;
	
	}
	
.product_detail_holder	.blue_button
{
	display:block !important;
}
	