/* main CSS */

/* we need this class in this file to not mess mails */
.maintexts p {
	margin: 0;
	padding: 0 0 .7em 0;
	vertical-align: middle;
}

#footercopyright {
	width: 610px;
}

input.submit {
	background: #73c2ec;
	color: #fff;
	font-weight: bold;
	border-color: #000;
}

/* Header */

#all {
	width: 800px;
	padding: 0px;
	margin: 0px auto;
	/*
	text-align: left;
	*/
	color: #000;
}

#header {
	/*background: url('/i/ms/logo.gif') no-repeat left top;*/
	padding: 10px;
	height: 79px;
	text-align: right
}

#logo {
	width: 195px;
	text-align: left;
	position: absolute;
	top: 0px;
}

#repcust {
	position: absolute;
	width: 800px;
	text-align: right;
	margin: 0;
	top: 48px;
	font-size: .6em;
	color: #1588C1;
}

#repcust a {
	font-size: 1.1em;
	color: #000;
	padding-right: 16px;
}

#repcust a:hover {
	color: #666;
}

#repcust a:visited {
	color: #000;
}

#header #desc {
	position: relative;
	height: 32px;
	top: -6px;
}

#header #desc h1 {
	display: inline;
	margin: 0px;
	padding: 0 0 36px 200px;
	font-size: 0.7em;
	color: Silver;
}

#signinerror {
	position: absolute;
	width: 800px;
	text-align: right;
	margin: 0;
	top: 32px;
	font-size: .6em;
	color: #F00;
}

#header #bonuspromotext {
	font-size: 1.1em;
	color: #F00;
}

#header #signedcust {
	font-size: .8em;
	color: #1588C1;
	background: #F6F6F6;
	margin-left: 250px;
	padding: 5px 15px 7px 0;
}

#signinhere {
	width: 94px;
	height: 18px;
	background: url('/i/ms/signinhere.gif') no-repeat center top;
	margin: 0;
	padding: 0;
	border: 0px none;
	text-indent: -1000em;
	cursor: pointer
}

#tollfreeblock {
	position: absolute;
	width: 300px;
	text-align: right;
	margin: 0;
	top: 87px;
	margin-left: 500px;
}

#tollfreetime {
	color: #108BC7;
	font-size: .6em;
	letter-spacing: .05em;
}

#tollfreenumber {
	white-space: nowrap;
}






/* Top Menu */

.menutop ul {
	padding: 0;
	margin: 0;
	font-size: .7em;
	font-weight: bold;
}
.menutop li {
	display: block;
	float: left;
	padding: 0 3px 0 0;
	margin: 0;
	list-style: none;
}

.menutop li a {
	display: block;
	position: relative;
	float: left;
	padding: 5px 15px 5px 15px;
	margin-top: 2px;
	background: #ECF1F7;
	color: #0B89C4;
	text-decoration: none;
	border-left: 1px solid #0F7DBA;
	border-top: 1px solid #0F7DBA;
	border-right: 1px solid #0F7DBA;
	}

.menutop li.active a {
	background: #C1C1C1;
	color: #000;
	margin-top: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
/* /menutop */

#subpane {
	display: block;
	background: #C1C1C1;
	height: 25px;
	border-left: 1px solid #0F7DBA;
	border-bottom: 1px solid #000;
}





/* SubMenu */

.submenu {
	float: left;
	padding-left: 10px;
}

.submenumain {
	float: right;
	width: 440px;
}

#subpane ul {
	padding: 0;
	margin: 0;
	font-size: .8em;
	font-weight: bold;
}

#subpane li {
	display: block;
	float: left;
	padding: 5px 18px 0 0;
	margin: 0;
	list-style: none;
}

#subpane li a {
	color: #000;
}

#subpane li a:hover {
	color: #666;
}






/* Left Menu */

#leftblock {
	float: left;
	width: 149px;
}

#mainblock {
	float: right;
	width: 634px;
}

