@import url(/Css/default.css);
body, table, td, form{
	margin: 0px;
	padding: 0px;
}

table{
	border-collapse: collapse;
}

td{
	vertical-align: top;
}

h1, h2, h3, h4, h5{
	font-weight: bold;
	color: #C70000;
	font-family: "Times New Roman", Times, serif;
}

.red{
	color: #C70000;
}

p, td, div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.smal{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.large{
	font-size: large;
}

.black{
	color: Black;
}

.blue{
	color: #4676BC;
}


.caption{
	padding: 5px;
	background-color: White;
	margin: 10px;
	text-align: center;
}

.pad1{
	padding: 10px;
}
table.pad1 td{
	padding: 10px;
}

.pad2{
	padding: 20px;
}

.side{
	border-top: 10px solid White;
	border-bottom: 10px solid White;
	background-color: #E9E9E9;
}

.bottom{
	border-bottom: 10px solid #004E7E;
	background-color: #D1D1D1;
}

.marg0{
	margin: 0px;
	padding: 0px;
}

.lmarg1{
	margin-bottom: 0;
	margin-left: 10px;
	margin-right: 0;
	margin-top: 0;
	padding: 0px;
}

.b{
	font-weight: bold;
}

.u{
	text-decoration: underline;
}

.grey{
	color: #808080;
}

ul.nomark{
	list-style-type: none;
}

.menu{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	background-color: #B0B0B0;
	vertical-align: middle;
}

.menu1{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: Black;
	background-color: #D1D1D1;
	vertical-align: middle;
}

.menu2{
	text-align: center;
	font-size: 14px;
	color: Black;
	vertical-align: middle;
}

.vmiddle{
	vertical-align: middle;
}
.vtop{
	vertical-align: top;
}

.hmiddle{
	text-align: center;
}

.tagline{
	font-family: "Times New Roman", Times, serif;
	color: #FFC4C4;
	font-weight: bold;
}
a.tagline{
	font-size: large;
}
table.spacing10 td{
	padding:10;
	margin:10;
}
.bord1{
	border: 1px solid gray;
}

div.productlist_name{
	padding:5px;
	border-top: 1px dotted #3C618E;
/*        background-color:#7e94b2;*/
}

a.productlist_name{
        color:#C70000;
        font-size: 15px;
/*        text-decoration:none;
}
a.productlist_name:hover{
        text-decoration:underline;*/
}
.productlist_header_th
{
	color: #7E94B2;
        background-color:#3c618e;
        text-decoration:none;
        padding: 0px;
        font-weight: bold;
}
.productlist
{
	color: #7E94B2;
	font-size: 20px;
        text-decoration:none;
}
a.productlist_header_th:hover{
        text-decoration:underline;
}

a.productlist_header_th
{
	color: #7E94B2;
        background-color:#3c618e;
        text-decoration:none;
}
.empty_left{
    color :#505050;
    border-bottom: 5px solid White;
    padding:8px;
    background-image: url(/Images/left_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.empty_right{
    color :#505050;
    border-bottom: 5px solid White;
    padding:8px;
    background-image: url(/Images/right_bg.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
}
img.cursor{
    cursor: pointer;
}
.sorry{
	font-size: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
	text-align: center;
}

table.prod_table{
	margin:7px;
}

table.prod_table td{
	padding: 5px;
}

div.buttons{
	text-align: center;
}
* HTML div.buttons a{
	margin: 5px 0px;
}
div.buttons a{
	padding: 5px 0px;
}
.w100{
    width:100%;
}
.h100{
    height:100%;
}
