.table_data {
	border-collapse: collapse;
}

	.table_data td {
		text-align: center;
	}

.payment_table td {

}

.orders_table {
	width: 100%;
}

	.orders_table td {
		border-bottom-color: #888888;
		border-bottom-style: solid;
		border-bottom-width: 1px;
		height: 30px;
		vertical-align: middle;
	}

	.orders_table thead td {
		vertical-align: bottom;
		padding-bottom: 2px;
	}

.highlight {
	background: #DDDDDD url("/assets/img/highlight.gif") repeat;
}

.justify {
	text-align: justify;
}

.timeline {
	text-align: center;
	width: 500px;
}
	.timeline .current {
		background-color: #78B73E;
		height: 5px;
	}

	.timeline .total {
		background-color: #CCCCCC;
		height: 5px;
	}

.pagination {
	color: #000000;
	font-family: Verdana, arial;
	font-size: 14px;
	text-align: center;
}

.accepted {
	background-color: #98D75E;
}

.unproccessed {
	background-color: #FFCCCC;
}

.line {
	width: 80%;
	height: 1px;
	border-bottom: 1px dashed #CCCCCC;
}

.login_div {
	text-align: center;
}

.text_input {
	width: 300px;
}

.text_input_small {
	width: 50px;
}

textarea.text_input {
	height: 100px;
	width: 304px;
}

.required {
	color: #FF0000;
	font-weight: bold;
}

.to_hide {
	display: none;
}

.hint {
	font-family: Helvetica, Verdana, Arial;
	font-style: italic;
	font-size: 10pt;
}

.hint a {
	color:#0099FF;
	text-decoration: none;
}

.hint a:hover {
	color:#0099FF;
	text-decoration: underline;
}

.error {
	font-family: Helvetica, Verdana, Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 10pt;
	color: #D42F2F;
}

.pstrength-minchar {
	font-size : 10px;
}

#greenDiv {
	width:100%;
	background-color:#cfc;
	color:#051;
	text-align:center;
	padding:5px 0px;
	font-family:Arial, serif;
	font-size:16px;
	display:none;
	margin-bottom: 12px;
}

#errorDiv {
	width:100%;
	background-color:#fcc;
	color:#510;
	text-align:center;
	padding:5px 0px;
	font-family:Arial, serif;
	font-size:16px;
	display:none;
	margin-bottom: 12px;
}

.price_calc {
	font-size: 11px;
}


/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_close_left, #JT_close_right {
	font: 12px Arial, Helvetica, sans-serif;
}
#JT_copy p, #JT_copy ul {
	font: 12px Arial, Helvetica, sans-serif;
}

#JT_arrow_left{
	background-image: url(/assets/img/tip_arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(/assets/img/tip_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:100;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(/assets/img/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
}

#JT_copy p{
	margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

a.jTip{
	cursor:help;
	padding: 2px;
	margin: 0px;
}

