/* Basic Elements */

body 
{
	background: url('../english/images/background.jpg');
	width:100%;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:black;
	height: 300px;
}

h1 
{
	color: #2D6248;
	font-size: 16px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}

h2 
{
	color: #2D6248;
	font-size: 14px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}

h3 
{
	color: #2D6248;
	font-size: 13px;
	font-weight: bold;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}

/* Shop.master Elements */
#container
{
	width:764px;
	margin-left:auto;
    margin-right:auto;
}

#header
{
	width:764px;
	height:165px;
}

#leftNav
{
	width:159px;
	float:left;
	vertical-align:top;
}

#content
{
	width:605px;
	float:right;
	vertical-align:top;
	background-color:#FFFFFF;
}

#account
{
	padding:3px;
	background-color:#739484;
}

#nav
{
	background-color:#F0EFDD;
}

.navHeader
{
	background-color:#D6D5B7;
	padding:5px;
	font-weight:bold;
}

.navActive
{
	background-image:url(../english/images/next_arrow3.gif);
	background-position:right center;
	background-repeat:no-repeat;
	background-color:#C5C4A6;
	padding:2px 2px 2px 5px;
}

.navItem
{
	padding:2px 2px 2px 5px;
	border-bottom:solid 1px #D6D6B5;
}

.navSeparator
{
	border: none;
	color:#D6D6B5; 
	background-color:#D6D6B5; 
	height:1px; 
	text-align:left;
}

#footer
{
	font-size:11px;
}

.footerOrgs
{
	float:left;
	width:25%;
	text-align:center;
	background-image:url(../English/Images/lineGreyFadeVertical.gif);
	background-repeat:no-repeat;
	background-position:right center;
	font-size:11px;
}

.footerText
{
	text-align:center;
	font-size:11px;
}

/* commonly used classes */
.formdisplay span
{
	float: left;  /*this is one and only exception - at some point we need to remove this float */
	display: block;
}

.nav 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: underline;
}

.margin /*Spacer between divs (similar to <br /> but more appropriate in FireFox)*/
{
	height:10px;
}

.marginLarge /*Spacer between divs (similar to <br /> but more appropriate in FireFox)*/
{
	height:15px;
}

.marginSmall /*Spacer between divs (similar to <br /> but more appropriate in FireFox)*/
{
	height:5px;
}

.message
{
	color:#FFFFFF;
}

.message a
{
	color:#FFFFFF;
}

.separator
{
	border: none;
	color:#2D6248; 
	background-color:#2D6248; 
	height:1px; 
	text-align:left;
}

.separatorTable
{
	border: none;
	color:#2D6248; 
	background-color:#2D6248; 
	height:1px; 
	text-align:left;
}

hr
{
	border: none;
	color:#2D6248; 
	background-color:#2D6248; 
	height:1px; 
	text-align:left;
}

.textHeader
{
	color: #2D6248;
	font-size: 18pt;
	letter-spacing: -1px;
	font-weight: normal;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}

.textBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:Bold;
	color:Black;
}

.textBiggerBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:Bold;
	color:Black;
}

.textBody
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:black;
}

.textSmall
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:8pt;
	color:black;
}

.textWhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11pt;
	color:#EEEEEE;
	font-weight:bold;
}

.textBrowse
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:black;
	font-weight:bold;
} 

.textError
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:Red;
}

.boxtiny {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	width: 35px;
	height: 22px;
	border: 1px solid #D6D5B7;
}

.boxtinybluenoborder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #333333;
	width: 35px;
	height: 22px;
	border: 1px solid #D6D5B7;
	background-color: #E2EDF3;
}


.loader /* spinning loader message on top right for ajax-driven page */
{
	background-color: #990000;
	border:solid 1px #000000;    
	font-size: 15px; 
	font-family:Arial;   
	color: #FFFFFF;    
	padding: 4px 4px 4px 10px;
	z-index: 5000;
}

