﻿.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 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

* {font-size: 100%;margin:0;padding:0;}

	table{border-collapse:collapse;border-spacing:0;}

	fieldset,img,a img,:link img,:visited img {border:0;}

	address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}

	ol,ul {list-style:none;}

	caption,th {text-align:left;}

	h1,h2,h3,h4,h5,h6 {font-size:100%;}

	q:before,q:after {content:'';}
	
.JS .jqueryhide{display:none;}


html {overflow-y:scroll;}
html, body
{
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 12px;
	text-align: center;
	color: #000000;
	background:#ffffff;
	height:100%;
    
}

/* ------------------------ classes ------------------------ */
	.clear	{ 
		clear:both;
		}
	div.clear	{ 
		height:.01em; 
		overflow:hidden; 
		}
		
    .center {margin:0 auto;text-align:center;}
    
    .hide {display:none !important;}
    
    .noborder {border:none !important;}
    
    .float_right{float:right;}
    .float_left{float:left;}
    .nounderline {text-decoration:none;}
    
    .blue {color:#0082c6;}
    .checkbox
    {
        border:medium none;
height:auto;
margin:0;
overflow:hidden;
position:relative;
vertical-align:middle;
width:auto;
        }
    
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #0082C8;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

a img
{
	border: 0;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img
{
	border: none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS & TEXT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

h1, h2, h3, h4, h5, h6
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;		
}

h2, h3
{
    font-size: 15px;
}

.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;
}

.attributes div table td {padding:0 0 4px;}

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;
	width:205px;
}
.TableContainer .Row .ItemValue
{ 
	padding: 3px 0px 0px 0px;
	vertical-align: middle;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	STATIC PAGES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.htmlcontent
{

	margin:0;

}


.htmlcontent-title
{
	padding: 0 0 5px 0;
	clear:both;
	display:none;
}

.htmlcontent-header 
{
	font-size: 1.2em;
	font-weight: bold;
}

.LoginPage .htmlcontent{width:780px;}

.htmlcontent-body
{
padding: 0;
}

.CheckoutAsGuestOrRegisterBlock .htmlcontent-body
{
padding:0;
}

.CheckoutAsGuestOrRegisterBlock .htmlcontent
{
	padding:5px 0;
	margin:0;
	width:100%;
}

.CheckoutAsGuestOrRegisterBlock table
{
	margin: 5px 10px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.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, .igte_Edit
{
	margin: 1px;
	border-right: #e7e5e6 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #e7e5e6 1px solid;
	background: url(Images/bgTextBox.gif) white repeat-x left top;
	color: #11354A;
	font-family: Arial;
	font-size: 8pt;
	padding: 1px;
	height: 18px;
	width:180px;
	line-height:18px;
	
}

select
{
	margin: 1px;
	border-right: #e7e5e6 1px solid;
	border-top: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #e7e5e6 1px solid;
	color: #11354A;
	font-family: Arial;
	font-size: 8pt;
	height: 18px;
	
}
.EnterAddressBody table td{
padding:0 5px 3px ;}

.messageError
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: red;
}

.copyright
{
	float: left;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;		
	font-size: 10px;
}

.copyright a
{
	color: #fff;
	background-color: inherit;
}

.writeProductReviewBox
{
    margin: 20px auto;
	padding-bottom: 5px;
	padding-left: 0;
	width:828px;}
.writeProductReviewBox table td
{   vertical-align:middle;
   padding:0 0 10px 20px;}
   
.writeProductReviewBox table td td
{  
   padding:0 3px;}



 .bodydetails_wrap {margin:0 0 0 40px;padding:15px 0 0 0;width:870px;background: transparent url(images/grey_gradient.png) repeat-x top;min-height:100px;height:auto !important;height:100px;float:left;font: 16px/30px Arial;}
  .details_feature_box {width:411px;float:left;}
  .details_feature_box ul {margin:10px 0 0 10px;}
  .details_feature_box li{ background:#ffffff url('images/bullet_bullet1.jpg') no-repeat left 2px; margin:7px 0; padding:0 0 0 18px;font: 12px/17px Arial;}
 .details_chart {width:334px;float:left;}
 
 .details_faq p.getdetails_step 
 {
    font:bold 14px/16px Arial;
letter-spacing:-0.3px;
margin:25px 0 5px;}
 

  .details_faq {width:916px;margin:0 auto;color:#000000;font:14px/22px Arial;}
  .details_faq a{color:#000;text-decoration:underline;}
  .details_faq a:hover{color:#000;text-decoration:none;}
  .details_faq p{margin:10px 0;}
   .getdetails_header {font:bold 15px/20px Arial;color:#1E436B;letter-spacing:-.3px;}
  .getdetails_headerbig {font:29px/40px Helvitica, Arial;color:#1E436B;letter-spacing:-.5px;margin:0;}
 .details_faq p.getdetails_headerbig {color:#000000;
 font:21px/46px "Baskerville", Georgia, Times New Roman, Times;margin:0;}
 
  .details_faq ul {color:#000000;font:14px/22px Arial;margin:0 0 10px 0;}
   .background_lightgrey {background:#eeeeee;} 
  .details_chartheader {background:#fffedf url(images/details_chart.png) no-repeat left top; letter-spacing:-.5px;
        color: #000;height:41px;padding: 0 10px;}
        .details_chartheader p{font:bold 15px/41px Arial;}
        
   
  .details_chartleftcol {vertical-align:top;color:#000;width:120px;border-right:1px solid #000000;border-bottom:1px dashed #A2A2A2;height:30px;padding:9px 5px 9px 10px;font:bold 12px/20px Arial;}
  .details_chartrtcol {vertical-align:top;color:#000;width:180px;border-bottom:1px dashed #A2A2A2;height:30px;padding:9px 35px;font:bold 12px/20px Arial;}
  .liststyle_text_plans li{background:none;} 
