﻿body {
	font-family: arial;
	font-size: 10pt;
	/*background-image: url(/Images/bkg.png);
    background-repeat: repeat-x;*/
	margin: 0px;
}
img
{
    border: none;
}
table
{
	text-align:left;
}
table.outlinedtbl
{
	width:500px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border:solid 1px gainsboro;

}
table.outlinedtbl2
{
	width:700px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	border:solid 1px gainsboro;
	font-size: x-small;
	border-bottom:none;

}
td.listheader
{
	 background-color:Silver;
	 padding-top:5px;
	 padding-left:5px;
	 padding-right:5px;
	 padding-bottom:5px;	
}
td.listcell
{
	 
	 padding-top:5px;
	 padding-left:10px;
	 padding-right:10px;
	 padding-bottom:5px;	
	 border-bottom:solid 1px gainsboro;
	 vertical-align:top;
	 background-color:ghostwhite;
}

td.listcell2
{
	 background-color:ghostwhite;
	 padding-top:5px;
	 padding-left:10px;
	 padding-right:10px;
	 padding-bottom:5px;	
	 border-bottom:solid 1px gainsboro;
	 vertical-align:top;
	 font-size:x-small;
 	border-right: gainsboro 1px dotted;

}
td.menuheader
{
	font-size: 8pt;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px;
	color: white;
	background-color: white;
	background-image:url("/images/Acc_header_no.jpg");
	text-align:left;
}
input.txtbox
{
	border-top: solid 1px gainsboro;
	border-left: solid 1px gainsboro;
	border-right: solid 1px gainsboro;
	border-collapse: collapse;
	border-bottom: solid 1px gainsboro;

    
}
select
{
	border-top: solid 1px gainsboro;
	border-left: solid 1px gainsboro;
	border-right: solid 1px gainsboro;
	border-collapse: collapse;
	border-bottom: solid 1px gainsboro;
}
.floatingdropdown
{
	float:right;	
	padding: 4px;
    border-bottom: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-right: gainsboro 1px solid;
}
textarea
{
	border-top: solid 1px gainsboro;
	border-left: solid 1px gainsboro;
	border-right: solid 1px gainsboro;
	border-collapse: collapse;
	border-bottom: solid 1px gainsboro;
	background-color: white;
	font-family:Arial;
    overflow: hidden;
	
}
.accordionHeader
{
	color: dimgray;
	background-color: gainsboro;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight:bolder;
	padding-left:10px;
	padding-top:10px;
	margin-top: 0px;
	cursor: pointer;
	border-right: gainsboro 1px solid;
	border-top: white 0px solid;
	border-left: gainsboro 1px solid;
	border-bottom: white 1px solid;
	height: 18px;
}
.accordionHeader:hover
{
	background-color: #cf771d;
}
.accordionHeaderSelected
{
	border-right: darkgray 1px solid;
	border-top: white 0px solid;
	border-left: darkgray 1px solid;
	border-bottom: white 1px solid;
	color: white;
	background-color: #b7b7b7;
	font-family: Arial, Sans-Serif;
	font-size: 8pt;
	font-weight: bolder;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
	cursor: pointer;
	height: 18px;
}

.accordionContent
{
	background-color: white;
	border: 1px solid gainsboro;
	border-top: none;
	padding: 5px;
	padding-top: 10px;
	padding-bottom:25px;
	padding-left:15px;
}

a.accordionlink
{
	color:dimgray;
	text-decoration: none;
}
a.accordionlinkcontent
{
	color:dimgray;
	text-decoration: none;
}
a.accordionlinkcontent:hover
{
	color:dimgray;
	text-decoration: underline;
}
a
{
	text-decoration: none;
	color: deepskyblue;
}
a:hover
{
	color: lightskyblue;
}
.aclass
{
    text-decoration:none;
    color: blue;    
}
.aclass:hover
{
    color: red;  
    text-decoration:underline;  
}
td.mnuheader
{
    border-bottom: gainsboro 1px dotted;
    background-color: whitesmoke;
    padding-bottom: 15px;
    text-align:left;
}
.inputbox {
	padding: 13px;
	border-bottom: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	background-color: whitesmoke;
	width: 300px;
}
.inputboxdisabled {
	padding: 13px;
	border-bottom: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-right: gainsboro 1px solid;
	background-color: gainsboro;
	color: gray;
	width: 300px;
}
.inputbox2 {
	padding: 13px;
	border:none;	
	background-color: white;
	width: 80%;
}

