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

html{
margin-bottom:.01px;
min-height:100.2%;
}

.container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #36C;
}
.container .main_section table tr td .content div form .tabularData tr th a {
	color: #FFF;
	text-decoration: underline;
}

.main_section {
	background-color: #FFFFFF;
}
.footer {
	color: #000;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

body {
	margin-top: 0px;
	background-color: #D2D2D2;
}
img{  
border-style: none;
}
.content {
	text-align: left;
	font-size: 13px;
	padding: 5px;
}
.container .main_section table tr td .content div a {
	color: #36C;
	font-weight: bold;
	text-decoration: none;
}

.header {
	margin: 0px;
	background-image: url(../images/wis_logo.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 120px;
	width: 760px;
}
.side_menu {
	width: 160px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 30px;
	background-image: url(../images/bg_leftnav.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.side_menu_td {
	background-repeat: repeat;
	background-image: url(../images/bg_leftnavx.gif);
}

.scroller {
	border: 1px solid #000;
	width: 550px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

/* Side Menu */
.arrowlistmenu{
	width: 160px;
	background-color: #FFF;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: hand;
	background-color: #06C;
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #36C;
	border-bottom-color: #36C;
	text-align: left;
	margin-bottom: 2px;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #36C;
}
.arrowlistmenu .menuheader a {
	color: #FFF;
	text-decoration: none;
	text-align: left;
	display: block;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/menu_bg-over.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	padding: 0;
	margin-bottom: 4px; /*bottom spacing between each UL and rest of content*/
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	list-style-type: none;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	list-style-type: none;
}

.arrowlistmenu ul li a{
	color: #36C; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 80%;
	background-image: url(../images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-color: lightblue;
}
.cart_links {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
}
.container .main_section table tr .side_menu_td .side_menu .cart_links a {
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	display: block;
	background-image: url(../images/menu_bg.png);
	margin-bottom: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #002252;
	border: 1px inset #979797;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Cartweaver 3 CSS Classes */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*
NOTE: All styles below are specific to Cartweaver 3.
You may use the CSS above, or remove it and attach
your own CSS file in addition to cartweaver.css
*/

/*Form Styles*/
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #002252;
	border-bottom: 1px solid #00357D;
	border-left: 1px solid #00357D;
	border-right: 1px solid #001128;
	border-top: 1px solid #001128;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
/* Apply to <table> tags only. 
Example: <table class="tabulardata">*/
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #006;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	color: #FFFFFF;
	background-color: #36C;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #007EFD;
}
.altRowOdd{
	background-color: #09F;
}

/* oldprice is displayed when there is a discount */
.oldprice {
	text-decoration: line-through;
}
.smallprint {
	font-size: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}

/* This aligns products to the top of the table cell with horizontal display of results */
table#tableSearchResults td {
	vertical-align:top;
}
.container .main_section table tr td .content div #tableSearchResults .altRowOdd td a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.container .main_section table tr td .content div #tableSearchResults .altRowEven td a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.remove {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.remove:link {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.remove:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.confirmed {
    color:#F00;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.confirmation_div {
	padding-right: 8px;
	padding-left: 8px;
}

