/*////////////////////////////
//   GLOBAL
////////////////////////////*/

*, html { padding: 0; margin: 0; }
body { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #444444; text-align: left; height: 100%; background: #5a6682; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5 { font-weight: normal; }
p { padding-bottom: 20px; line-height: 18px; }
p img { float: left; margin-right: 15px; }
a { color: #5a6682; text-decoration: none; }
a:hover { text-decoration: underline; }
.clear { clear: both; }
sup { font-size: 50%; vertical-align: middle; }


/*////////////////////////////
//   CONTAINER & WRAPPER
////////////////////////////*/

#sitemap {
	height: 215px;
	background: #5a6682;
	display: none;
	}

#sitemap #case {
	margin: 0 auto;
	width: 970px;
	height: 255px;
	padding-top: 10px;
	background: #5a6682;
	}
	
#sitemap a {
	text-decoration: none;
	color: #bdc3d0;
	}
	
#sitemap a:hover {
	color: #FFFFFF;
	}
	
#sitemap dl {
	float: left;
	overflow: hidden;
	padding: 0 30px 0 2px;
	width: 135px;
	}
	
#sitemap dl.last {
	padding: 0;
	}

	
#sitemap dt {
	padding: 10px 0 5px;
	font-size: 110%;
	}

#sitemap dt a {
	color: #FFFFFF;
	font-weight: bold;
	}
	
#sitemap dd {
	padding: 4px 0;
	border-bottom: 1px solid #54607a ;
	}
	
#sitemap dd.address {
	line-height: 18px;
	color: #bdc3d0;
	border: none;
	}

	

/*////////////////////////////
//   CONTAINER & WRAPPER
////////////////////////////*/

#pagebg {
	background: url(/images/bg_page.gif) repeat-x #FFFFFF;
	padding-bottom: 30px;
	}

#container {
	margin: 0 auto;
	width: 970px;
	}
	
#wrapper {
	height: 100%;
	background: url(/images/wrapper_bg.gif) repeat-y;
	_margin-top: -6px; /* IE6 Hack */
	}
	
#wrapper #top {
	height: 43px;
	background: url(/images/wrapper_top.gif) no-repeat;
	}
	
#wrapper #bottom {
	height: 11px;
	background: url(/images/wrapper_bottom.gif) no-repeat;
	}
	
	
/*////////////////////////////
//   HEADER LINKS
////////////////////////////*/

#header_links {
	height: 23px;
	}
	
#header_links a {
	font-family: Tahoma;
	color: #bdc3d0;
	text-decoration: none;
	}
	
#header_links a:hover {
	text-decoration: underline;
	}
	
#header_links ul {
	padding-top: 5px;
	text-align: right;
	background: url(/images/header_links_bg.gif) no-repeat right top;
	}

#header_links li {
	display: inline;
	}
	
#header_links li.sitemap_link    { padding-right: 36px; }
#header_links li.share_this_page { padding-right: 36px; }
#header_links li.bookmark        { padding-right: 36px; }
#header_links li.aop_corporate   { padding-right: 12px; }


/*////////////////////////////
//   HEADER
////////////////////////////*/

#header {
	height: 77px;
	background: url(/images/header_phone_number.gif) no-repeat right;
	}
	
#header h1 {
	display: none;
	}
	
	
/*////////////////////////////
//   NAVIGATION
////////////////////////////*/

#navigation {
	height: 30px;
	width: 970px;
	margin-top: 10px;
	_margin-top: 7px; /* IE6 Hack */
	line-height: 18px;
	}
	
#navigation ul {
	width: 750px;
	height: 30px;
	background: url(/images/nav_main_bg.gif) repeat-x;
	float: left;
	}

#navigation li {
	background: url(/images/nav_main_divider.gif) no-repeat left top;
	height: 30px;
	width: 125px;
	float: left;
	text-align: center;
	padding-top: 6px;
	}
	
#navigation li.first {
	background: url(/images/nav_main_first.gif) no-repeat left top;
	}

#navigation li.last {
	background: url(/images/nav_main_last.gif) no-repeat right top;
	}
	
#navigation li.blank {
	width: 5px;
	margin-left: -5px;
	}
	
#navigation li a {
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#navigation li a:hover {
	text-decoration: underline;
	}
		
