
/* from /view/ style */

td.view {
	width: 150px;
	height: 150px;
	color: #eaeaea;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-right: 1px solid;
	vertical-align:middle;
}

.borderless {
	border: 0px;
}



div.image {

}
div.header {
	width: 800px;

}

div.headersub1{
	width: 800xp;
	text-align: left;
	color: #c6c65b;
	font-size: 18px;
	border-color: #ff0000;
	border: 0px solid;
	border-bottom: 1px solid;
	margin-top: 30px;

}
div.headersub2{
	width: 800px;
	text-align: right;
	color: #eaeaea;
	font-size: 13px;
	border: 0px solid;
	margin-bottom: 25px;
}

.tableprices {
	border: 0px solid:
	color: #eeeeee;
	font-family: verdana;
	font-size: 12;
	width: 200px;

}

.headerprices {
	background-color: #666666;
	color: #ffffff;
	font-style: bold;
	border: 0px solid;
	font-size: 12px;
}

.dataprices {
	border: 2px solid:
	color: #eeeeee;
	font-family: verdana;
	font-size: 12px;
}

.mainbig {
	width: 800px;
	border: 0px dashed;
	color: #666666;
	font-size: 14px;
	text-align: center;
}

.foot {
	color: #cccccc;
	font-size: 11px;
	border: 0px solid;
	margin-top: 60px;
	margin-bottom: 25px;
}

.tablebasic {
	border: 0px solid;
}

.tablelightbox {
	border: 0px solid;
	border-bottom: 1px solid;
	boder-color: #eaeaea;
}

.td_basic_left {
	border: 0px dashed;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.td_basic_right {
	border: 0px dashed;
	text-align: right;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.td_basic_center {
	border: 0px dashed;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.td_smallpad_center {
	padding: 5px;
	text-align: center;
	border: 0px dashed;
}
.td_smallpad_right {
	padding: 5px;
	text-align: right;
	border: 0px dashed;
}
.td_smallpad_left {
	padding: 5px;
	text-align: left;
	border: 0px dashed;
}

.justaborder {
	border-color: #cccccc;
	border:1px solid;
}

.order_header {
	background-color: #eeeeee;
	border-color: #555555;
	border: 0px solid;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 2;
}

.order {
	border: 1px solid;
}
.order_footer {
	background-color: #eeeeee;
	border-color: #555555;
	border: 0px solid;
	text-align: right;
	padding: 10px;
	line-height: 2;
}

.alt_1 {
	border: 0;
	background-color: #efefef;
}
.alt_2 {
	border: 0;
	background-color: #e2e2e2;
}

.alt_old_1 {
	border: 0;
	background-color: #ff9900;
}
.alt_old_2 {
	border: 0;
	background-color: #ff0000;
}


p {
	width: 400px;
	text-align: left;
	padding: 8px;
}

.flashnotify {
	width: 100%;
	height:  25px;
	text-align: center;
	font-size: 14px;
	border:0px solid;
	color: #ee0000;
	font-style: italic;
	font-weight: bold;

}

a.menu{
	text-decoration:none;
}
a.menu:hover{
	color:#ffffff;
	background-color: #ff9900;
	text-decoration:none;
}
