﻿body
{
}

.cssContent
{
	/*min-height: 600px; */
	/*max-height: 800px;*/
}

.cssTab
{
	color: #A92125;
	height: 100px;
}

.cssTabContainer
{
	width: 95%;
}

.cssHiddenColumn
{
	display: none;
}

.cssResultsGrid
{
	border-style: solid;
	color: #333333;
	font-size: small;
}

.cssSearchDiv
{
	margin-bottom: 3px;
	margin-right:3px;
}

.cssSearchDropDown
{
	width: 100%;
}

.unwatermarked
{
	height: 18px; /*width: 148px;*/
	padding: 2px 0 0 2px;
	width: 100%;
	overflow: hidden;
}

.watermarked
{
	height: 20px; /*width: 150px;*/
	padding: 2px 0 0 2px;
	border: 1px solid #8293BF;
	background-color: #DEE4F5;
	color: gray;
	width: 100%;
	overflow: hidden;
}

.cssSearchImg
{
	margin-top: 5px;
	text-align: right;
	float: right;
}
.nomargin
{
	margin: 0;
	padding: 0;
}

.cssFloatRight
{
	float:right;
}

.cssCartCount
{
	margin: 0;
	padding: 0 0 5px 0;
}

.cssDiv
{
	margin-bottom:10px;
	margin-left:5px;
	margin-right:3px;
}

.cssPurchase
{
	margin-bottom:10px;
	margin-left:5px;
	margin-right:3px;
    padding: 5px 15px 5px 10px; 
    border: solid 2px #6B979B;
}

.cssTextBox
{
		
}
.cssFloatRightButton
{
	float:right;
	margin-left: 3px;
	margin-right: 3px;
}

.cssButton
{
	margin: 5px 3px 5px 0px;
}

.cssBold
{
	font-size: 14px; font-weight: bold; color: #402eae;
}

.modalBackground
{
    background-color:#f5f5f5;
    filter:alpha(opacity=80);
    opacity:0.7;
}

th a:link, th a:visited, th a:active, th a:hover {
text-decoration: none }


.noUnderline { text-decoration: none; }
