html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
}
body {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	border: none;
}
ul, li { margin: 0; padding: 0; }
.clear { clear: both; }

.error {
	color: red;
	font-weight: bold;
}





.lmenu li {
	list-style-type: bullet
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 2px;
	text-align: left;
}

.rmenu li {
	list-style-type: bullet
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 2px;
	text-align: left;
}


/* layout stuff */


.lmenu {
	background: url(../images/layout/left_menu_bg.jpg) repeat-y;
	padding: 0px 0 20px 0;
	
}


.lmenu div { 

	border-top: 1px solid #C0C0C2;
	border-bottom: 1px solid #A6A7AA;
	text-align: center;
	width: 160px;
}

.lmenu div h3 {
	margin: 0px;
	color: #000;
	background: url(../images/layout/left-menu-title-cell.png) no-repeat;
	padding-top: 1px;
	font-size: 12px;
	text-align: center;
	
}

.lmenu div div {
	margin: 0;

	border: none;
}

.rmenu {
	background: url(../images/layout/left_menu_bg.jpg) repeat-y;
	padding: 0px 0px 0px 0px;
}


.rmenu div { 

	border-top: 1px solid #C0C0C2;
	border-bottom: 1px solid #A6A7AA;
	text-align: center;
	width: 160px;
}

.rmenu div h3 {
	margin: 0px;
	color: #000;
	background: url(../images/layout/left-menu-title-cell.png) no-repeat;
	padding-top: 1px;
	font-size: 12px;
	text-align: center;
	
}

.rmenu div div {
	margin: 0;
	border: none;
}




.content {
	padding: 10px 20px;
}

.content li {
	margin-left: 30px;
}


.fp_quickelement {
	width: 150px;
}

.small {
	padding: 0px; 
	margin: 0px; 
	line-height: 10px; 
	font-size: 10px; 
	font-weight: bold; 
	color: #fff;
}

.small a, .small a:hover, .small a:visited, .small a:active {
	color: #fff;
	text-decoration: none;
}

.small a:hover {
	text-decoration: underline;
}


.js_hide { display: none; }
.js_show {  }

.content h3 {
	font-weight: bold;
	font-size: 14px;
	color: #475D89;
	margin-bottom: 5px;
}
.lmenu a {
	text-decoration: none;
	color: #444;
}
.lmenu a:hover { text-decoration: underline; }	

.lmenu h3 a {
	text-decoration: none;
	color: #000;
}
.lmenu h3 a:hover { text-decoration: underline; }	


.table_head th { text-align: left; }




.popup-msg {
	border: 1px solid black;
	background: white;
	padding: 5px;
}

.scap_div {
	width: 200px;
	height: 200px;
	background-color: #ccc;
	margin: 5px;
	padding: 10px;
	float: left;
	display: inline;
	border: 1px solid black;
}

.scap_div h3 {
	margin: 2px;
	padding: 0px;
}

.scap_div p, .scap_div ul {
	margin: 8px 0 8px 0;
	padding: 0px;
}


.fp_box {
	width: 200px;
	height: 200px;
	margin: 0;
	padding: 5px;
	float: left;
	display: inline;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	text-align: center;
}
#breadcrumbs {
	display: inline;
	line-height: 30px;
	font-size: 12px;
	color: #435F8F;
	padding-top: 20px;
	margin-left: 10px;
}
#breadcrumbs a {
	color: #435F8F;
	text-decoration: underline;
}
#breadcrumbs a:hover {
	color: #FF9933;
	text-decoration: none;
}
#brandID {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #4D4B62;
}
h1 {
	color: #435F90;
}
.cat_filterbox {
	margin: 10px;
	padding: 5px;
	background-color: #ECEFF4;
}
.cat_filterbox h2 {
	margin: 0;
	padding: 0;
}
fieldset {
	border: 1px solid #475D89;
	padding: 10px;
	
}
fieldset legend {
	font-weight: bold;
	font-size: 12px;
	color: #475D89;

}
.table_head th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4D5679;
	padding: 4px;
}
.table_head a {
	color: #FFFFFF;
	text-decoration: underline;
}



