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

body {margin:0px; padding:0px; background-color:#EEEEEE; font-family:Arial, Helvetica, sans-serif; font-size:14px}

.blue-bold {color:#0000A0; font-weight:bold}
.red-bold {color:#FF0000; font-weight:bold}
.blue-bold-large {color:#0000A0; font-weight:bold; font-size:30px; font-family: "Times New Roman", Times, serif}
.red-bold-large {color:#FF0000; font-weight:bold; font-size:30px; font-family: "Times New Roman", Times, serif}
.blue-bold-small {color:#0000A0; font-weight:bold; font-size:smaller}
.red-bold-small{color:#FF0000; font-weight:bold; font-size:smaller}
.lt-blue-bold{color:#408080; font-weight:bold}
.lt-blue{color:#408080;}
.green-bold {color:#008000; font-weight:bold}
.green {color:#008000}
.size14 {font-size:14px}
.size16 {font-size:16px}
.size18 {font-size:18px}
.size20 {font-size:20px}
.purple {color:#8000FF}
.purple-bold {color:#8000FF; font-weight:bold}
.red {color:#FF0000}
.blue {color:#0000A0}
.brown {color:#800040}
.brown-bold {color:#800040; font-weight:bold}
.pink-bold-em {color:#FF0080; font-weight:bold; font-style:italic}
.orange {color:#FF8040}
.purple-bold-large {color:#0000A0; font-weight:bold; font-size:30px; font-family: "Times New Roman", Times, serif}
.pink-bold {color:#FF0080; font-weight:bold}
.orange-bold {color:#FF8040; font-weight:bold}

.cartcontinuebutton {
    background:url(https://tt.archoncomputers.com/cart32/continueshop.gif) no-repeat;
    cursor:pointer;
    width: 228px;
    height: 37px;
    border: none;
}
.cartcontinuebutton-s {
    background:url(https://tt.archoncomputers.com/cart32/continueshop-s.gif) no-repeat;
    cursor:pointer;
    width: 129px;
    height: 21px;
    border: none;
}
.carteditbutton-s {
    background:url(https://tt.archoncomputers.com/cart32/edit-s.gif) no-repeat;
    cursor:pointer;
    width: 75px;
    height: 21px;
    border: none;
}
.cartguestbutton {
    background:url(https://tt.archoncomputers.com/cart32/guest.gif) no-repeat;
    cursor:pointer;
    width: 200px;
    height: 39px;
    border: none;
	display:block;
}
.cartnewuserbutton {
    background:url(https://tt.archoncomputers.com/cart32/new_user.gif) no-repeat;
    cursor:pointer;
    width: 200px;
    height: 39px;
    border: none;
	display:block;
}
.cartloginbutton {
    background:url(https://tt.archoncomputers.com/cart32/login.gif) no-repeat;
    cursor:pointer;
    width: 121px;
    height: 39px;
    border: none;
}


li {padding-top:3px; padding-bottom:3px}
#menuv li {padding-bottom:0px; padding-top:0px}

@media print {
.no-print {display:none}
.only-print {display:block}
.page1 {width:100%; background:#FFFFFF; border:0px;}
}

@media screen {
.page1 {width:980px; background:#FFFFFF; border:1px solid #AAAAAA;}
.only-print {display:none}
}