/* main tags */

ul li {
	list-style-image: url(../../iconLibrary/list_arrow.gif);
	list-style-position: outside;
	background-position: left;
	left: -8px;
	position: relative;
	font-size: 11px;
}
ul li li {
	list-style-image:none;
	list-style-position: outside;
	background-position: left;
	left: -8px;
	font-size: 11px;
}


/* main design elements */
/* HEADER */
table#template tr.mainheader td {
	background-image: url(../../images/design/header_bg.jpg);	
}
/* TOP MENU */
table#template tr.menubar td {
	background-image:url(../../images/design/topmenu-ext.gif);
	height:26px;
}
table#template tr.menubar a {
	color:black;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:12px;
	padding-right:12px;
	padding-top:8px;
	padding-bottom:10px;
	line-height:18px;
}
table#template tr.menubar a:hover {
	color:#003399;
	background-image:url(../../images/design/topmenu-buttonover.gif);
	/*background-color:#FFF6DA;*/
}
table#template tr.menubar img {
	vertical-align:middle;
}
table#template tr.menubar td.left {
	text-align:left;
	/*padding-left:8px;*/
}
table#template tr.menubar td.right {
	text-align:right;
}
/* LEFT MENU */

table.leftmenu {
	width:128px;
	padding:0px;
	margin:0px;
	border:0px none;
}
table.leftmenu tr.header td {
	height:26px;
	background-color: #f5f5f5;
	}
table.leftmenu tr.header td.left a{
	width:5px;
	background-image:url(../../images/design/leftmenu-header-left.jpg);
}
table.leftmenu tr.header td.left a:hover{
	width:5px;
	background-image:url(../../images/design/leftmenu-header-left-over.jpg);
}

table.leftmenu tr.header td.mid a{
	width: 100%;
	vertical-align:middle;
	background-image:url(../../images/design/leftmenu-header-mid.jpg);
	line-height:20px;
	color:White;
	font-weight:bold;
	font-size:11px;
}
table.leftmenu tr.header td.mid a:hover{
	width: 100%;
	vertical-align:middle;
	background-image:url(../../images/design/leftmenu-header-mid_over.jpg);
	line-height:20px;
	color:White;
	font-weight:bold;
	font-size:11px;
}

table.leftmenu tr.header td.right a {
	width:5px;
	background-image:url(../../images/design/leftmenu-header-right.jpg);
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
table.leftmenu tr.header td.right a:hover{
	width:5px;
	background-image:url(../../images/design/leftmenu-header-right_over.jpg);
	border-bottom-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
}
table.leftmenu tr.button td, table.leftmenu tr.button td a {
	height:22px;
	line-height:20px;
}
table.leftmenu tr.button td.left {
	width:5px;
	background-image:url(../../images/design/leftmenu-buttonback-left.jpg);
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
table.leftmenu tr.button td.mid, table.leftmenu tr.button td.mid a {
	width:100%;
	font-size:10px;
	color:#003399;
}
table.leftmenu tr.button td.mid {
	background-image:url(../../images/design/leftmenu-buttonback-mid.jpg);
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}
table.leftmenu tr.button td.mid a {
	/* no particular style for button link itself */
}
table.leftmenu tr.button td.right {
	width:5px;
	background-image:url(../../images/design/leftmenu-buttonback-right.jpg);	
}
table.leftmenu tr.searchbox td{
	font-size:11px;
	background-color:#FFFFFF;
	height:22px;
	
}

table.leftmenu tr.edge td a {
	font-size:11px;
	background-color:#FFFFFF;
	height:26px;
	
}
table.leftmenu tr.edge td a:hover {
	font-size:11px;
	background-color: #F4F4F4;
	height:26px;
	text-decoration:none
	
}

table.leftmenu tr.searchbox tr {
width:177px;

	}

.cart {border:1px outset #D1D1AD;}
	
table.cart tr.white tr, table.cart tr.white tr {
background-color:#E0DFE3;
	border:none;}


table.leftmenu tr.searchbox td input {
	height:22px;
}
table.leftmenu tr.searchbox td input#strSearch {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #DEDDDD;
	background-color:#FFFFFF;
	width:140px;
	padding-left:3px;
	line-height:16px;
}
table.leftmenu tr.searchbox td input#submit {
	font-size:11px;
	font-weight:bold;
	color:white;
	background-color:#E0DFE3;
	width:30px;
	font-family:Arial, Helvetica, sans-serif;
	cursor:hand;
}
table.leftmenu tr.searchbox td a {
	display:block;
	font-size:11px;
	line-height:14px;
	padding-top:2px;
	padding-bottom:2px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
table.leftmenu tr.edge td {
	padding:0px;
	margin:0px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
}
	

/* CONTENT */
table#template table#content {
	width:100%;
}
table#template table#content td.menucolumn {
	width:177px;
}

/* FOOTER */
table#template tr.mainfooter td {
	height:28px;
	background-image: url(../../images/design/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:left;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
table#template tr.mainfooter td.left {
	padding-left:8px;
}
table#template tr.mainfooter td.left a {
	color:#003399;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
}
table#template tr.mainfooter td.left a:hover {
	text-decoration:underline;
}
table#template tr.mainfooter td.right {
	color:#003399;	
	text-align:right;
	padding-right:8px;
	font-size:10px;
}


table.itemback2 td.topleft {
	background-image: url(../../images/design/box_round_ul.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.top {
	background-image:url(../../images/design/box_round_um.jpg);
	height:9px;
}
table.itemback2 td.topright {
	background-image: url(../../images/design/box_round_ur.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.left {
	background-image:url(../../images/design/box_round_sl.gif);
	width:9px;
}
table.itemback2 td.bottomleft {
	background-image: url(../../images/design/box_round_bl.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.bottom {
	background-image:url(../../images/design/box_round_bm.jpg);
	height:9px;
}
table.itemback2 td.bottomright {
	background-image: url(../../images/design/box_round_br.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.right {
	background-image:url(../../images/design/box_round_sr.gif);
	width:9px;
}
table.itemback2 td.mid {
	background-color:#FFFFFF;
}
.edge {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
	
table.itemback7 {
	border:#FD9C0F solid 1px;
	}

table.itemback2 td.topleft {
	background-image: url(../../images/design/box_round_ul.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.top {
	background-image:url(../../images/design/box_round_um.jpg);
	height:9px;
}
table.itemback2 td.topright {
	background-image: url(../../images/design/box_round_ur.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.left {
	background-image:url(../../images/design/box_round_sl.gif);
	width:9px;
}
table.itemback2 td.bottomleft {
	background-image: url(../../images/design/box_round_bl.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.bottom {
	background-image:url(../../images/design/box_round_bm.jpg);
	height:9px;
}
table.itemback2 td.bottomright {
	background-image: url(../../images/design/box_round_br.gif);
	width:9px;
	height:9px;
}
table.itemback2 td.right {
	background-image:url(../../images/design/box_round_sr.gif);
	width:9px;
}
table.itemback2 td.mid {
	background-color:#FFFFFF;
}
.edge {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DFE3;
	border-right-color: #E0DFE3;
	border-bottom-color: #E0DFE3;
	border-left-color: #E0DFE3;
}