.catTable {
	color: #4C4B60;
	border-bottom: 1px solid #ECEFF4;
	
}
.catTable td {
	padding: 4px;
	border-bottom: 1px #444;
}
.catTable td a {
	color: #426091;
	text-decoration: underline;
}
.catTable td a:hover {
	color: #FF9933;
	text-decoration: none;
}



.catTableSmall {
	color: #4C4B60;
	border-bottom: 1px solid #ECEFF4;
	font-size: 12px;
}
.catTableSmall td {
	padding: 4px;
	border-bottom: 1px #444;
}
.catTableSmall td a {
	color: #000000;
	text-decoration: none;
}
.catTableSmall td a:hover {
	color: #000000;
	text-decoration: underline;
}


.catTableSmall .table_head th {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #aaa;
	padding: 4px;
}

.catTableSmall .table_head a {
	color: #FFFFFF;
	text-decoration: none;
}
.catTableSmall .table_head td a {
	color: #000000;
	text-decoration: none;
}
.catTableSmall .table_head td a:hover {
	text-decoration: underline;
}

.prodpage_order {
	background: #ECEFF4;
	border: 1px solid black;
}

.no-select, .no-select * {
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#pagelist { margin: 0; padding: 0; }
#pagelist li { margin: 0; padding: 8px 0 8px 2px; list-style-type: none; }
#pagelist ul { padding-left: 23px; }
#pagelist li.odd { background: #dce2eb; color: #000; }
#pagelist li.even { background: #edf0f5; color: #000; }
#pagelist li div { width: 400px; }
#pagelist li li.odd { background: #e4e9f0; color: #000; }
#pagelist li li.even { background: #f1f3f7; color: #000; }
#pagelist li li div { width: 375px; }
#pagelist div div { float: right; width: auto !important; }
#pagelist div div a { margin-left: 20px; }

.overlay {
	position: absolute;
	background: white;
	color: black;
	border: 1px solid black;
	padding: 4px;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: default;
}
.target-indicator {
	position: absolute;
	background: white;
	color: black;
	padding: 2px;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	cursor: default;
}


.footer {
	background-color: #486B91;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding: 12px;
	font-size: 10px;
}

.pageheader {
	background-color: #fff;
	text-align: right;
	padding: 40px 50px 30px 0px;
}

.menubar td {
	height: 14px;
	background: /*#486B91 #f00*/ url(../images/layout/menu_bar_pipe_bg.jpg) repeat-x;
	text-align: center;
	padding: 7px 50px 7px 0px;
	line-height: 14px;
	font-size: 10px;
	color: #fff;
}

.loginrow {
	background: url(../images/layout/login_bar_pipe.jpg);
	text-align: left
}
.loginrow2 {
	background: url(../images/layout/login_bar_pipe.jpg);
	text-align: center;
}

.loginrow_alt {
	background: #fff;
}	


.loginfield {
	border: 1px solid #ccc;
	height: 1220px;
	margin: 0;
	font-size: 9px;
}
.loginrow {
	color: #fff;
	height: 10px;
	padding: 0 0 0 5px;
				

}

.loginrow.notloggedin {
	line-height: 8px;

}

.loginrow small {
	margin: 0;
	padding: 0;
	font-size: 7px;
}
.loginrow2_alt {
	background: #fff;
}	



.loginrow2 {
	color: #fff;
	height: 10px;
	padding: 0 0 0 5px;
				

}

.loginrow2.notloggedin {
	line-height: 8px;

}

.loginrow2 small {
	margin: 0;
	padding: 0;
	font-size: 7px;
}

.pagemenus, .pagemenus li {
	display: inline;
	
}

.pagemenus li {
	padding: 0 20px 0 20px;
	background-color: #2C82AE;
}

.pagemenus li.active {
	background-color: #98B9D2;
}

.pagemenus a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	
}
.pagemenus a:hover {
	text-decoration: underline;
}

.ann{
	font-size: xx-large;
	font-weight: bold;
	color: #FF0000;
}

.successBox   { padding: 5px; background-color: #ccffcc; font-size: 20px; }
.failureBox   { padding: 5px; background-color: #ffcccc; font-size: 20px; }
.warningBox   { padding: 5px; background-color: #ffe5cc; font-size: 20px; }
.extraWarning { padding: 5px; background-color: #ffe5cc; font-size: 12px; }
