 @charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
}
.mks #container {
	width: 850px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #009933;
	border-left-color: #009933;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/main/mainback2.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
.mks #header {
	background-image: url(images/main/logo_fade.jpg);
	background-repeat: repeat-x;
	height: 120px;
	background-position: top;
	padding-bottom: 10px;
}
.mks #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mks #logo {
	text-align: center;
}
.mks #member {
	float: left;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
}
.mks .member {
	float: left;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 20px;
	margin-left: 10px;
}
.mks #toptitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
}
.mks #sidebar1 {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	width: 200px;
	padding: 0px;
}
.mks #mainContent {
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 210px;
	width: 590px;
	overflow: hidden;
}
.mks #mainFull {
	width: 800px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.mks #content {
	padding-bottom: 20px;
	margin-left: 0px;
	margin-top: 10px;
	overflow: auto;
	margin-right: 20px;
}
.mks #main {
	overflow: auto;
}
.mks #footer {
	padding: 0 10px 0 20px;
}
.mks #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*top & bottom divs*/
.mks #top {
	height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	width: 852px;
	background-image: url(images/main/topborder.gif);
	padding-top: 5px;
	background-position: bottom;
}
.mks #bottom {
	width: 852px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 9px;
	color: #FFFFFF;
	background-image: url(images/main/bottomborder.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 25px;
}
.mks #bottomcopy {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 9px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.mks #title {
	padding-right: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0px;
	padding-left: 200px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #009933;
	background-image: url(images/main/mainback2.gif);
	background-repeat: repeat-y;
	text-align: center;
}
.mks #title .head {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mks #title .subhead {
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mks #welcome {
	float: left;
	font-size: 10px;
	color: #666666;
	padding-left: 5px;
	padding-top: 5px;
}
.mks #backtotop {
	padding-left: 230px;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
	background-image: url(images/main/mainback2.gif);
	background-repeat: repeat-y;
}
.mks #backtotop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mks #backtotop li a {
	height: 15px;
}
.mks #backtotop li.back a {
	background-image: url(images/main/arrowleft.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks #backtotop li.back a:hover {
	background-image: url(images/main/arrowleft_over.gif);
}
.mks #backtotop li.toppage a {
	background-image: url(images/main/arrowtop.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks #backtotop li.toppage a:hover {
	background-image: url(images/main/arrowtop_over.gif);
}
.mks .backtotop {
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	padding-top: 5px;
}
.mks .backtotop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mks .backtotop li a {
	height: 15px;
}
.mks .backtotop li.back a {
	background-image: url(images/main/arrowleft.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks .backtotop li.back a:hover {
	background-image: url(images/main/arrowleft_over.gif);
}
.mks .backtotop li.toppage a {
	background-image: url(images/main/arrowtop.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks .backtotop li.toppage a:hover {
	background-image: url(images/main/arrowtop_over.gif);
}
.mks .nav {
	padding-left: 5px;
}
.mks #looper {
	text-align: center;
	padding-left: 20px;
}
.mks #looper .product {
	font-size: 9px;
	text-align: center;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;	/*display: inline;*/
	margin-bottom: 5px;
}
.mks #looper .product img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 5px;
}
.mks #looper .productinfo {
	margin-bottom: 5px;
}
.mks .looper {
	text-align: center;
	padding-left: 20px;
	margin-top: 10px;
}
.mks .looper .product {
	font-size: 9px;
	text-align: center;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;	/*display: inline;*/
	margin-bottom: 5px;
}
.mks .looper .product img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 5px;
}
.mks .looper3 {
	width: 570px;
	padding-left: 10px;
}
.mks .looper3 .product3 {
	font-size: 9px;
	text-align: center;
	padding-bottom: 15px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;	/*display: inline;*/
	margin-bottom: 5px;
	width: 160px;
}
.mks .looper3 .product3 img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin-bottom: 5px;
}
#details {
	margin-top: 10px;
}
#details img {
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.mks #details1 {
	margin-bottom: 15px;
}
#details_img {
	float: left;
 he/*ight: 350px;*/
 text-align: center;
	width: 304px;
}
#details_info {
	margin-bottom: 0px;
	margin-left: 315px;
}
#details_sub {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
#details_info2 {
	padding-left: 50px;
}
.details_info2 {
	margin-bottom: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.detailsimg {
	float: left;
	font-size: 9px;
	text-align: center;
	margin-right: 10px;
}
#image1 {
	float: left;
	width: 310px;
}
#hideimages {
	display: none;
	float: left;
}
.mks .login {
	font-size: 9px;
	text-decoration: none;
	text-align: left;
	margin-left: 3px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px;
}
/*div.login input {
	border: 1px solid #999999;
}
*/
.mks .login ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mks .login li a {
	font-weight: bold;
	line-height: 15px;
}
.mks .login li.right a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks .login li.right a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
.mks .login li.rightLarge a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
	font-size: 11px;
}
.mks .login li.rightLarge a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
/*member login*/
.mks .loginmem {
	font-size: 9px;
	text-decoration: none;
	text-align: left;
	margin-left: 3px;
	border: 1px solid #666666;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding: 3px;
}
.mks .loginmem a:link {
	color: #6592cb;
	text-decoration: none;
}
.mks .loginmem a:visited {
	color: #6592cb;
	text-decoration: none;
}
.mks .loginmem a:hover {
	color: #084396;
	text-decoration: none;
}
div.loginmem a:active {
	color: #084396;
	text-decoration: none;
}
.mks .loginmem ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.mks .loginmem li a {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 9px;
}
.mks .loginmem li.right a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks .loginmem li.right a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
.mks .login li.toppage a {
	background-image: url(images/main/arrowtop.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
.mks .login li.toppage a:hover {
	background-image: url(images/main/arrowtop_over.gif);
}
/*div.login input.btn {
	background-image: url(images/main/arrowright.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	margin-left: 0px;
	padding-left: 13px;
	color: #084396;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	background-position: left 1px;
}
div.login input.btnhov {
	background-image: url(images/main/arrowright_over.gif);
	color: #6592cb;
}*/
.loginheadermem {
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	margin-top: 0px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 3px;
}
.header1 {
	font-size: 12px;
	font-weight: bold;
}
.loginheader1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	margin-top: 10px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 3px;
}
.loginheader {
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 3px;
}
#search .header {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
}
#search {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #006600;
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 5px;
}
#search input {
	/*border: 1px solid #999999;*/
	margin-bottom: 5px;
}
#search ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#search li a {
	height: 15px;
}
#search li.right a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
#search li.right a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
#search li.rightlarge a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
	font-size: 11px;
}
#search li.rightlarge a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
#search li.toppage a {
	background-image: url(images/main/arrowtop.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
#search li.toppage a:hover {
	background-image: url(images/main/arrowtop_over.gif);
}
#search input.btn {
	background-image: url(images/main/arrowright.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	margin-left: 0px;
	padding-left: 13px;
	color: #084396;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	background-position: left 1px;
}
#search input.btnhov {
	background-image: url(images/main/arrowright_over.gif);
	color: #6592cb;
}
/*search*/
/*FORM, SELECT, INPUT {
	display: inline;
	font-size: 1em;
	margin: 0.1em;
}*/
/*input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}*/

