﻿.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 and Kam Tel International (KTI). 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML GENERAL 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* { font-family: arial, verdana, helvetica, sans-serif; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; vertical-align: baseline; }
html { height: 100% }
body { background: #ffffff; color: #000000; font-size: 100.01%; min-height: 101%; text-align: left; position: relative; }
img, fieldset, abbr, acronym { border: 0 }
table { border-collapse: collapse; border-spacing: 0; width: 100%; }
address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }
caption { text-align: left }
q:before, q:after, blockquote:before, blockquote:after { content: '' }
input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; font-family: arial, verdana, helvetica, sans-serif; }
input, select { vertical-align: middle; font-family: arial, verdana, helvetica, sans-serif; }
textarea { height: auto; overflow: auto; }
option { padding-left: 0.6em }
button { background: none; border: 0; cursor: pointer; text-align: center; }
ul, ol { list-style-type:none; }


	
body {
	background:#315673; /*#01212C url(images/bg.jpg) repeat-x center 0;*/
	color: #e9e9e9;
	font-size: 12px;
	line-height: 18px;
}

strong 
{
    font-weight:bold;
}
    
p, ul, ol, table { margin: 0 0 18px }

em { color: #d9e3ea }


/* Headlines */
h1, h2, h3{
	font-weight: normal;
	line-height: normal;
	letter-spacing:-1px;
}
h1 { font-size:30px; }
h2 { font-size:26px; }
h3 { font-size:22px; }
h4 { font-size:14px; }
h5 { font-size:12px; }
h6 { font-size:10px; }
h1, h2, h3 {
	color: #6099ff;
	font-family: arial, verdana, helvetica, sans-serif;
	margin-top: 15px;
}
h4 {
	color: #a3d5ea;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
}


/* Anchors */
a, a:link, a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover, a:active, a.active {
	text-decoration: underline;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sectiontitle
{
position:relative;
color:#48ABB7;
margin-bottom:5px;
font-family: arial, verdana, helvetica, sans-serif;
padding-bottom:5px;
margin-bottom:5px;
border-bottom: 1px dashed #fff;
}

.sectionsubtitle
{
}

.sectiontitle-blue
{
}

.smallprint
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TABLES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

td
{
}

td.fieldname
{
}

.table-container
{
}

.table-container .row
{
}

.table-container .row .item-name
{
padding:3px 10px 0 0;
position:relative;
vertical-align:middle;
white-space:nowrap;
width:200px;
color:Yellow;
font-weight:bold;    
}

.table-container .row .item-value
{
display:inline; 
width:auto;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{
    background:transparent url(images/bg-box.png) repeat scroll 0 0 !important;
    padding-left:10px;
    padding-right:5px;
    margin-bottom:10px;   
}

.htmlcontent-title
{
    /*#48ABB7;*/
    font-family: arial, verdana, helvetica, sans-serif;
    font-size:22px;
    margin:10px 5px 5px 5px;
    padding:10px 5px 5px 5px;
    text-align:center;  
}

.htmlcontent-header
{
    color:#48ABB7;  
    /*text-transform :uppercase;*/ 
}

.htmlcontent-body
{

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0px;
	line-height: 0;
}

.linkButton
{
    cursor:pointer;
}

a.linkButton:hover
{
    cursor:pointer;
}

.dropDownLists
{
}

.textBox
{
background:white url(Images/bgTextBox.gif) repeat-x scroll left top;
border-color:#A8BAC2 #DFE5E7 #DFE5E7 #A8BAC2;
border-style:solid;
border-width:1px;
color:#11354A;
font-family: arial, verdana, helvetica, sans-serif;
font-size:8pt;
height:15px;
margin:1px;
padding:1px;
z-index:auto;
}

.Button
{
    width:80px;
    font-size:8pt;
    cursor:pointer;
}

.messageError
{
}

.copyright
{
}

.copyright a
{
}