#navigation #search {
	float: right;
	margin-top: -1px;
	width: 190px;
	}

#navigation #search input {
	width: 174px;
	height: 18px;
	border: #bfc9e0 solid 1px;
	padding: 0px 8px;
	padding-top: 4px;
	font-family: Tahoma;
	font-size: 95%;
	color: #666666;
	background: url(/images/search_bg.gif) no-repeat;
	}
	
	
/*////////////////////////////
//   SIDEBAR LEFT
////////////////////////////*/

	
#sidebar_left {
	width: 194px;
	float: left;
	}
	
#sidebar_left h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 12px 0;
	border-bottom: #ececec solid 1px;
	margin-right: 6px;
	}
	
#sidebar_left .block {
	margin-bottom: 30px;
	}
						
#sidebar_left li {
	color: #5a6682;
	background: url(/images/navbg_left.gif) no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	min-height: 22px;
	}
	
#sidebar_left li a, a:hover {
	text-decoration: none;
	}
	
#sidebar_left li.toggler {
	background: url(/images/navbg_left.gif) no-repeat;
	}
	
#sidebar_left li.toggler ul {
	height: 0;
	overflow: hidden;
	}
			
#sidebar_left li.toggler li {
	background: url(/images/navbg_subitem.gif) no-repeat;
	min-height: 16px;
	}
	
	
/*////////////////////////////
//   CONTENT AREA
////////////////////////////*/

#content_area {
	width: 536px;
	min-height: 500px;
	padding: 0 20px;
	float: left;
	}

#content_area p {
	padding-bottom: 25px;
	}
	
#content_area p a {
	text-decoration: underline;
	}
	
#content_area p a:hover {
	text-decoration: none;
	}
	
#content_area h1 {
	font-size: 18px;
	font-weight: normal;
	letter-spacing: -0.025em;
	color: #5a6682;
	padding-bottom: 20px;
	}
	
#content_area h1 span {
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	letter-spacing: 0px;
	line-height: 20px;
	}
		
#content_area .box {
	margin-bottom: 40px;
	border: #ececec solid 1px;
	background: url(/images/my_account_box_bg_bottom.gif) repeat-x bottom;
	}
	
#content_area .box_contents {
	padding: 20px;
	line-height: 18px;
	}
	
#content_area .heading {
	height: 20px;
	padding: 5px 10px 0 10px;
	border: 1px solid #FFFFFF;
	background: #F9F9F9;
	}
	
#content_area .heading h4 {
	float: left;
	font-size: 11px;
	font-weight: bold;	
	}
	
#content_area .heading span {
	float: right;
	}
	
#content_area #customer_profile .left, .right {
	width: 174px;
	float: left;
	}
	
#content_area #customer_profile #identity {
	margin-bottom: 20px;
	padding-left: 65px;
	background: url(/images/my_account_default_pic.gif) no-repeat left center;
	}
			
#content_area td {
	padding: 5px 0;
	border-bottom: solid 1px #F0F0F0;
	}
	
#content_area .pb20 {
	padding: 0 0 20px 0;
	}
	
#content_area #input {
	width: 270px;
	padding-bottom: 12px;
	}
		
#content_area #input #textfield {
	text-align: right;
	margin-top: -20px;
	}
	
#content_area #input #textfield input {
	padding: 2px 4px;
	color: #444444;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	}
	
#content_area #input #textfield select {
	padding: 2px 4px;
	color: #555555;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	width: 128px;
	}
	
#content_area .label {
	width: 470px;
	clear: both;
	margin-bottom: 12px;
	}
			
#content_area .label label {
	width: 120px;
	float: left;
	margin-bottom: 12px;
	}
	
#content_area .label input {
	padding: 2px 4px;
	color: #444444;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	float: left;
	margin-bottom: 12px;
	}

#content_area .label input.submit {
	border: none;
	padding: 0;
	}
	
#content_area .label textarea {
	border: #CCCCCC 1px solid;
	padding: 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
	}
	
#content_area .label select {
	padding: 2px 4px;
	color: #555555;
	font-size: 11px;
	border: #CCCCCC 1px solid;
	width: 128px;
	}
	
#content_area .label span {
	color: red;
	}


			
