﻿.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;
}

p
{
    margin: 0px 0px 0px 0px;
}

body
{
	font-family: Verdana;
	font-size: 11px;
	text-align: center;
	background: #000;
	color: #ff9933;
	height:100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #3a3a3a;
	text-decoration: none;
}

a:hover
{
	color: #999;
	text-decoration: none;
}

a img
{
	border: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6
{
    font-family: Arial Black;
}

h2, h3
{
    font-size: 12px;
}

.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
{ 
    height:24px;
	padding: 0px 10px 0px 0px;
	/*display: block;*/
	/*white-space: nowrap;*/
	padding-right: 10px;
	vertical-align: middle;
}
.TableContainer .Row .ItemValue
{ 
    height:24px;
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{
	padding:0px 10px 10px 10px;
}

.htmlcontent-title
{
    font-family:Arial Black;
	padding: 5px 0 10px 0;
	clear:both;
	font-size:12px;
}

.htmlcontent-body
{
    font-size:11px;
    line-height:18px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.divClear
{
    clear:both;
    font-size:0;
    height:0;
    line-height:1px;
}

.linkButton
{
	color: #3664A5;
	background-color: inherit;
	text-decoration: underline;
	font-weight: bold;
}

a.linkButton:hover
{

}

.dropDownLists
{
	height: 17px;
	font-size: 10px;
	padding-left: 2px;
}

.textBox
{
    border:#999999 solid 1px;
	margin: 0px;
	color: #11354A;
	font-size: 11px;
	padding:2px;
}

.messageError
{
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}

.FloatLeft
{
    float:left;
}

.FloatRight
{
    float:right;
}

.BtnHolder
,.BtnHolder a
,.BtnHolder a:hover
{
    color:#333333;
}

.BtnHolder .BtnMiddle
,.BtnHolder .BtnLeft
,.BtnHolder .BtnRight
{
    height:19px;
    float:left;
}

.BtnHolder .BtnMiddle
{
    padding:1px 1px 0px 1px;
    height:18px;
    background: url('images/BtnParts.png') repeat-x 0px -40px;
    _background: url('images/BtnMiddleYellow.png') repeat-x 0px 0px;
}

.BtnHolder .BtnLeft
,.BtnHolder .BtnRight
{
    width:4px;
    background: url('images/BtnParts.png') no-repeat 0px 0px;
    _background: url('images/BtnLeftYellow.png') no-repeat 0px 0px;
}

.BtnHolder .BtnRight
{
    background: url('images/BtnParts.png') no-repeat 0px -20px;
    _background: url('images/BtnRightYellow.png') no-repeat 0px 0px;
}

.Black .BtnMiddle
{
    padding:1px 1px 0px 1px;
    background: url('images/BtnParts.png') repeat-x 0px -100px;
    _background: url('images/BtnMiddleBlack.png') repeat-x 0px 0px;
    color:#fff;
    height:18px;
}

.Black .BtnLeft
,.Black .BtnRight
{
    background: url('images/BtnParts.png') no-repeat 0px -60px;
    _background: url('images/BtnLeftBlack.png') no-repeat 0px 0px;
    width:4px;
}

.Black .BtnRight
{
    background: url('images/BtnParts.png') no-repeat 0px -80px;
    _background: url('images/BtnRightBlack.png') no-repeat 0px 0px;
}

.Grey .BtnMiddle
{
    padding:1px 10px 0px 10px;
    background: url('images/BtnParts.png') repeat-x 0px -160px;
    _background: url('images/BtnMiddleGrey.png') repeat-x;
    color:#ccc;
    height:18px;
}

.Grey .BtnLeft
,.Grey .BtnRight
{
    background: url('images/BtnParts.png') no-repeat 0px -120px;
    _background: url('images/BtnLeftGrey.png') no-repeat;
    width:4px;
}

.Grey .BtnRight
{
    background: url('images/BtnParts.png') no-repeat 0px -140px;
    _background: url('images/BtnRightGrey.png') no-repeat;
}

.BtnHolder input
{
    font-family:Verdana;
    margin:0;
    padding:0;
    border:0;
    color:#333333;
}


.MenuHolder
{
    width:160px;
    float:left;
    font-size:10px;
    font-weight:bold;
    background: url('images/menu-line2.gif') no-repeat bottom;
}

.MenuHolder div
{
    float:left;
    margin-right:3px;
    cursor:pointer;
}

.MenuHolder div .BtnPartLeft
,.MenuHolder div .BtnPartMiddle
,.MenuHolder div .BtnPartRight
,.MenuHolder div .BtnPartLeftOn
,.MenuHolder div .BtnPartMiddleOn 
,.MenuHolder div .BtnPartRightOn
{
    padding:0px 0px 0px 0px;
    height:14px;
    display:block;
    float:left;
    color:#666;
}

.MenuHolder div .BtnPartLeft
,.MenuHolder div .BtnPartRight
,.MenuHolder div .BtnPartLeftOn
,.MenuHolder div .BtnPartRightOn
{
    width:2px;
    background: url('images/BtnMenuLeftOff.png') no-repeat;
}

.MenuHolder div .BtnPartMiddle
{
    padding:1px 2px 0px 2px;
    height:13px;
    color:#333;
    background: url('images/BtnMenuMiddleOff.png') repeat-x;
}

.MenuHolder div .BtnPartRight
{
    background: url('images/BtnMenuRightOff.png') no-repeat;
}

.MenuHolder div .BtnPartLeftOn
{
    background: url('images/BtnMenuLeftOn.png') no-repeat;
    color:#333;
}

.MenuHolder div .BtnPartMiddleOn 
{
    padding:1px 2px 0px 2px;
    height:13px;
    background: url('images/BtnMenuMiddleOn.png') repeat-x;
    color:#666;
}

.MenuHolder div .BtnPartRightOn
{
    background: url('images/BtnMenuRightOn.png') no-repeat;
    color:#333;
}

.title
{
    font-family:Arial Black;
    text-transform:uppercase;
    font-size:12px;
}