input.btnclass
{
	width:140px;
	height:40px;
	background-image:url(/images/BTN2.jpg);
	border:0px;
	color:White;
	font-weight:bold;
	font-size:8pt;
}
input.btnclass:hover
{
	background-image:url(/images/BTN2_hl.jpg);
    cursor:pointer;
}
input.btnclass:focus
{
	background-image:url(/images/BTN2_hl.jpg);
}
input.btnclass2
{
	width:140px;
	height:40px;
	background-image:url(/images/BTN3.png);
	border:0px;
	color:White;
	font-weight:bold;
	font-size:8pt;
}
input.btnclass2:hover
{
	background-image:url(/images/BTN3_hl.png);
    cursor:pointer;
}
input.btnclass2:focus
{
	background-image:url(/images/BTN3_hl.png);
}
.tbloutline
{
    border-bottom: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-top: gainsboro 1px solid;
    border-right: gainsboro 1px solid;
}
tr.listrow
{
    background-color: white;
    border-bottom: whitesmoke 1px solid;
	padding:10px;
}
td {
	padding:10px;
}
tr.listrow:hover
{
	background-color: gray;
	cursor: pointer;
	color: White;
}
tr.listrowred
{
    background-color: #ffe9e9;
}
tr.listrowred:hover
{
    background-color: #f1dbdb;
    cursor: pointer;
}
tr.listrowgreen
{
    background-color: honeydew;
}
tr.listrowgreen:hover
{
    background-color: #e2f1e2;
    cursor: pointer;
}
.mnufooter
{
 padding:10px;    
}
.sidebar
{
    padding-bottom: 20px;
    background-color: #fbfbfb;
    padding-left: 20px;
    padding-right: 20px;
    border-right: gainsboro 1px dotted;
    padding-top: 20px;
    vertical-align: top;
}
.tbloutline2
{
	border-bottom: gainsboro 0px solid;
	border-left: gainsboro 0px solid;
	background-color: whitesmoke;
	border-top: gainsboro 0px solid;
	border-right: gainsboro 0px solid;
	width: 100%;
}




/* ajax__tab_msngallery-theme theme */
.ajax__tab_msngallery-theme2 .ajax__tab_header 
{
    background:url(/images/tabs/tab-ln2.gif) no-repeat left;
    font-size:12px;
    display:block;
     padding-left:10px;
    width:790px;
}

.ajax__tab_msngallery-theme2 .ajax__tab_header .ajax__tab_tab 
{
    padding: 20px 0px 0px 0px;
    display:block;
    text-align:center;    
    vertical-align:middle;
    height:29px;
    width:142px;
	color:gray;
}
.ajax__tab_msngallery-theme2 .ajax__tab_header .ajax__tab_tab:hover
{
    padding: 20px 0px 0px 0px;
    display:block;
    text-align:center;    
    vertical-align:middle;
    height:29px;
    width:142px;
	color:red;
}
.ajax__tab_msngallery-theme2 .ajax__tab_header .ajax__tab_outer 
{
    padding-right:0px;
    background:url('/images/tabs/Tab_r.gif') no-repeat right;
}
.ajax__tab_msngallery-theme2 .ajax__tab_header .ajax__tab_tab img
{   height:49px;
    width:146px;
}
.ajax__tab_msngallery-theme2 .ajax__tab_header .ajax__tab_tab div
{
    font-family:Verdana, Arial, Sans-Serif;
    font-weight:bold;
    white-space:nowrap;
    line-height:145%;
    font-size:92%;
}

