@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #95B5C7;
	overflow: -moz-scrollbars-vertical;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #900;/*		overflow-y:scroll;*/
	height: 100%;
	width: 100%;
}
h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #666;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.frame {
	width: 950px;
}
.frame-left {
	background-image: url(images/frame_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	width: 10px;
}
.frame-left-corner {
	background-image: url(images/corner_left.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 10px;
	height: 10px;
}

.frame-right {
	background-image: url(images/frame_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 10px;
}
.frame-right-corner {
	background-image: url(images/corner_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	height: 10px;
}

.frame-bottem {
	background-image: url(images/frame_bottem.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 10px;
}
.header {
	background-image: url(images/header_red.jpg);
	background-repeat: no-repeat;
	height: 82px;
	width: 930px;
}
#main {
	background-color: #A51F06;
	width: 890px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content {
	position: inherit;
	top: 0px;
	background-color: #FFF;
	width: 890px;
	padding-top: 10px;
	text-align: center;
	min-height: 500px;
}

#cartFull {
	z-index: 1000;
	left: 0px;
	top: 65px;
	position: static;
	display: none;
}
.grey-border {
	border: 1px solid #D6D6D6;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.blue , .blue a{
	font-size: 11px;
	color: #0099CC;
}
.red {
	color: #900;
}
.errorFont {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.table-header {
	background-image: url(images/table_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 14px;
	font-weight: bold;
	color: #0099CC;
	text-align: left;
	vertical-align: middle;
	padding-top: 3px;
	padding-bottom: 8px;
	height: 28px;
}
.std-font {
	color: #666;
	font-size: 11px;
	margin-bottom: 1px;
	font-weight: normal;
}
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background-color: white;
	background-image: url(images/indicator.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
.result-row {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F4F4F4;
	vertical-align: middle;
}
.result-row-wrong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #F4F4F4;
	vertical-align: middle;
	text-decoration: line-through;
}
.result-row-alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.result-row-alt-wrong {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-decoration: line-through;
}
.result-rowRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	background-color: #F4F4F4;
	vertical-align: middle;
}
.result-rowRed-alt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #900;
	background-color: #FFFFFF;
	vertical-align: middle;
}

.resultHeader {
	font-weight: bold;
	cursor: pointer; 
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.address {
	line-height: 29px;
	padding-left: 30px;
}
.required {
	border: 1px solid #930;
	color: #666;
	font-size: 11px;
	margin-bottom: 1px;
}
.std-field {
	border: 1px solid #999;
	color: #666;
	font-size: 11px;
	margin-bottom: 1px;
	width: 200px;
}
form {
	margin: 0px;
	padding: 0px;
}
.topBorder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.topBorderPad {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 6px;
}

.bottomBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
/*test */
.boxFrame {
	top: 0px;
	right: 0px;
	background-image: url(images/sbbody-r.jpg);
	background-repeat: repeat-y;
	background-position: right bottom;
}
.boxFrameHead {
	background: url(images/sbhead-r.jpg) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
	height: 32px;
}
.boxFrameHead h2 {
	background: url(images/sbhead-l.jpg) no-repeat top left;
	margin: 0;
	color: #666;
	font-weight: bold;
	font-size: 14px;
	white-space: nowrap;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.boxFrameBody {
	margin: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	overflow: hidden;
	background-image: url(images/sbbody-l.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	position: relative;
}
.boxFrameFoot-r {
	background: url(images/sbfoot-r.jpg) no-repeat bottom right;
}
.boxFrameFoot-l {
	background: url(images/sbfoot-l.jpg) no-repeat bottom left;
	overflow: hidden;
}
.errorMSG {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	background-color: #C9D305;
	line-height: 25px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #666;
}
#buttonRight {
	background-image: url(images/button_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #14618D;
	text-decoration: none;
	cursor: pointer;
	text-align: right;
}
#buttonRight:hover {
	background-image: url(images/button_0.gif);
}
#buttonView {
	background-image: url(images/button_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 22px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #14618D;
	cursor: pointer;
	text-align: right;
	width: 35px;
}
#buttonView:hover {
	background-image: url(images/button_0.gif);
}
#buttonLeft {
	background-image: url(images/button_L_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #14618D;
	text-decoration: none;
	cursor: pointer;
	text-align: left;
}
#buttonLeft:hover {
	background-image: url(images/button_L_0.gif);
}
.submit {
	background-color: #F4F4F4;
	background-image: url(images/button_1.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #14618D;
	text-decoration: none;
	line-height: 20px;
	padding-right: 22px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	cursor: pointer;
}
.submit:hover {
	background-image: url(images/button_0.gif);
}
.submitLeft {
	background-color: #F4F4F4;
	background-image: url(images/button_L_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #14618D;
	text-decoration: none;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 22px;
}
.submitLeft:hover {
	background-image: url(images/button_L_0.gif);
}
.blueHeader {
	font-size: 14px;
	color: #0099CC;
}
#trackReq {
	width: 470px;
	position: absolute;
	z-index: 2000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 170px;
	padding: 0px;
}
.black-border {
	border: 1px solid #000;
	background-color: #FFF;
}
.submitRed {
	background-color: #F4F4F4;
	background-image: url(images/button_L_1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: middle;
	cursor: pointer;
	padding-left: 22px;
	color: #900;
}
.submitRed:hover {
	background-image: url(images/button_L_0.gif);
}
.font14 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