* html .loader { /*\*/position: absolute; top: expression(((ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop)) + 'px'); right: expression(((ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft)) + 'px');/**/ } 

.loader /* spinning loader message on top right for ajax-driven page */
{	
	position: fixed;    
	top: 0;    
	right: 0;    
} 

.browser_warning  /* warning message if cookie or javascript is turned off */
{
	text-align:center;
	width: 100%;
	background-color: #cc0000;
	border-bottom: #d6d8d6 1px solid;
	padding: 15px 0px 15px 0px;
	cursor:pointer;
	cursor:hand;
}

.browser_warning a /* warning message if cookie or javascript is turned off */
{
	font:bold 14px Arial,Helvetica,sans-serif;
	color:#fff;
	text-decoration:none;
}

.display_none /* display none */
{
	display:none;
}

/* Controls */

.input
{
	background-color:#FFFFFE;
	font-family:Sans-Serif;
	font-size:13px;
	color:black;
	height:18px;
	border:solid 1px silver;
	padding-top:3px;
	padding-left:3px;
}

.input_active 
{
	background-color:#FFFFBE;
	height:18px;
	font-family:Sans-Serif;
	font-size:13px;
	color:black;
	border:solid 1px #2D6248;
	padding-top:3px;
	padding-left:3px;
}

/* Overlay */

.overlay_background /* style for overlay backgrounds */
{
	background-color:#555555;
	filter:alpha(opacity=60);
	opacity:0.6;
}

.overlay /* style for overlays */
{
	background-color:#FFFFEE;
	border:solid 3px #2D6248;
	padding:10px;
	width:250px;
	text-align:center;
	font-size:13px;
	font-family:Arial;
}

.overlay_close /* style for close window button for overlays */
{
	background-color:#2D6248;
	border:solid 1px #000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px;
	text-align:center;
}

/* contact us */

fieldset {
    padding: 0px 10px 10px 10px;
    width: 96%;
    border:solid 1px #2D6248;
}

.accountfield 
{
    padding: 0px 10px 10px 10px;
    width: 92%;
    border:solid 1px #2D6248;	
}
    
legend {
    color: #2D6248;
    font-size:13pt;
    font-weight: bold;
    font-variant: small-caps;
    background-color: #D6D5B7;
    border:solid 1px #2D6248;
    padding: 2px 6px;
    margin-bottom: 8px;
}

fieldset div 
{
	background-color:#FFFFFF; 
	padding:5px;
}

/* Message Panel */

#error
{
	background-color:#FFFFCC;
	border:solid 1px gray;
	margin: 10px 0px 5px 0px;
	text-align:center;
	font-family:arial;
	font-size:9pt;
	font-weight:bold;
	color:Red;
	padding:10px;
}


.error /* error style for overlay message */
{
	font-size:14px;
	color:red;
}

.success /* success style for overlay message */
{
	font-size:14px;
	color:green;
}

.message /* notification style for overlay message */
{
	font-size:14px;
	color:navy;
}

/* Content Pages */

#contentmain
{
	margin-left:0px;
	margin-right:40px;
	margin-top:0px;
	margin-bottom:15px;
	padding:5px 0px 0px 5px;
	text-align:left;
	width:590px;
	vertical-align:top;
}
a
{
	color:Black;
	text-decoration:underline;
}

a:hover
{
 color : #A33637;
}
.dashedborder
{
	border:dashed 1px gray;
	background-color:#F5F5E9;
	padding:5px;
}

.rptAccount
{
	background-color:#FFFFFF;
	border:solid 1px #2D6248;
	font-family:Arial;
	width:99%;
	padding:3px;
}

.formdisplay span
{
	display:block;
	float:left;
}

.tableHeaderBold
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:Bold;
	color:#2D6248;
	background-color:#D6D5B7;
	border-top:solid 1px #2D6248;
	border-left:solid 1px #2D6248;
	border-right:solid 1px #2D6248;
	padding:3px;
	width:99%;
}

/* login / Register */