.ajax__tab_msngallery-theme2 .ajax__tab_body 
{
    font-family:verdana,tahoma,helvetica;
    font-size:10pt;
    padding:0px;
    border:solid 0px gainsboro;
    border-top-width:0;
    padding-right:0px;
}
.ajax__tab_msngallery-theme2 .ajax__tab_active .ajax__tab_outer 
{
    background:url('/images/tabs/ActiveTab.jpg') no-repeat right;
}
.ajax__tab_msngallery-theme2 .ajax__tab_active .ajax__tab_inner 
{
    background:url('/images/tabs/ActiveTab.jpg') no-repeat left;
}
.ajax__tab_msngallery-theme2 .ajax__tab_active .ajax__tab_tab 
{
    background:url('/images/tabs/ActiveTab.jpg') no-repeat;
    color:steelblue;
}
.hovermenubtns
{
	width: 200px;
	padding: 15px;
	text-align: left;
	color: black;
	border-top: white 0px solid;
	border-bottom: white 0px solid;
	border-left: white 0px solid;
	border-right: white 1px solid;
	background: url(/Images/triangle_hl.png) #f2f2f2 no-repeat right center;
}
.hovermenubtns:hover
{
    width: 200px;
    padding: 15px;
    color: deepskyblue;
    text-align: left;
    cursor: pointer;
    border-top: white 0px solid;
    border-bottom: white 0px solid;
    border-left: white 0px solid;
    border-right: white 1px solid;
    background: url(/Images/triangle.png) white no-repeat right center;

}
.hovermenubtnshover
{
	width: 200px;
	padding: 15px;
	color: deepskyblue;
	text-align: left;
	cursor: pointer;
	border-top: white 0px solid;
	border-bottom: white 0px solid;
	border-left: white 0px solid;
	border-right: #e2f1e2 1px solid;
	background: url(/Images/triangle_hl.png) white no-repeat right center;

}
.hovermenu
{
	background-color: white;
	padding: 15px;
	border-bottom: deepskyblue 0px solid;
	border-left: deepskyblue 0px solid;
	border-top: deepskyblue 0px solid;
	border-right: deepskyblue 0px solid;
	box-shadow: 2px 2px 10px #cccccc;
	border-radius: 5px;
}

.hoverlnk
{
    text-decoration:none;
    color:deepskyblue;
    padding:4px;
    padding-left:10px;
    padding-right:10px;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    border-top: white 1px solid;
    border-right: white 1px solid;
   
}
.hoverlnk:hover
{
	text-decoration: none;
	color: white;
	padding: 4px;
	padding-left:10px;
	padding-right:10px;
	border-bottom: white 0px solid;
	border-left: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: deepskyblue;
		    border-radius: 4px;
}
.tdoutline
{
   
    background-color: white;
    border-bottom: gainsboro 0px solid;
    border-left: gainsboro 0px solid;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 15px;
    border-top: gainsboro 0px solid;
    border-right: gainsboro 0px solid;
    padding-top: 15px;
    vertical-align:middle;
    
    
}
.tdheader
{
	background-color: white;
	font-size: 10pt;
	border-bottom: gray 1px dotted;
	border-left: gainsboro 0px solid;
	padding: 10px;
	padding-left: 0px;
	border-top: gainsboro 0px solid;
	border-right: gainsboro 0px solid;
	color: grey;
	text-align: left;
	vertical-align: middle;
}

.thumbnails
{
    
    border-bottom: green 3px solid;
    border-left: green 3px solid;
    border-top: green 3px solid;
    border-right: green 3px solid;
    width:60px;
    height:60px;
    cursor:pointer;
}
.carttable
{
     width:800px;    
}
.menuheadercart
{
     padding:10px;    
     border-bottom: gainsboro 0px solid;
     background-color: whitesmoke;   
}
.listcellcart
{
    padding:10px;    
    border-bottom: gainsboro 0px solid;
}
.cart_count {
	font-size: 16px;
	font-weight: bold;
	color: #39a4c1;
	position: absolute;
	top: 17px;
	margin-left: 22px;
	
}
.stepinactive
{
    color: gray;
    padding: 5px;
    background-position: center center;
    width: 200px;
    height: 30px;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    background-color: gainsboro;
    border-top: white 1px solid;
    border-right: white 1px solid;
    text-align: center;
}
.stepactive
{
    color: white;
    padding: 5px;
    background-position: center center;
    width: 200px;
    height: 30px;
    border-bottom: white 1px solid;
    border-left: white 1px solid;
    background-color: #2a8ecc;
    border-top: white 1px solid;
    border-right: white 1px solid;
    text-align: center;
}
.stepbar
{
  width:800px;   
}
.productcell
{
    border-bottom: gainsboro 1px solid;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    color: gray;
    vertical-align:bottom;
}
h2 {
	color: black;
	
}
h3
{
	color: black;
	margin: 0px;
	padding-top: 5px;
	font-size: 14pt;
	font-weight: bold;
		
}
h4
{
    color: midnightblue;
    padding-bottom: 9px;
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 6px;
    font-size: 11pt;
    font-weight: bold;
}
.producttext_a {
	color: black;
	text-decoration: none;
}
	.producttext_a:hover {
		color: firebrick;
		text-decoration: none;
	}
