﻿.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: Times New Roman,serif;		
	font-size: 14px;
	text-align: center;
	background-color:#640000;
	color: #ffae73;
	background-image:url(images/master_bkg.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

input
{
    background-color:#dba46d;
    border-color:#640000;
    border-style:solid;
    border-width:1px;
    color:#640000;
    padding:2px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;

}




button:hover
{
    background-color:Green;
}

select
{
    background-color:#dba46d;
    color:#640000;

}

textarea
{
    background-color:#dba46d;
    border-color:#640000;
    border-style:solid;
    border-width:1px;
    color:#640000;
}

input[button]
{
    background-color:Lime;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #ffae73;
	text-decoration: none;
}

a:hover
{
	color: #ffffb1;
	text-decoration: underline;
}

a img
{
	border: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6
{
	font-family: Times New Roman,serif;		
}

h2, h3
{
    font-size: 16px;
}

.sectiontitle
{
    color: #640000;
    font-size: 12pt;
    font-weight: bold;
}

.sectionsubtitle
{
    color: #640000;    
    font-size: 12pt;
    font-weight: bold;
    font-style:italic;
}

.sectiontitle-blue
{
    color: #ffae73;
    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 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/welcome_bkg.png);
    background-repeat:repeat-x;
    background-color:#990000;
    margin-top:-8px;
    padding:10px;	
}

.htmlcontent-title
{
	padding: 0 0 5px 0;
	clear:both;
}

.htmlcontent-header 
{
	font-size: 1.2em;
	font-weight: bold;
}

.htmlcontent-body
{

}

.topicpage
{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/welcome_bkg.png);
    background-repeat:repeat-x;
    background-color:#990000;
    margin-top:-8px;
    padding:10px;	
}

.topicpage .page-title
{
	padding: 0 0 5px 0;
	clear:both;
	font-size:12px;
	font-weight:bold;
	
}

.registration-page
{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/welcome_bkg.png);
    background-repeat:repeat-x;
    background-color:#990000;
    margin-top:-8px;
    padding:10px;	
}

.registration-page .page-title
{
	padding: 0 0 5px 0;
	clear:both;
	font-size:12px;
	font-weight:bold;
	
}

.login-page
{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-style:solid;
    border-color:#671400;
    border-width:1px;
    background-image:url(images/welcome_bkg.png);
    background-repeat:repeat-x;
    background-color:#990000;
    margin-top:-8px;
    padding:10px;	
}

.login-page .page-title
{
	padding: 0 0 5px 0;
	clear:both;
	font-size:12px;
	font-weight:bold;
	
}

.login-page .wrapper
{
    margin-bottom:20px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.linkButton
{
	color: #ffae73;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a.linkButton:hover
{

}

.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
	font-family: Times New Roman;
}

.textBox
{
	margin: 1px;
    font-family: Times New Roman, Serif;
	font-size: 8pt;
	padding: 1px;
	height: 15px;
    background-color:#dba46d;
    border-color:#640000;
    border-style:solid;
    border-width:1px;
    color:#640000;
}

.messageError
{
	font-family: Times New Roman, Serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Times New Roman, Serif;		
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}