.rightTable
{
	background-color:#F0EFDD;
	border:solid 1px #2D6248;
	width:100%; 
	height:10%;
	padding:8px;
}

.loginRegisterRightPanel
{
	background-color:#2D6248;
	text-align: center;
	padding:7px;
	font-weight:bold;
	color:#FFFFFF;
}


/* account home */

#mytimezone
{
	background-color:#E9F3DA;
	border:solid 1px #8CC63F;
	padding:5px;
	height:130px;
}

/* account support */

#supportlinks
{
	font-family:Arial;
	font-size:9pt;
}

#supportlinks ul
{
	list-style-type:disc;
	margin-left:1.5em;
	padding:0;
	line-height:1.8em;
}

/*FROM TAG SITE NEED TO CHANGE */

A.textwhitesmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitesmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	TEXT-DECORATION: underline;
}
.textwhitebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitebig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitebig:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	TEXT-DECORATION: underline;
}
.textwhitebigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitebigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitebigger:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
 	TEXT-DECORATION: underline;
}
.textwhitebiggerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:  bold;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitebiggerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight:  bold;
	color: #FFFFFF;
 	text-decoration: none;
}
A.textwhitebiggerbold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
 	TEXT-DECORATION: underline;
}

.textblacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
 	text-decoration: none;
}
A.textblacksmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
 	text-decoration: underline;
}
A.textblacksmall:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #A33637;
 	text-decoration: underline;
}
.textblackbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
 	text-decoration: none;
}
A.textblackbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
 	text-decoration: underline;
}
A.textblackbig:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #A33637;
 	text-decoration: underline;
}
.textblackbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
 	text-decoration: none;
}
A.textblackbigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
 	text-decoration: underline;
}
A.textblackbigger:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #A33637;
 	text-decoration: underline;
}

.textblackbiggerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
 	text-decoration: none;
}
A.textblackbiggerbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
 	text-decoration: underline;
}
A.textblackbiggerbold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A33637;
 	text-decoration: underline;
}

.textwhitesmall10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
 	text-decoration: none;
}

.searchbox 
{
    padding-left:18px; 
    border:1px solid #666666; 
    background-image: url('../english/images/find.gif');
    background-color:#FFFFFF;
    background-repeat: no-repeat; 
    background-position: center left; 
    margin-top:4px; 
    margin-top:2px; 
    color:#777777;
    font-size:11px;
    width:120px;
    height:14px;
    padding-top:2px;
}

.box
{
	background-color:#F7F7F7;
	border:solid 1px #2D6248;
	padding:5px;
}

.homeshowcaseCats {
	background-color:#D6D5B7;
	padding:0px;
	font-weight:600;
	font-size: 14px;
	text-align:center;
	vertical-align:top;
}
.homeshowcaseLinks {
	text-decoration:none;
	color:#000000;
}
.homeshowcase {
	background-color:#FFFFFF;
}
.homeshowcase td {
	border-bottom:solid 1px #D6D6B5;
	border-left:solid 1px #D6D6B5;
	vertical-align:middle;
	padding:2px;
}
.homeshowcasetop {
	border-top:solid 1px #D6D6B5;
	vertical-align:middle;
	width:150px;
	height:130px;
}
.homeshowcaseright {
	border-right:solid 1px #D6D6B5;
	vertical-align:middle;
	width:150px;
	height:130px;
}
.homeshowcasetopright {
	border-top:solid 1px #D6D6B5;
	border-right:solid 1px #D6D6B5;
	vertical-align:middle;
}
.homeshowcaseimage {
	display: block;
	margin-left:auto;
    margin-right:auto;
	width:145px;
	height:128px;
	border:0px;
}
.masterleftbg {
	background: url('../english/images/background_gradient_left.png'); 
	width:35px;
}
.masterrightbg {
	background: url('../english/images/background_gradient_right.png');
	width:35px;
}
.mastercenterbg {
	background: url('../english/images/background_header_horizontal.jpg'); 
	height:3px;
}