.csslistsearch {
	border-bottom: dimgray 1px solid;
	border-left: dimgray 1px solid;
	padding-bottom: 0px;
	background-color: lemonchiffon;
	padding-left: 8px;
	padding-right: 8px;
	border-top: dimgray 1px solid;
	border-right: dimgray 1px solid;
	padding-top: 8px;
	color: dimgray;
}
.restitle
{

    font-size:12pt;
    color:dimgray;  
    padding: 5px;
    border-bottom: darkgray 0px solid;
    border-left: darkgray 0px solid;
    background-color: white;
    border-top: darkgray 0px solid;
    border-right: darkgray 0px solid;
    width:600px;
}
.prodheader
{
    color: gray;
    font-size: 14pt;
    font-weight: bold;
}
.mlinks
{
  color:deepskyblue;
  text-decoration: none;   
}
.mlinks:hover
{
	color: lightskyblue;
	text-decoration: none;
}
html, body {height: 100%;}

#wrap {min-height: 100%; width:100%;
	   background-color: pink;
}

#main {
	overflow:auto;
	padding-bottom: 150px;
	width:50%;
	background-color: orange;
}  

#footer
{
	position: relative;
	margin-top: -150px;
	margin-left: 0px;
	margin-right: 0px;
	height: 145px;
	width: 100%;
	clear: both;
	background-color: white;
	border-top: gainsboro 3px solid;
	color: silver;
} 

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}
table.tblstroutput
{
   
    width: 50%;
}
table.tblstroutput td
{
    border-bottom: gainsboro 1px dotted;
    padding:3px;
}
.acccls
{
    width:199px;
}
.acccont
{
    background-color: #f9fffa;
    padding: 13px;
    cursor: pointer;
    color: #008000;
    border-bottom: solid 1px white;
}
.accheader
{
    background-color: #f0f5f1;
    padding: 13px;
    cursor: pointer;
    color: #8fbc8f;
    border-bottom: solid 1px white;
}
.accheadersel
{
    background-color: #f0f5f1;
    padding: 13px;
    cursor: pointer;
    color: #8fbc8f;
    border-bottom: solid 1px white;
}
.accheader:hover
{
    background-color: #e2f1e2;
    padding: 13px;
    cursor: pointer;
    color: #008000;
    border-bottom: solid 1px white;
}
.acccls2
{
    width:199px;
}
.acccont2
{
    background-color: white;
    padding: 13px;
    cursor: pointer;
    color: silver;
    border-bottom: solid 1px white;
}
.accheader2
{
	background-color: white;
	padding: 13px;
	cursor: pointer;
	color: maroon;
	border-bottom: dotted 1px silver;
	/*background-image: url(/images/folder_closed.png);
	background-repeat: no-repeat;
	background-position-y: center;
	*/
}
.accheadersel2
{
    background-color: white;
    padding: 13px;
    cursor: pointer;
    color: red;
    border-bottom: dotted 1px silver;
	/*background-image: url('/images/folder_open.png');
	background-repeat: no-repeat;
	background-position-y: center;
	*/
	
}
.accheader2:hover
{
    background-color: white;
    padding: 13px;
    cursor: pointer;
    color: red;
    border-bottom: dotted 1px silver;
}
td.navigationbarcell_bkp {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: whitesmoke;
	font-size: 9pt;
	color: gray;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	text-align: center;
	vertical-align: middle;
	width: 13px;
	cursor: pointer;
}
td.navigationbarcell_hl_bkp {
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: deepskyblue;
	font-size: 9pt;
	color: White;
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	border-bottom: gainsboro 1px solid;
	text-align: center;
	vertical-align: middle;
	width: 13px;
	cursor: pointer;
}
td.navigationbarcell_bkp:hover {
	background-color: lightblue;
	color: White;
}