#content_area #homepage_columns {
	border-top: 1px solid #DFDFDF;
	width: 532px;
	}

#content_area #homepage_columns p {
	padding: 0 0 20px 0;
	}
	
#content_area #homepage_columns p img {
	padding-bottom: 12px;
	}
	
#content_area #homepage_columns #left {
	float: left;
	width: 235px;
	padding: 0 25px 0 0;
	_padding: 0 12.5px 0 0; /* IE6 Hack */
	border-right: 1px solid #DFDFDF;
	}

#content_area #homepage_columns #right {
	float: left;
	width: 235px;
	padding: 0 0 0 25px;
	_padding: 0 0 0 12.5px; /* IE6 Hack */
	}
	
#content_area #homepage_columns h4 {
	margin: 20px 0 12px 0;
	}
	
#content_area #homepage_columns h4 a {
	font-size: 14px;
	font-weight: bold;
	color: #5a6682;
	letter-spacing: -0.025em;
	}
	
#content_area #homepage_ads {
	position: relative;
	float: left;
	width: 535px;
	height: 237px;
	border: #EEEEEE 1px solid;
	margin-bottom: 25px;
	}

#content_area #homepage_ads div {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	margin: 1px;
	}

#content_area #homepage_ads img {
	border: none;
	}	
	
	
/*////////////////////////////
//   ENEWS HOMEPAGE MASHUP
////////////////////////////*/
	
#content_area #enews-heading {
	border-top: 1px solid #DFDFDF;
	}
	
#content_area #enews-heading h4 {
	margin: 20px 0 15px 0;	
	font-size: 14px;
	font-weight: bold;
	color: #5a6682;
	letter-spacing: -0.025em;
	}
	
#content_area #enews-mashup {
	border: 1px solid #dddddd;
	width: 563px;
	}
			
#content_area #enews-mashup .item ul {
	padding: 10px 15px 15px 15px;
	float: left;
	}
	
#content_area #enews-mashup .item li {
	padding: 8px 6px;
	border-bottom: 1px solid #EFEFEF;
	clear: both;
	float: left;
	background: url(images/my_account_box_bg_bottom.gif) repeat-x bottom;
	width: 520px;
	}
	
#content_area #enews-mashup .item li:hover {
	background: #F2F2F2;
	cursor: pointer;
	}
		
#content_area #enews-mashup .item li a {
	float: left;
	text-decoration: underline;
	}

#content_area #enews-mashup .item li span {
	float: right;
	color: #999999;
	}
	
#content_area #enews-mashup #top-rated-posts  {
	display: none;
	}
	
#content_area #enews-mashup #most-recent-comments  {
	display: none;
	}

#content_area #enews-mashup #top-rated-comments  {
	display: none;
	}
		
#content_area #enews-mashup .tabs {
	height: 30px;
	border-bottom: 1px solid #dddddd;
	background: url(images/product_box_head_bg.gif) repeat-x top;
	}
	
#content_area #enews-mashup .tabs ul {
	padding: 10px 0 7px 9px;
	}

#content_area #enews-mashup .tabs li {
	padding: 4px 10px 6px 10px;
	margin-top: 4px;
	display: inline;
	}
	
#content_area #enews-mashup .tabs li.selected {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-bottom: 1px solid #FFFFFF;
	}
	
#content_area #enews-mashup .tabs li a {
	color: #444444;
	text-decoration: none;
	}
	
#content_area #enews-mashup .tabs li a:hover {
	text-decoration: underline;
	}
	
/*////////////////////////////
//   SIDEBAR RIGHT
////////////////////////////*/

#sidebar_right {
	width: 200px;
	float: left;
	}
	
#sidebar_right_pad {
	padding-left: 14px;
	}
						
#sidebar_right li {
	color: #5a6682;
	background: url(/images/navbg_right.gif) no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	min-height: 22px;
	}
	
#sidebar_right li.toggler {
	background: url(/images/navbg_right.gif) no-repeat;
	}
	
#sidebar_right li.toggler ul {
	height: 0;
	overflow: hidden;
	}
			
#sidebar_right li.toggler li {
	background: url(/images/navbg_subitem.gif) no-repeat;
	min-height: 16px;
	}
		
#sidebar_right a {
	color: #5a6682;
	text-decoration: none;
	}
	
