@charset "utf-8";
/* CSS Document */
* {
	font-size: 1em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
}

body {
	background-image: url(../images/bk_main.gif);
	background-repeat: no-repeat;
	background-color: #def0fa;
	margin-left: 15px;
	margin-top: 0px;
	background-color: #DEF0FA;
}

p {
	font-size: .85em;
}

small {
	font-size: .75em;	
}

.adminTableText {
	font-size: .75em;
}

.adminProdText {
	width: 150px;
}

.active {
	font-weight: bold;
}


#wrapper {
	width: 99%;

}
#subLinks {
	width: 75%;
	height: 25px;
	float: right;
}
.column1 {
	width: 20%;
	float:left;

}
.column2 {
	width: 20%;
	float:left;
	padding-left: 3px;
	border-left: solid .05em #FFF;

}
.column3 {
	width: 20%;
	float:left;
	border-left: solid .05em #FFF;
}
.column2 ul, .column3 ul {

	font-size: .75em;
}

.column2 ul li, .column3 ul li{
	list-style-type: circle;
}
.column2 ul li	a, .column3 ul li a {
	color: #e0383d;
}



#header {
	margin-left: -15px;
	background-image: url(../images/logo.gif);
	height: 122px;
	background-repeat: no-repeat;	
	
}
#breadCrumbs {

	font-size: .60em;
}

#breadCrumbs ul {}

#breadCrumbs ul li{
	display: inline;
	padding: .25em;
}

#breadCrumbs ul li	a {
	color: #e0383d;
}

#tabs {
	text-align: right;
	font-size: .75em;
	z-index: 10;
	position: absolute;
	top: 100px;
	width: 99%;
	height: 30px;


}

#tabs ul {
	display: inline;
	padding: .25em;

}

#tabs ul li {
		display: inline;
		padding: .25em;
}
#tabs ul li	a {
	color: #e0383d;
}

#bottomCheckout {
	padding: .25em;
	color: #e0383d;
}

.footer {
	text-align: center;
	font-size: .65em;
	z-index: 10;
	width: 99%;
}

.footer ul {
	display: inline;
	padding: .25em;

}

.footer ul li {
	display: inline;
	padding: .25em;
}

.footer ul li	a {
	color: #e0383d;
}
.insideBox {
	background-color: #FFF;
	border-top: solid 1px #818181;
	padding: 5px;
}

.tab {
	background-image: url(../images/bk_tab.gif);
	height: 28px; 
	
}

#content {
	border: solid 1px #a0c2d6;
	background-color: #d9eef9;
	background-image: url(../images/bk_table_top.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
}
.contentInside {
	padding: 5px;
}

#welcomeText {
	float: left;
	width: 35%;
}

#adminLinks {
	float:left;
	font-size: .65em;
	width: 50%;

}
#adminLinks ul {
	display: inline;
	padding: .25em;

}

#adminLinks ul li {
	display: inline;
	padding: .25em;
}
#adminLinks ul li a {
	color: #e0383d;
}


#topLinks {
	position: absolute;
	left: 242px;
	top: 4px;
	width: 600px;
}



#topLinks ul {
	display: inline;
	padding: .25em;

}

#topLinks ul li {
		display: inline;
		padding: .25em;
}
#topLinks ul li	a {
	color: #e0383d;
}



.clear {
	clear: both;
}

