﻿.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, form, input
{
    margin: 0;
    padding: 0;
}

body
{
	background: #e6e6e6;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td, p, .normal, .text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

table {
	border-collapse: collapse;
}

hr {
	color:#E6E6E6;
	background-color:#E6E6E6;
	height:1px;
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a img
{
	border: 0;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover {
	color: #cd050a;
	text-decoration: underline;
}
a:active {
	color: #000099;
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6
{
    font-family: arial, helvetica, sans-serif;
}

h2, h3
{
    font-size: 16px;
}

.sectiontitle
{
    color: #cd050a;
    font-size: 1.3em;
    font-weight: bold;
}

.sectionsubtitle
{
    color: #555;    
    font-size: 1.1em;
    font-weight: bold;
}

.sectiontitle-blue
{
    color: #03068c;
    font-size: 1.3em;
    font-weight: normal;
}

.smallprint
{
    font-size: x-small;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td
{
    vertical-align: top;
}

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
{
	padding-bottom:5px;
}

.htmlcontent-title
{
	padding: 0 0 5px 0;
	clear:both;
}

.htmlcontent-header 
{
	font-size: 1.2em;
	font-weight: bold;
}

.htmlcontent-body
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.linkButton
{
	color: #03068c;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a.linkButton:hover
{

}

.dropDownLists
{
	font-size: 12px;
	padding-left: 2px;
}

.textBox, .nopnumerictextboxtext
{
	margin: 1px;
	border: #e6e6e6 1px solid;
	color: black;
	padding: 2px;
	font-size: 12px;
}

.messageError
{
	font-size: 12px;
	color: red;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

HYBRID SYSTEM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.roundedBox
{
    color: #222222;
    padding: 0;
    background-color: #ffffff;
}

.title, .Head {
	color: #cd050a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.smalltitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

.small, .smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

/* text style used for error messages */
.NormalRed
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	color: #ff0000;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}

.tdSep {
	width: 1px;
	background-color: #03068c;
}

.leftpane {
	width: 220px;
}

.tdMain {
	background-color: white;
}

/* calendar : day selected */
.eventDay a
{
	background-color: #cd050a;
	color: white !important;
	font-weight: bold;
}

/* tables */

.box {
	border: 1px solid #E6E6E6;
	padding: 3px 3px 3px 3px;
}

.tdRed {
	background-color: #cd050a;
	color: white;
	border: 2px solid white;
}

.tdRed a, .tdRed a:link, .tdRed a:hover, .tdRed a:active, .tdRed a:visited {
	background-color: #d10f15;
	color: white;
}

.tdBlue {
	background-color: #000099;
	color: white;
	border: 2px solid white;
}

.tdBlue a, .tdBlue a:link, .tdBlue a:hover, .tdBlue a:active, .tdBlue a:visited {
	background-color: #03068c;
	color: white;
}

.red {
	color: #cd050a;
}

.blue {
	color: #03068c;
}

.ImageInGallery {
	/* background-color: #e6e6e6; */
	margin: 5px; 
	padding: 0px;
}

.headerMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
   font-weight: bold;
}

.headerMenu a:link, .headerMenu a:active, .headerMenu a:visited {
	text-decoration: none;
	color: #222222;
}

.headerMenu a:hover {
	text-decoration: underline;
	color: #222222;
}

.bottomMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
}

.bottomMenu a:link, .bottomMenu a:active, .bottomMenu a:visited {
	text-decoration: none;
	color: #222222;
}

.bottomMenu a:hover {
	text-decoration: underline;
	color: #222222;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
}

.footer a:link, .footer a:active, .footer a:visited {
	text-decoration: none;
	color: #222222;
}

.footer a:hover {
	text-decoration: underline;
	color: #222222;
}

/* rollover buttons */

.rollover a, .rollover a:link, .rollover a:visited {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

.rollover a:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover {
   display: block;
   text-align:center;
   width: 105px;
   margin: 0;
   padding: 8px 0 10px 0px;   
   font: bold 10px/1 Verdana, Arial, Helvetica, sans-serif;
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:link {
   background: url("images/button.gif") 0 0 no-repeat;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:visited {
   background-position: 0 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:hover {
   background-position: -105px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.rollover:active {
   background-position: -210px 0;
   text-decoration: none;
   color: #FFFFFF;
}

a.PagingNumber {
	color: #004ea5;
	background-color: #aebbca;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}

a.PagingNumber:link, a.PagingNumber:visited, a.PagingNumber:active {
	color: #004ea5;
   text-decoration: none;
}

a.PagingNumber:hover {
   text-decoration: none;
   background-color: #c5e77e;
	color: #004ea5;
}

a.PagingNumberSelected {
	color: #004ea5;
   background-color: #c5e77e;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
}

a.PagingNumberSelected:link, a.PagingNumberSelected:visited, a.PagingNumberSelected:active, a.PagingNumberSelected:hover {
	color: #004ea5;
   text-decoration: none;
}

.PageViewWrapper {
	border: 1px solid #bec6cb;
}

.PageViewWrapper hr {
	color: #bec6cb;
}

.inputCell {
   padding-right: 6px;
}

/* article system */

.ArticleTitleWrapper {
	padding-bottom: 10px;
}

.ArticleTitle {
	color: #cd050a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	}

.ArticleSubTitle {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ArticleListTitleWrapper {
	padding-bottom: 5px;
}

.ArticleListTitle {
	color: #cd050a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.ArticleListTitle a, .ArticleListTitle a:link, .ArticleListTitle a:visited, .ArticleListTitle a:hover, .ArticleListTitle a:active {
	color: #cd050a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
}

.ArticleListText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
}