.leftmenu {
	background: #ECF1F5;
	padding-bottom: 18px;
}

.leftmenu ul {
	padding: 0 12px;
	margin: 0;
	font-size: .7em;
}

.leftmenu li {
	list-style: none;
	border-bottom: 1px solid #72C1EC;
	padding-bottom: 4px;
}

.leftmenu li a {
	text-decoration: none;
	padding-left: 4px;
	font-size: 1.1em;
}

.leftmenu li a.selected {
	font-weight: bold;
	color: #000000;
}

.leftsubmenu ul {
	padding: 0px;
	padding-top: 2px;
}

.leftsubmenu li {
	padding: 0px;
	margin: 0px;
	border: medium none;
	list-style-position:inside; list-style-image:url('/i/ms/bullet.gif')
}

.leftsubmenu li.selected {
	font-weight: bold; list-style-position:inside; list-style-image:url('/i/ms/bullet_selected.gif')
}

.leftsubmenu li a {
	padding-left: 4px;
	color: #000;
	font-size: 1.4em;
}

#catheader {
	padding: 8px 1px 2px 13px;
}





/* Search field */


#search {
	float: right;
	padding-top: 5px;
}

#search-results {
	position: relative;
	background: #fff;
	z-index: 2;
	left: 6px;
	width: 305px;
	border: 1px solid #000;
	margin-top: -1px;
}

.sr, .srs {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 13px;
	padding: 1px 0 0 0;
	float: left;
}

.sr {
	background-color: #fff;
	color: #000;
}
.srs {
	background-color: #36c;
	color: #fff;
	cursor: pointer;
}
.sr .src {
	color: #666;
}
.srs .src {
	color: #fff;
}
.srt {
	float: left;
	font-size: 13px;
	margin-left: 4px;
}
.src {
	float: right;
	font-size: 10px;
	margin-right: 3px;
	padding-top: 2px;
}

#searchtext {
	float: right;
	padding-top: 5px;
}

#search input {
	margin-left: 6px;
	margin-right: 2px;
	width: 303px;
}

#searchgo {
	width: 53px;
	height: 20px;
	background: url('/i/ms/buttongo.gif') no-repeat center top;
	padding: 0;
	border: 0px none;
	text-indent: -1000em;
	cursor: pointer; margin-left:0; margin-right:0; margin-top:0; margin-bottom:2px
}



/* Login Window */

#custlogin {
	position: absolute;
	background: #ECF1F7;
	z-index: 3;
	width: 210px;
	height: 150px;
	border: 1px solid #0F7DBA;
	margin: 0;
	top: 63px;
	left: 70px;
}

#custshadow {
	position: absolute;
	z-index: 2;
	width: 210px;
	height: 150px;
	background: #000;
	margin: 5px 0 0 5px;
	display: none;
	top: 63px;
	left: 70px;
}

#logincontent {
	text-align: left;
	font-size: .7em;
	padding: 15px 0 0 23px;
}

#custlogin .input {
	font-size: .9em;
	width: 160px;
}

#custlogin select{
	font-size: .9em;
	width: 54px;
}

#custlogin .year {
	width: 46px;
	font-size: .9em;
}

#loginclose {
	float: right;
	padding-right: 6px;
	font-size: .7em;
}

#loginbutton {
	float: right;
}

#loginsignin {
	width: 68px;
	height: 18px;
	background: url('/i/ms/signin.gif') no-repeat center top;
	padding: 0;
	border: 0px none;
	text-indent: -1000em;
	cursor: pointer; margin-left:0; margin-right:21px; margin-top:15px; margin-bottom:0
}

/* Content page css */

#productheader {
	padding-top: 2px;
}

#mainprodblock {
	background: #fff;
	border-right: 1px solid #0B7BC3;
	border-top: 1px solid #0B7BC3;
	margin: 5px 0 0 0;
	padding-bottom: 40px;
}

#mainprodblock p {
	padding-top: 30px;
}


