/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial, sans-serif;
	color: #333333;
	line-height: 1.166;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 840px;
	background: #467eb9 url("img/bg_grad3.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 130% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 120% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 110% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


.center {text-align: center;}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position:absolute;
	top: 82px;
	left: 11px;
	right: 2%;
	width:95.6%;
	background-color: #fcfcfc;	
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	left: 11px;
	right: 2%;
	width:95.6%;
}


#pageNav{
	float: left;
	width: 168px;
	margin-top: 20px;
	margin-bottom: 16px;
	padding: 1px;
	background-color: #fcfcfc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Arial,sans-serif;
}


/*
#pageNav img{
	padding: 2px 2px 2px 2px;
	margin-left: 5px;
	margin-top: -12px;
}
*/

#sale_banner {
    float: left;
}
#sale_banner a {
    color: #f2f8fe;
    text-decoration: none;}

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


#choir_of_the_month {
    float:right;
/*    clear:both; */
}


#content{
	padding: 12px 12px 0px 12px;
	margin: -4px 0px 0px 170px;
/*	border-top: 1px solid #ccd2d2; */
	border-left: 1px solid #ccd2d2;
	font-family: Arial,sans-serif;
	background: #f2f8fe;
/*	background: #fcfcfc; */
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	font: 200% Arial,sans-serif;;
	margin: 0px;
	padding: 6px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;

}

/************** utility styles *****************/

#utility{
	font: 85% Arial,sans-serif;
	position: absolute;
	top: 10px;
	right: 20px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 10px;
	margin: 4px;
	height: 68px;
	border-bottom:1px solid #ccd2d2;
	background-image: url(img/header.gif);
	background-repeat: no-repeat;
	}

#pageName a {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}

#pageName h2{
	font: bold 150% Arial,sans-serif;
	color: #000000;
	margin: 0px;
	padding: 0px;
}

/*
#pageName img{
	position: absolute;
	top: 0px;
	left: 308px;
	padding: 1px;
	margin: 1px;
	height: -1px;
}


#pageName img{
	float:none;
	margin-left: -8px;
	padding: 0px 5px 0px 0px;
}

.imgright {
	float: none;
	margin-left: -8px;
	padding: 0px 5px 0px 0px;
}
*/
/************* globalNav styles ****************/


#globalNav{

	position: relative;
	width: 100%;
	top: -2px;

	min-width: 300px;
	height: 32px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image:  url("img/glbnav_background.gif");
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	font-size: medium;
  	color: #0d64b1;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:  url("img/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 80%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}



/************* breadCrumb styles ***************/

#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Arial,sans-serif;
	color: #AAAAAA;
}

#breadCrumb a{
	color: #AAAAAA;
}

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}


/************** feature styles *****************/

.feature{
	padding: 0px 14px 5px 2px;
	font-size: 100%;
}


.feature {
	height: auto;
}

.feature h3{
	font: bold 140% Arial,sans-serif;
	color: #006699;
	padding: 4px 2px 5px 2px;
}

.feature img{
	float: left;
	padding: 2px 10px 2px 2px;
}

/*************** order styles ******************/

.order {
	padding: 0px 12px 5px 2px;
	font-size: 100%;
}

.order h3{
	font: bold 125% Arial,sans-serif;
	color: #006699;
}

.order p {
	padding: 2px 5px 10px 2px;
}

.order a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.order a.capsule:hover{
	text-decoration: underline;
}


/************** admin styles *****************/

.admin{
	padding: 0px 08px 5px 2px;
	font-size: 90%;
}


.admin {
	height: auto;
}

.admin h3{
	font: bold 140% Arial,sans-serif;
	color: #006699;
	padding: 4px 2px 5px 2px;
}

.admin img{
	float: left;
	padding: 2px 10px 2px 2px;
}


/************** siteInfo styles ****************/

/*************** story styles ******************/

.story {
	padding: 0px 14px 5px 2px;
	font-size: 100%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #006699;
}

.story p {
	padding: 2px 5px 10px 2px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: medium;
	font-family: Arial, sans-serif;
	color: #202020;
	text-align: center;
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

.blockyLinks {
	margin: 0px 0px 24px 0px;
	padding: 0px;

}

.blockyLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}


.blockyLinks a:link, .blockyLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-color: #E8E8E8;
	background-image: none;
	font-weight: bold;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	color: #18403C;
}

.blockyLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}


.butNormal a:link, .butNormal a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image:  url("img/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

.butNormal a:hover {
	border-top: 1px solid #cccccc;
	background-color: #D0E0F0;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

.butSelect a:link, .butSelect a:visited {
	display: block;
	border-top: 1px solid #ccddee;
	border-bottom: 1px solid #aabbcc;
	background-color: #eef4fa;
	background-image: none;
	font-weight: bold;
	font-size: larger;
	padding: 3px 0px 3px 10px;
	color: #101010;
}

.butSelect a:hover {
	border-top: 1px solid #cccccc;
	background-color: #D0E0F0;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-size: larger;
}



/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	border-bottom: 1px solid #cccccc;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}

#catCellMinWidth td{ width: 300px; }


/************* Variable Form Class **************/

.varForm {
	margin-top: 22px;
	margin-left: 16px;
	font: 85% Arial,sans-serif;
}

.varFormHdr {
	text-align: center;
	margin-left: 2%;
	margin-right: 8%;
}

/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

#coupon_rule_table tr td {
    border-style: none dotted none dotted;
    border-width: thin;
    border-color: #888;
}

#coupon_rule_table tr th {
    border-style: solid dotted solid dotted;
    border-width: thin;
    border-color: #888;
}


/********************* end **********************/