.navbarext {
	margin: 50px auto;
	vertical-align: middle;
	display:block;
}
.navigationbarcell {
	background-color: white;
	padding: 10px;
	font-size: larger;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: 30px;
	display: inline;
	border: 1px solid silver;
	border-radius:5px;
	margin:5px;
}
.navigationbarcell_hl {
	background-color: dodgerblue;
	color:white;
	padding: 10px;
	font-size: larger;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	width: 30px;
	display: inline;
	border: 1px solid silver;
	border-radius: 5px;
	margin: 5px;
}
.navigationbarcell:hover
{
	background-color: grey;
}
a.navigationbarlinks
{
	font-weight:normal;
	text-decoration: none;
}
a.navigationbarlinks:hover
{
	text-decoration: none;
	color: white;
}
.whitelinks
{
	font-size:larger;
	text-decoration: none;
	color: deepskyblue;
}
.sidelinks
{
 text-decoration:none;
 color:silver;	
}
.sidelinks2 {
	text-decoration: none;
	color: #00447b;
	font-size: large;
	
}
.sidelinks2:hover {
	color:dodgerblue;
}
.picclass
{
	 border: solid 0px silver;	
	
}
.msgwindow
{
	border-bottom: burlywood 1px solid;
	border-left: burlywood 1px solid;
	padding-bottom: 20px;
	background-color: floralwhite;
	padding-left: 110px;
	padding-right: 20px;
	color: darkgoldenrod;
	border-top: burlywood 1px solid;
	border-right: burlywood 1px solid;
	padding-top: 20px;
	background-image: url(/images/info.png);
	background-repeat: no-repeat;
	background-position: 20px center;
}
.topbarext {
	padding: 5px;
	background-color: #131921;
	margin: 0 auto;
	min-width: 1250px;
	height: 72px;
	vertical-align: middle;
}
.topbarext2 {
	padding: 10px;
	background-color: #232f3e;
	margin: 0 auto;
}
.topbarext3 {
	padding: 10px;
	background-color: silver;
	margin: 0 auto;
}
.bottombarext {
	padding: 50px;
	background-color: white;
	margin-top: 100px auto;
	height: 200px;
	vertical-align: middle;
	text-align:center;
	border-top:1px solid silver;
}
.mnuitem {
	display:inline-block;
	margin-left:20px;
}
.mnuitemcart {
	display: inline-block;
	margin-left: 20px;
}
.mnuitembox_0 {
	display: inline-block;
	padding: 1px;
	border: 2px solid #131921;
	float:left;
}

	.mnuitembox_0:hover {
		border: 2px solid white;
	}

.mnuitembox_1 {
	display: inline-block;
	margin-left: 10px;
	padding: 11px;
	border: 2px solid #131921;
	float: left;
}
	.mnuitembox_1:hover {
		border: 2px solid white;
	}
.mnuitembox_2 {
	display: inline-block;
	margin-right: 10px;
	padding: 11px;
	border: 2px solid #131921;
	float: right;
}

	.mnuitembox_2:hover {
		border: 2px solid white;
	}
.mnuitembox_3 {
	display: inline-block;
	margin-right: 10px;
	padding: 11px;
	border: 2px solid #131921;
	float: right;
}

	.mnuitembox_3:hover {
		border: 2px solid white;
	}
.mnuitembox_4 {
	display: inline-block;
	margin-right: 10px;
	padding: 1px;
	border: 2px solid #131921;
	float: right;
}

	.mnuitembox_4:hover {
		border: 2px solid white;
	}

.mlinks5 {
	font-size: .9rem;
}
.searchbar {
	margin-top:-10.4rem;
	margin-left:3.5rem;
	width: 600px;
	position: absolute;
	height: 45px;
}
.searchbox {
	border: 1px solid white;
	margin-left:-8px;
	height:45px;
	padding-left:20px;
	width:400px;
	float:left;
}
.searchbutton {
	border: none;
	cursor: pointer;
	background-color: #00adda;
	margin-left: 0px;
	float: left;
	z-index: -1;
}
.searchbutton:hover {
	background-color: #0acdeb;
}
.content{
	padding: 100px;
	font-size:larger;
}
.content2 {
	padding: 300px;
	font-size: larger;
}
.content3 {
	padding: 500px;
	font-size: larger;
}
.titles {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted gainsboro;
}
.titles2 {
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted gainsboro;
	display:block;
}
.blkdiv {
	display: block;
	margin-bottom: 30px;
	vertical-align: top;
}
.inldiv {
	display: inline-block;
	width: 400px;
	vertical-align: top;
}
.pspace{
	padding-bottom:15px;
	display:inline-block;
}
.pspace {
	padding-bottom: 15px;
	display: block;
}
.divimg {
	display:block;
	margin-block-end:30px;
}
.imgmain {
	width:400px;
}
.sidebar_p {
	font-size:10px;
}