input.search {
	background-image: url(images/rounded-search-input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 120px;
	font-size: 10px;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearright { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.KT_tngtable input {
	border: 1px solid #999999;
}
.inputbox {
	border: 1px solid #CCCCCC;
	width: 150px;
}
.loginlink {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 7px;
}
#loginname {
	float: left;
	font-size: 9px;
	color: #666666;
	padding-left: 10px;
}
.datatitle {
	font-weight: bold;
	float: left;
	width: 100px;
	padding-bottom: 3px;
}
.data {
}
.copyright {
	color: #fff;
	font-size: 9px;
}
a.copyright:link {
	color: #9c9;
	text-decoration: none;
}
a.copyright:visited {
	color: #9c9;
}
a.copyright:hover {
	color: #C5E1D9;
}
a.copyright:active {
	color: #C5E1D9;
}
a:link {
	color: #084396;
	text-decoration: none;
}
a:visited {
	color: #084396;
	text-decoration: none;
}
a:hover {
	color: #6592cb;
	text-decoration: none;
}
a:active {
	color: #6592cb;
	text-decoration: none;
}
p {
	font-size: 13px;
	line-height: 15pt
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
div.records {
	margin-top: 5px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	font-size: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: left;
}
div.paging {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.form {
	padding: 5px;
	border: 1px solid #999999;
	margin-bottom: 10px;
}
div.form ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.form li a {
	height: 15px;
	padding-bottom: 5px;
}
div.form li.right a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 15px;
}
div.form li.right a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
div.form li.toppage a {
	background-image: url(images/main/arrowtop.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
div.form li.toppage a:hover {
	background-image: url(images/main/arrowtop_over.gif);
}
.formheader {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}
.formsubhead {
	font-weight: bold;
	padding-bottom: 5px;
}
.forminside {
	padding-bottom: 10px;
}
.forminside input {
	border: 1px solid #999999;
}
.markup {
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #999999;
	vertical-align: middle;
}
.markup .current {
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.markup .div1 {
	float: left;
	width: 130px;
}
.markup .div2 {
	float: left;
	width: 100px;
}
.markup input {
	border: 1px solid #999999;
}
.markupslot {
	font-size: 10px;
	font-weight: bold;
	padding-bottom: 1px;
	color: #666666;
}
.required {
	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.searchbox {
	border: 1px solid #CCCCCC;
	padding: 2px;
	width: auto;
	margin-bottom: 5px;
	margin-top: 5px;
}
.subhead {
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 5px;
}
.subhead2 {
	font-weight: bold;
}
.buttondiv {
	padding-top: 5px;
	text-align: right;
}
.searchadv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.choice {
}
.colleft {
	float: left;
	margin-right: 2px;/*width: 45%;*/
}
.colrightsearch {
}
.colleftwidth {
	float: left;
	width: 120px;
	margin-right: 5px;
}
.colmoney {
	float: left;
	width: 75px;
	margin-right: 5px;
}
.colleftdetails {
	float: left;
	width: 85px;
	margin-right: 5px;
}
.colright {
	margin-left: 125px;
}
.colrightdetails {
	margin-left: 90px;
}
.rightmoney {
	text-align: right;
}
.notice {
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	border: 1px solid #990000;
	margin-bottom: 10px;
	text-align: center;
}
.choicediv {
}
.choicediv li.choice1 a {
	margin-bottom: 10px;
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E0E0E0;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 30px;
}
.choicediv li.choice2 a {
	margin-bottom: 10px;
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFCCFF;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 30px;
}
.choicediv li.choice3 a {
	margin-bottom: 10px;
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #99FF99;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	height: 30px;
}
.choicediv li a:hover {
	margin-bottom: 10px;
	color: #FFFFFF;
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #084396;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-bottom: 10px;
}
.choicediv li a:visited {
	margin-bottom: 10px;
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.choicediv li a:active {
	margin-bottom: 10px;
	color: #FFFFFF;
	display: block;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.choicediv .btn {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #084396;
	background-color: #E0E0E0;
	width: 100%;
	height: 50px;
}
.choicediv .btn:hover {
	border: 1px solid #999999;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #084396;
	color: #FFFFFF;
	width: 100%;
}
.message {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	font-style: italic;
}
.emailmessage {
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-bottom: 10px;
	background-color: #006600;
}
.centercopy {
	text-align: center;
	margin-bottom: 10px;
}
.productname {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
.traybtn {
	color: #084396;
	font-size: 9px;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.traybtn:hover {
	color: #FFFFFF;
	background-color: #084396;
}
.add {
	margin-top: 2px;
	text-align: center;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	display: block;
	background-color: #FFFFFF;
	font-weight: bold;
}
.add a:link {
	color: #084396;
	padding: 2px;
	display: block;
}
.add a:visited {
	color: #084396;
	display: block;
	padding: 2px;
}
.add a:hover {
	color: #FFFFFF;
	background-color: #084396;
}
.add a:active {
	color: #FFFFFF;
}
.toptray {
	float: left;
	margin-bottom: 5px;
	margin-left: 10px;
	width: 190px;
}
.product_thumb {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
}
.searchresults {
	padding: 10px;
	border: 1px solid #CCCCCC;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	display: block;
}
.searchresultsheader {
	font-weight: bold;
	margin-bottom: 5px;
}
.searchresultdiv {
}
.borderdiv {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 10px;
}
.na {
	color: #999999;
}
.prices {
	font-size: 11px;
}
.errormessage {
	font-weight: bold;
	color: #990000;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #990000;
	margin-bottom: 10px;
}
.errormessagesmall {
	font-weight: bold;
	color: #990000;
	font-size: 9px;
}
div.linkdiv {
	font-size: 10px;
	text-decoration: none;
	text-align: left;
	margin-left: 0px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	padding: 3px;
}
div.linkdiv ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.linkdiv li a {
	font-weight: bold;
	padding-bottom: 5px;
}
div.linkdiv li.right a {
	background-image: url(images/main/arrowright.gif);
	display: block;
	list-style-type: none;
	background-repeat: no-repeat;
	background-position: 0px 0em;
	padding-left: 15px;
}
div.linkdiv li.right a:hover {
	background-image: url(images/main/arrowright_over.gif);
}
.linkdiv .btn {
	background-image: url(images/main/arrowright.gif);
	background-repeat: no-repeat;
	height: 15px;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	text-align: left;
	margin-left: 0px;
	padding-left: 13px;
	color: #084396;
	font-weight: bold;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	background-position: left 2px;
}
.linkdiv .btn:hover {
	background-image: url(images/main/arrowright_over.gif);
	color: #6592cb;
}
.mks #addorder {
	background-color: #CCCCCC;
	padding: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 305px;
}
.updateqty {
}
#toggleEmail {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.program {
	font-size: 11px;
	text-align: center;
	margin-bottom: 10px;
}
.choices {
	margin-bottom: 10px;
}
.choices ul li {
	display: list-item;
	list-style-position: inside;
	list-style-type: disc;
}
.markupcolor {
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

.markupcolordefault {
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #003366;
	font-size: 13px;
	font-weight: bold;
}
.muform_values {
	margin-right: 10px;
	float: left;
	width: 150px;
}
.admintable {
	border: 1px solid #CCCCCC;
	width: 100%;
}
.admintable td {
	padding: 5px;
}
.storemu {
	margin-bottom: 10px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.expiration {
	font-size: 10px;
}
.instructions {
	font-size: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6FC261;
}
.instructions  ol  {
	list-style-type: decimal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-left: 10px;
}
.instructions li {
	margin-bottom: 5px;
}
.defaultdiv {
	color: #666666;
	margin-top: 5px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.defaultdiv input {
	color: #666666;
}
.defaultdiv2 {
	color: #666666;
	margin-bottom: 5px;
}
.defaultdiv2 input {
	color: #666666;
}
.add_new_button a {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #084396;
	padding: 5px;
	text-align: center;
	line-height:5em;
}
.add_new_button a:hover {
	background-color: #6592cb;
}
#steps {
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
}
.currentstep {
	color: #666666;
	float: left;
	margin-right: 10px;
}
.step {
	color: #CCCCCC;
	float: left;
	margin-right: 10px;
}
.rl {
	margin-top: 10px;
	margin-bottom: 10px;
}
.rl  .copy {
	margin-bottom: 10px;
	margin-top: 10px;
}
.rl  img {
	padding: 3px;
	border: 1px solid #666666;
	margin-top: 5px;
}
.rl  .rl_caption {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	margin-top: 10px;
}
.browser {
	color: #CCCCCC;
	margin-bottom: 20px;
	font-size: 11px;
}
.browser a:link {
	color: #9c9;
}
.browser a:visited {
	color: #9c9;
}
.browser a:hover {
	color: #C5E1D9;
}
.browser a:active {
	color: #C5E1D9;
}
.pt1 {
}
.pt2 {
	font-style: italic;
	font-size: 10px;
}
.or {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.largeFont {
	font-size: 14px;
}