#sidebar_right h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 12px 0;
	border-bottom: #ececec solid 1px;
	}
	
#sidebar_right .block {
	margin-bottom: 30px;
	}

#sidebar_right .account_welcome {
	color: #666666;
	border-bottom: #ececec solid 1px;
	}
	
#sidebar_right .account_welcome p {
	padding: 2px 0 4px 0;
	}
	
#sidebar_right .account_welcome p a {
	margin-left: 0;
	margin-right: 22px;
	color: #5a6682;
	}
	
#sidebar_right .account_welcome p span a {
	margin-right: 0px;
	}
	
#sidebar_right .account_welcome input {
	border: #DDDDDD solid 1px;
	padding: 4px 8px;
	margin: -2px 0 10px 0;
	font-size: 11px;
	color: #666666;
	}
	
#sidebar_right .account_welcome #button {
	width: 53px;
	height: 19px;
	background: url(/images/button_signin.gif) no-repeat;
	border: none;
	}


/*////////////////////////////
//   FOOTER
////////////////////////////*/

#footer {
	background: url(/images/footer_bg.gif) repeat-x;
	height: 82px;
	}
	
#footer p {
	width: 970px;
	margin: 0 auto;
	padding-top:40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bdc3d0;
	}
	
#footer p span {
	padding-left: 480px;
	}
	
#footer p span a {
	color: #fff1c6;
	text-decoration: none;
	}
	
#footer p span a:hover {
	color: #fff1c6;
	text-decoration: underline;
	}



/*////////////////////////////
//   SHARE THIS PAGE
////////////////////////////*/

.ShareThis {
	background: #5a6682;
	border: 1px solid #5a6682;
	position: absolute;
	width: 350px;
	z-index: 999;
	font: 11px Arial;
	text-align: center;
}

.ShareThis .head {
	float: left;
	width: 348px;
	text-align: left;
}

.ShareThis .head ul {
	list-style: none;
	margin: 10px 10px 0 10px;
	padding: 0;
}

.ShareThis .head li {
	background: #c9dbed;
	border-bottom: 1px solid #999;
	cursor: pointer;
	float: left;
	margin: 0 3px 0 0;
	padding: 3px 5px 2px 5px;
}

.ShareThis .head li.selected {
	background: #fff;
	border-bottom: 1px solid #fff;
}

.ShareThis .body {
	width: 330px;
	height: auto;
	float: left;
	text-align: left;
	background-color: #fff;
	padding: 10px;
}

.ShareThis .body p.alert_msg {
	padding: 0;
	margin: 0 0 3px;
	color: #6c6c6c;
	text-align: center;
	font: bold 8.5pt Arial;
	line-height: 14pt;
	border: 1px solid #6f5c99;
	background-color: #bff0c1;
}

.ShareThis a.close {
	color: #FFFFFF;
	float: right;
	margin: 5px 3px 0 0;
}

.ShareThis .social {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ShareThis .social a {
	padding-bottom: 5px;
	padding-left: 22px;
	color: #5a6682;
}

.ShareThis ul.social li {
	float: left;
	margin: 12px 0 0;
	padding: 0;
	width: 48%;
}

.ShareThis .email {
	margin: 0;
	padding: 0;
}

.ShareThis .email fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.ShareThis .email fieldset legend {
	display: none;
}

.ShareThis .email ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ShareThis .email ul li {
	margin: 0 0 7px 0;
	padding: 0;
	position: relative;
}

.ShareThis .email ul li label {
	color: #555;
	display: block;
}

.ShareThis .email ul li input {
	padding: 2px;
	font-size: 12px;
	width: 98%;
	border: 1px solid #7f9db9;
}

.ShareThis .email ul li input.captcha {
	width: 65%;
}

.ShareThis .email ul li img {
	position: absolute;
	top: 5px;
	right: 0;
}

.ShareThis .email ul li textarea {
	padding: 2px;
	font-size: 12px;
	width: 98%;
	height: 90px;
	border: 1px solid #7f9db9;
}

.ShareThis .email ul li button {
	padding: 2px 6px;
	font-size: 12px;
	background-color: #eee;
	border: 1px outset #7f9db9;
}

.ShareThis .email_response {
	font-size: 12px;
}