.Cat_name {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.Cat_name_large {
	font-family: Arial;
	font-size: 1.06em;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	padding-top: 15px;
}

.text {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
.error {
	font-family: Arial;
	font-size: 13px;
	color: red;
}
.links {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #7D1417;
	line-height: 14px;
	text-transform: capitalize;
}
.nonlinks {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-transform: capitalize;
}
.grayed_links {
	font-family: Arial;
	font-size: 9px;
	color: #D9B4B5;
}

.links:HOVER {
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #7d1417;
	line-height: 14px;
	text-decoration: underline;
}
.table_title {
	font-size: .9em;
	font-weight: bold;
	color: #333333;
}
.table_footer {
	font-size: .9em;
	font-weight: bold;
	border-top: solid 1px #CCC;
}
.product_text {
	font-size: .85em;
	font-weight: normal;
	color: #333333;
}
.required {
	font-family: Arial;
	font-size: .85em;
	font-weight: bolder;
	color: #E0383D;
}
.tabs_links {
	font-family: Arial;
	font-size: 9.5px;
	font-weight: bold;
	color: #7D1417;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.tabs_links:HOVER {
	font-family: Arial;
	font-size: 9.5px;
	font-weight: bold;
	color: #E0383D;
	text-decoration: underline;
	text-align: center;
}

.tabs_links_on {
	font-family: Arial;
	font-size: 10.5px;
	font-weight: bold;
	color: #E0383D;
	text-decoration: underline;
	text-align: center;
}
.add_to_cart {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #E0383D;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}
.add_to_cart:HOVER {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #7D1417;
	text-align: center;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: underline;
}

.links_cell {
	margin-left: 20;
	margin-right: 20;
}

.ignus {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
}

.ignus:HOVER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: underline;
}

.tabInactive {
	background-image: url(../images/bk_tab.gif);
	background-repeat: repeat-x;
}
	
.tabActive {
	background-image:url(../images/tab_act_middle.gif);
	background-repeat: repeat-x;
}

.cell {
padding-top: 3px;
	border-top: solid 1px #97C3E6; 
	border-bottom: solid 1px #97C3E6; 
	}
.cellLeft	{
padding-top: 3px;
	border-top: solid 1px #97C3E6; 
	border-bottom: solid 1px #97C3E6; 
	border-left: solid 1px #97C3E6; 
}
.cellRight	{
padding-top: 3px;
	border-top: solid 1px #97C3E6; 
	border-bottom: solid 1px #97C3E6; 
	border-right: solid 1px #97C3E6; 
}
.cellColor {
	background-color: #BDC4CE;
}
.cellColor2 {
	background-color: #E7EAED;
}

fieldset {
	background-color: #e0f1fb;
	border: solid 1px #CEE7F5;
	padding: 5px;
	
}

label {
	float: left;
	width: 80%;
	text-align: right;
	padding-right: 10px;
	padding: 3px;
	font-size: .75em;
} 

.borderTop {
	border-top: solid 1px #CEE7F5;
}
.borderBottom {
	border-bottom: solid 1px #CEE7F5;
}
.borderLeft {
	border-left: solid 1px #CEE7F5;
	border-top: solid 1px #CEE7F5;
	}
.borderRight {
	border-right: solid 1px #CEE7F5;
	border-top: solid 1px #CEE7F5;
}

.submitButton {
	width: 130px;
	height: 34px;
	padding-top: .555em;
	text-align: center;
	background-image:url(../images/bk_btn.gif);
	background-repeat: no-repeat;
	font-size: .70em;
	font-weight: bold;
	cursor: pointer;
}

.submitButton a{
	color: #e0383d;

}

.submitButton a:HOVER{
	color: #60090c;
}

input.submitButton {
	width: 130px;
	height: 34px;
	text-align: center;
	background-image:url(../images/bk_btn.gif) no-repeat top center;
	font-size: .70em;
	font-weight: bold;
	border: none;
}

.arrowUp {
  background-image: url(../images/arrow_up_sort.gif);
  background-repeat: no-repeat;
  padding-right: 12px;
  background-position: right;
}

.arrowDown {
  background-image: url(../images/arrow_down_sort.gif);
	background-repeat: no-repeat;
  padding-right: 12px;
  background-position: right;
}

.inactiveUser, .inactiveUser a, .inactiveUser a:HOVER {
  color: #b1b0ab;
}

#apDiv1 {
	position:absolute;
	left:28px;
	top:27px;
	width:175px;
	height:76px;
	z-index:9;
}

/* Loading Screen */
/*this is what we want the div to look like when it is not showing*/
div.loading-invisible{    /*make invisible*/
	display:none; 
}
/*this is what we want the div to look like when it IS showing*/
div#loading.loading-visible{ /*make visible*/
	display:block;
	position:absolute;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	z-index: 1000;
	padding-top:150px;
	font-weight: bold;
	/*in supporting browsers, make it a little transparent*/
	background:#fff;
	opacity:.75;
	filter:alpha(opacity=75);
	border-bottom:1px solid #ddd;
	background:#FFFFFF none repeat scroll 0% 50%;
}
* html div#loading.loading-visible{ /* IE6 only */
	width:expression(screen.width);
	height:expression(screen.height);
}

/*this is what we want the div to look like when it IS showing*/
div#loadingtabs.loading-visible{    /*make visible*/
	display:block;
	position:absolute;
	left:0;
	top: 100px;
	width:100%;
	height: 30px;
	text-align:center;
	z-index: 1000;
	font-weight: bold;
	/*in supporting browsers, make it a little transparent*/
	background:#fff;
	opacity:.75;
	filter:alpha(opacity=75);
	border-top:1px solid #ddd;
	background:#FFFFFF none repeat scroll 0% 50%;
}
* html div#loading.loading-visible{ /* IE6 only */
	width:expression(screen.width);
}

.invalidAllowance {
	background-color: #FFFFCC;
}

.invalidAllowanceAlternate {
	background-color: #FFFFAA;
}

.tableHeader {
	font-weight: bold;
}

.rowColor {
	background-color: white;
}

.rowColorAlternate {
	background-color: #E0F1FA;
}

.expand {
	border:none;	
}