/* CSS Document */

@import "../../cssmenu/menu.css";
@import "/includes/site-styles.css";


body {
	background: #fff url(../../images/inside-bg.jpg) repeat-y;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000033;
	line-height: 1.5em;
	
	}
	
.pagetitle {
	font-size: 19px;
	line-height: 1.2em;
	color: #990000;
	font-weight: 100;
	
	}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	letter-spacing: -.05em;
	line-height: 1em;
	
	}

h3 {
	font-size: 11px;
	line-height: 1.37em;
	color: #666;
	font-weight: 100;
	
	}
	
#search {
	position: absolute;
	left: 593px;
	top: 44px;
	z-index: 1001;
	
	}
	
#search input {
	border: 1px solid #990000;
	vertical-align: middle;
	margin: 0 1px 0 1px;
	
	}
	
#subhead {
	padding: 5px 0px 0px 22px;
	
	}
	
#content {
	padding: 10px 37px 0px 22px;
	
	}
	
#footer {
	background: url(../../images/footer-bg.gif) no-repeat;
	padding: 10px 0px 0px 0px;
	margin: 34px 0 0 22px;
	
	}
	
#footer_right {
	padding-top: 10px;
	
	}
	
/* Article category titles on default.aspx and article.aspx pages */

.articlecategory {
	font-size: 15px;
	font-weight: bold;
	color: #00529B;
	padding: 0;
	
	}

/* Article title on article.aspx page */

.articletitle {
	font-size: 18px;
	font-weight: bold;
	color: #00529B;
	padding: 0;
	
	}

/* Date on article.aspx page */
	
.articledate {
	font-size: 11px;
	color: #999;
	padding: 0;
	margin: 0;
	line-height: 1em;
	
	}

/* Byline on article.aspx page */
	
.articlebyline {
	font-style: italic;
	
	}

/* Continue reading article link on default.aspx page */
	
.continuereading {
	font-size: 11px;
	font-weight: bold;
	
	}
	
/* Trail for Resin Rating */

#resin {
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
	}
#resin a{
	text-decoration: none;
	}
	
#resin a:hover{
	text-decoration:underline;
	}
	
#resin ul li {
	background: url(../../images/resin_ball.gif) 0 50% no-repeat;
	color:#333333;
	font-size:11px;
	list-style: none;
	padding-left: 15px;
	padding-right: 6px;
	background-position: 0 7px;
	line-height: 1.4em;
	padding-bottom: 5px;

	}
	
#resin ul {
	margin-left: 0px;
	margin-top: 5;
	margin-bottom:0;
	padding-left: 10;
	list-style: none;
	padding-top: 5px;
	padding-right: 30px;
	}
	
#indent {
	font-size: 11px;
	color: #0033FF;
	text-decoration: none;
	padding-left: 5px;
	}
#indent a{
	text-decoration: none;
	}
	
#indent a:hover{
	text-decoration:underline;
	}
	
/*//resin rating ////*/

/* ---------->>> jtip <<<---------------------------------------------------------------*/

/*#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}*/

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
	font-size: 11px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/screens/order/cartpayment/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}