﻿.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: Tahoma;
	font-size: 12px;
	text-align: center;
	color: #000;
	width: 100%;
	background: url(Images/Img_bg.jpg);
	background-repeat: repeat-x;
	background-color: #5F5F5F;
}
.MiddleContent
{
	width: 916px;
	background-color: white;
	padding: 0px 8px 0px 8px;
	vertical-align:top;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

a
{
	color: #AD9A59;
	text-decoration: none;
}

a:hover
{
	color: #4D4D4D;
	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
{
	padding-bottom: 5px;
}

.htmlcontent-title
{
	font-size: 1.2em;
	padding: 0 0 5px 0;
	font-weight: bold;
	clear: both;
}

.htmlcontent-body
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC. CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.clear
{
	border: medium none;
	clear: both;
	float: none;
	font-size: 0;
	height: 0;
	line-height: 0;
}

.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
{
	background-color:#F4F4F4;
border:1px solid #CECECE;
color:#4D4D4D;
font-family:verdana;
font-size:10pt;
height:20px;
margin:1px;
padding:1px;
	
}

.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;
}


.prod_text
{
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
}
.prod_text:hover
{
	color: #d8d8d8;
	text-decoration: none;
}
.prod_heading
{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 18px;
}

/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */.foo
{
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */


.menu
{
	/* height: 20px; */
	height: 25px; /* margin-top: 5px;         margin-bottom: 9px; */
	background-color: Black;
	vertical-align: top;
	padding-left: 10px;
	width: 900px;
}


.AdminMenu
{
	vertical-align: middle;
	font-family: Tahoma;
	display: inline;
}
/* The menu adapter generates a list item (li) in HTML for each menu item. *//* Use this rule create the common appearance of each menu item. */
.AdminMenu ul.AspNet-Menu li a img
{
	border: none;
	padding-right: 7px;
	margin-bottom: 2px;
	vertical-align: middle;
}
/* TOP TIER */
.AdminMenu ul.AspNet-Menu li
{
	
	line-height: 23px; /* for the menu Height*/
}
.AdminMenu ul.AspNet-Menu li:hover
{
	background: url(images/menu-item-left.png) no-repeat left center;
}
.AdminMenu ul.AspNet-Menu li:hover a
{
	background: url(images/menu-item-right.png) no-repeat right center;
}
/* END TOP TIER *//* Within each menu item is a link or a span, depending on whether or not the MenuItem has defined it's *//* NavigateUrl property. By setting a transparent background image here you can effectively layer two images *//* in each menu item.  One comes from the CSS rule (above) governing the li tag that each menu item has. *//* The second image comes from this rule (below). */
.AdminMenu ul.AspNet-Menu li a, .AdminMenu ul.AspNet-Menu li span
{
	/* color: #939393; */
	color: #D8C37D;
	padding: 0px 5px 0px 8px; /* left spaces from Menu & Submenu Imp*/
	text-align: left;
	z-index: 10000;
	
}
/* When a menu item contains no submenu items it is marked as a "leaf" and can be styled specially by this rule. */
.AdminMenu ul.AspNet-Menu li.AspNet-Menu-Leaf a, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Leaf span
{
	/* Home */
	font-size: 11px;
	font-weight: bold;
	text-align: left; /*        width:150px;                        */
	z-index: 10000;
	letter-spacing:0.5pt;
}
/* When you hover over a menu item, this rule comes into play. *//* Browsers that do not support the CSS hover pseudo-class, use JavaScript to dynamically change the *//* menu item's li tag so it has the AspNet-Menu-Hover class when the cursor is over that li tag. *//* See MenuAdapter.js (in the JavaScript folder). */
.AdminMenu ul.AspNet-Menu li:hover, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover
{
	/*color:#DFC28B; */ /* not required */
}
.AdminMenu ul.AspNet-Menu li:hover a, .AdminMenu ul.AspNet-Menu li:hover span, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover a, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover span, .AdminMenu ul.AspNet-Menu li:hover li:hover a, .AdminMenu ul.AspNet-Menu li:hover li:hover span, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .AdminMenu ul.AspNet-Menu li:hover li:hover ul a:hover, .AdminMenu ul.AspNet-Menu li:hover li:hover ul span.Asp-Menu-Hover, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a:hover, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span.Asp-Menu-Hover
{
    color: #ffffff;
	/*bf - this is hover on all items*/
}
.AdminMenu ul.AspNet-Menu li:hover ul a, .AdminMenu ul.AspNet-Menu li:hover ul span, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul a, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover ul span, .AdminMenu ul.AspNet-Menu li:hover li:hover ul a, .AdminMenu ul.AspNet-Menu li:hover li:hover ul span, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul a, .AdminMenu ul.AspNet-Menu li.AspNet-Menu-Hover li.AspNet-Menu-Hover ul span
{
	color: #ffffff; /* this is individual items below parent*/
	border-top: solid 1px #e0e0e0;
	text-align: left;
	text-decoration: none; /*	background: none; */ /* background-image: url("images/bgSubmenu.gif"); */
	width: 150px;
	font-weight: bold;
}
/* While you hover over a list item (li) you are also hovering over a link or span because *//* the link or span covers the interior of the li.  So you can set some hover-related styles *//* in the rule (above) for the li but set other hover-related styles in this (below) rule. */
.AdminMenu ul.AspNet-Menu li a:hover, .AdminMenu ul.AspNet-Menu li span.Asp-Menu-Hover
{
}
.AdminMenu ul.AspNet-Menu ul li:hover, .AdminMenu ul.AspNet-Menu ul li.AspNet-Menu-Leaf a:hover /* hover styles for lower tiers */
{
	background-image: none; /* background-image: url("images/bgSubmenu.gif");  */ /* background-color: #FDEFD5; */
	color: #D8C37D;
	z-index: 10000;
}
/* -------------------------------------------------------------------------- *//* When the Menu control's Orientation property is Horizontal the adapter wraps the menu with DIV *//* whose class is AspNet-Menu-Horizontal. */
.AdminMenu .AspNet-Menu-Horizontal
{
	position: relative;
}
/* This rule controls the width of the top tier of the horizontal menu. *//* BE SURE TO MAKE THIS WIDE ENOUGH to accommodate all of the top tier menu items that are lined *//* up from left to right. In other words, this width needs to be the width of the individual *//* top tier menu items multiplied by the number of items. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu
{
	width: auto;
}
/* This rule effectively says: style all tiers EXCEPT THE TOP TIER in the menu this way... *//* In other words, this rule can be used to style the second and third tiers of the menu without impacting *//* the topmost tier's appearance. *//* Remember that only the topmost tier of the menu is horizontal.  The second and third tiers are vertical. *//* So, they need a much smaller width than the top tier.  Effectively, the width specified here is simply *//* the width of a single menu item in the second and their tiers. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul
{
	/* width: 100px; */
	width: 165px;
	left: 0;
	top: 100%; /* background-color: #f0f0f0; */
	background-color: #ffffff;
	border: solid 1px #6b798c;
	margin-left: 1px;
	z-index: 10000;
}
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	width: 100px;
}
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul
{
	width: 100px;
}
/* Generally, you use this rule to set style properties that pertain to all menu items. *//* One exception is the width set here.  We will override this width with a more specific rule (below) *//* That sets the width for all menu items from the second tier downward in the menu. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	/*this is the top one */
	padding-top: 1px;
}
*html .AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li
{
	width: 1%;
	vertical-align: middle;
	margin: 5px 0;
}
/* This rule establishes the width of menu items below the top tier.  This allows the top tier menu items *//* to be narrower, for example, than the sub-menu items. *//* This value you set here should be slightly larger than the left margin value in the next rule. See *//* its comment for more details. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul li
{
	text-align: left;
	width: 100px;
	padding: 0;
	margin: 0;
}
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu ul ul li
{
	text-align: left;
	width: 170px;
	padding: 0;
	margin: 0;
	z-index: 10000;
}
/* Third tier menus have to be positioned differently than second (or top) tier menu items because *//* they drop to the side, not below, their parent menu item. This is done by setting the last margin *//* value (which is equal to margin-left) to a value that is slightly smaller than the WIDTH of the *//* menu item. So, if you modify the rule above, then you should modify this (below) rule, too. */
.AdminMenu .AspNet-Menu-Horizontal ul.AspNet-Menu li ul li ul
{
	margin: -31px 0 0 170px;
}
/* selected / active link */
.AdminMenu .AspNet-Menu-Selected /* this tier is selected */
{
	font-weight: bold !important;
	color: #ffffff;
}
.AdminMenu .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
	padding: 0px;
	font-weight: bold !important;
	color: #ffffff;
}
.AdminMenu .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
    color: #ffffff;
}
.LeftNavigation
{
	vertical-align: top;
	
}
.AboutUsHeader
{
	color: #d8c37d;
	font-size: 18pt;
	font-family: Tahoma;
	font-weight: normal;
	
}
.AboutUsText
{
	color: #4d4d4d;
	font-size: 12px;
	font-family: Tahoma;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing:0.5pt;
	padding-left:2px;
	line-height:18px
}
.AboutUsTextForCookie
{
	color: #4d4d4d;
	font-size: 12px;
	font-family: Tahoma;
	letter-spacing:0.5pt;
	padding-left:2px;
	line-height:18px
}
.AboutUsText2
{
	color: #4d4d4d;
	font-size: 12px;
	font-family: Tahoma;
	padding-bottom: 10px;
	letter-spacing:0.5pt;
}
.ForAboutUsTd
{
	padding-left: 30px;
	vertical-align:top;
	padding-top:30px;
}
.ForAboutUsTd2
{
	padding-left: 30px;
}
.ForAboutUsImg
{
	padding-left: 30px;
	padding-top: 30px;
}
.ItemForContact
{
	display: block;
	padding: 3px 10px 0 0;
	vertical-align: middle;
	white-space: nowrap;
	color: #555555;
	font-weight: bold;
	font-size:11px;
	
}
.ItemForMailFriend
{
	color: #555555;
	display: block;
	font-weight: bold;
	padding: 3px 10px 0 0;
	vertical-align: middle;
}
/*Diamond Education*/
.heading{ font-family:Tahoma; font-size:18pt; color:#D8C37D; font-weight:normal;}
.subheading{  font-family:Tahoma, Verdana; font-size:12px; color:#4D4D4D; font-weight:bold; }

.nomtext{  font-family:Tahoma, Verdana; font-size:11px; color:#999999; font-weight:normal; line-height:18px;}

.nomtext_bold{  font-family:Tahoma, Verdana; font-size:11px; color:#999999; font-weight:normal; line-height:16px; font-weight:bold;}

.nomtext_bold_highlight{  font-family:Tahoma, Verdana; font-size:11px; color:#567d9a; font-weight:normal; line-height:16px; font-weight:bold;}
.nomtext_heading{  font-family:Tahoma, Verdana; font-size:12px; color:#87a8c1; font-weight:normal; line-height:16px; text-transform:uppercase; font-weight:bold;}
.form_text{  font-family:Tahoma, Verdana; font-size:11px; color:#999999; font-weight:normal; line-height:20px; font-weight:bold;  }
.ModalBack
{
	background:url(  'images/transperent-pop2.png' )  100% 0;
	background-repeat:repeat;
}
.producttext
{
	color: #9E9D9D; font-size: 12px; 
	font-weight: bold;
    text-transform: uppercase;
    padding-left:18px;
    padding-bottom:5px;
}