/******************************************************************************
*                                                                             *
*  /css/styles.css                                                            *
*                                                                             *
*  External CSS stylesheet for the Acopian catalog and e-commerce application *
*                                                                             *
******************************************************************************/

/*--------------
    Elements
--------------*/

img
{
	border: 0;
}


/*-------------
    Classes
-------------*/
.alert
{
	color: #CC0000;
	font-family: 'LatoBold';
}

.basic
{
	font-family: "Times New Roman", Times, serif;
	color: black;
	background-color: white;
}

.boxBG
{
	background-image: url(/images/box_bg-long.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	padding: 0 10px;
}

.boxBGShort
{
	background-image: url(/images/box_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	padding: 0 10px;
}

.commerce
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

.commerceLabels
{
	background-color: #DDDBB5;
	text-align: center;
	font-family: 'LatoBold';
	color: black;
}

.headerRow
{
	background-color: #CCCCCC;
	vertical-align: bottom;
}

.helpTable
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.info
{
	color: #8D0065;
	font-family: 'LatoBold';
}

.jswarning
{
	display: block;
}

.msg
{
	position: absolute;
	left: 210px;
	background-color: #CCCCCC;
	border-width: 4px;
	border-style: solid;
	border-color: #990066;
	padding: 8px;
	font-family: 'LatoBold';
	display: none;
}

.nestled
{
	margin-top: -14px;
	color: #800080;
}

.pageOuter
{
	margin-left: 90px;
}

.tableTitle
{
	font-family: 'LatoBold';
	font-size: 18px;
}
.resultsDesc {
	color: #FFFFFF;
	background-color: #000000;
	padding: 4px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 75%;
}
.resultsDesc p {
	margin-bottom: 0px;
}
