.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: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background:  url('images/header_bkg.jpg') repeat-x;
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #3a3a3a;
	text-decoration: none;
}

a:hover
{
	color: #ff9933;
	text-decoration: none;
}

a img
{
	border: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: #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 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{
	float: left;
	padding-top: 15px;
	width: 100%;
	height: 226px;
	margin-bottom: 15px;
}

.htmlcontent-title
{
	padding: 0 0 0 0;
	clear:both;
}

.htmlcontent-header 
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
    color: #3a3a3a;
}

.htmlcontent-body
{
    vertical-align: top;
    padding-top: 0px;
    text-align: justify;
    color: #CC5500;
}

.htmlcontent2
{
	float: left;
	padding-top: 15px;
	width: 49%;
	height: 226px;
	margin-bottom: 15px;
}

.htmlcontent2-title
{
	padding: 0 0 0 0;
	clear:both;
}

.htmlcontent2-header 
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
    color: #3a3a3a;
}

.htmlcontent2-body
{
    vertical-align: top;
    padding-top: 0px;
    text-align: justify;
    color: #CC5500;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clear {
	display: inline-block;
}
 
html[xmlns] .clear {
	display: block;
}
 
* html .clear {
	height: 1%;
}

.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: #dfe5e7 1px solid;
	border-top: #a8bac2 1px solid;
	border-left: #a8bac2 1px solid;
	border-bottom: #dfe5e7 1px solid;
	background: url(Images/bgTextBox.gif) white 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: red;
}

.copyright
{
	float: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.copyright a
{
	color: #3664A5;
	background-color: inherit;
}

.productgroup
{
    width: 945px;
}

.productpic
{
    width: 225px;
    height: 226px;
   
}

.productspace
{
    width: 15px;
    height: 226px;
}

.productbar
{
    width: 225px;   
    height: 46px;
    background-image: url(images/productdes.jpg);
    text-align: center;
    color: #FFFFFF;
}

.productbar a
{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

.productbar a:hover
{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

.productbarspace
{
    width: 15px;
    height: 46px;
}

.welcome
{
    width: 465px;
    height: 226px;
    vertical-align: top;
    padding-top: 15px;
    /*border-top: solid 1px #CC5500;*/
}

.welcome h2
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    
}

.welcome p
{
    color: #CC5500;
    font-size: 12px;
    text-align: justify;
    margin: 0;
}
.news
{
    width: 465px;
    height: 226px;
    vertical-align: top;
    padding-top: 15px;
    /*border-top: solid 1px #CC5500;*/
}

.news h2
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    
}

.news h3
{
    text-align: left;
    color: #CC5500;
    font-weight: bold;    
}

.news p
{
    color: #CC5500;
    font-size: 12px;
    text-align: justify;
    margin: 0;
}

.space
{
    width: 15px;
    height: 226px;
    padding-top: 15px;
}

.information
{
    width: 236px;
    height: 272px;
    vertical-align: top;
    padding-top: 15px;
}

.information h3
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.information ul
{
	padding: 0;
	margin: 0;
    height: 112px;
}

.information li
{
	list-style: none;
}

.information li a
{
	color: #CC5500;
}

.productcate
{
    width: 236px;
    height: 272px;  
    padding-top: 15px;
    vertical-align: top;
}

.productcate h3
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
}

.productcate ul
{
	padding: 0;
	margin: 0;
    height: 112px;
}

.productcate li
{
	list-style: none;
}

.productcate li a
{
	color: #CC5500;
}

.browserbylicense
{
    width: 236px;
    height: 272px;
    padding-top: 15px;
    vertical-align: top;
}

.browserbylicense h3
{
    text-align: left;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px; 
}

.browserbylicense ul
{
	padding: 0;
	margin: 0;
    height: 112px;
}

.browserbylicense li
{
	list-style: none;
}

.browserbylicense li a
{
	color: #CC5500;
}

.autenpic
{
    width: 237px;
    height: 272px;
    padding-top: 15px; 
    vertical-align: top;
}

.autenpic td
{ 
    width: 118px;
    height: 91px;
    text-align: center;
    vertical-align: top;  
}

.infotable
{
    /*border-top: solid 1px #CC5500;*/
    /*border-bottom: solid 1px #CC5500;*/
}

.line1
{
    width: 945px;
    height: 1px;
    text-align: center;
    border-top: solid 1px #3a3a3a;
}

.homepic
{
    border-top: solid 1px #3a3a3a;    
}

.spaceline
{
    width: 945px;
    height: 15px;
    /*border-bottom: solid 1px #CC5500;*/
}

#myGallery
{
    border-top: solid 1px #3a3a3a;
    margin: 0;
    padding: 0;
}

#myGallery img{
  display:none;
  border:0;
  padding:0;
  margin:0;
}

#myGallery img.active{
  display:block;
}
