.foo
{
}
/***************************************************************************************************
The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx.
/*
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.
/* See the License for the specific language governing rights and limitations under the License.
/*
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/*
/* Contributor(s): RetroViz Design.
/***************************************************************************************************
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

HTML GENERAL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
BODY, H1, H2, H3, H4, H5, H6, ADDRESS, BLOCKQUOTE, DD, DL, HR, FORM, INPUT
{
	margin: 0;
	padding: 0;
}
BODY
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	/*[disabled]background-image:url(images/camobk20.gif);*/
	color: #3A4045;
	background: #3D513C url(images/background1.gif);
	padding-top: 20px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
A
{
	color: #3D513C;
	text-decoration: none;
}
A:hover
{
	color: #3D513C;
	text-decoration: underline;
}
A IMG
{
	border: 0;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
IMG
{
	border: none;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
H1, H2, H3, H4, H5, H6
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
H2, H3
{
	font-size: 16px;
}
DIV
{
}
.sectiontitle
{
	color: #FF9933;
	font-size: 1.3em;
	font-weight: bold;
}
.sectionsubtitle
{
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
}
.sectiontitle-blue
{
	color: #608FC8;
	font-size: 1.3em;
	font-weight: normal;
}
.smallprint
{
	font-size: x-small;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
TD
{
	vertical-align: middle;
}
TD.fieldname
{
	font-size: 12px;
}
.TableContainer
{
}
.TableContainer .Row
{
}
.TableContainer .Row .ItemName
{
	padding: 3px 10px 0px 0px;
	display: block;
	white-space: nowrap;
	padding-right: 10px;
	vertical-align: middle;
}
.TableContainer .Row .ItemValue
{
	padding: 3px 0px 0px;
	vertical-align: middle;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.htmlcontent
{
	padding-bottom: 5px;
}
.htmlcontent-title
{
	padding: 0 0 5px;
	clear: both;
}
.htmlcontent-header
{
	font-size: 3em;
	font-weight: bold;
	text-align: center;
}
.htmlcontent-body
{
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.clear
{
	border: medium none #000000;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}
.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}
A.linkButton:hover
{
}
.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Tahoma;
}
.textBox
{
	margin: 1px;
	border-right: 1px solid #DFE5E7;
	border-top: 1px solid #A8BAC2;
	border-left: 1px solid #A8BAC2;
	border-bottom: 1px solid #DFE5E7;
	background: #FFFFFF url(Images/bgTextBox.gif) repeat-x left top;
	color: #11354A;
	font-family: verdana;
	font-size: 8pt;
	padding: 1px;
	height: 15px;
}
.messageError
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyright A
{
	color: #3664A5;
	background-color: inherit;
}
