br{
	clear:left;
}
/* - message box - */
#error_message {
	margin:15px 0px 15px 0px;
	background-color:#FFF0F0;
	font-size:14px;
	padding:5px;
	width:95%;
	color:#FF0000;
	border:1px solid #FF0000;
}
#success_message {
	margin: 15px 0px 15px 0px;
	background-color:#E6FFE6;
	font-size:14px;
	padding:5px;
	width:99%;
	color:#006600;
	border:1px solid #66CC00;
}
/* ------------------------------ */

/* - form objects - */
form{
	overflow:hidden;
	}
fieldset {
	border:1px solid #CCC;
	padding:12px 10px 10px;
	overflow:hidden;
	margin-top:-13px;
	float:left;
}
legend {
	font-size:14px;
	font-weight:bold;
	padding:5px;
	background:#FFFFFF;
	margin-bottom:5px;
	}
span.mandatory {
	margin-left:0px;
	color:#FF0000;
	width:10px;
	}
label {
	float:left;
	clear:left;
	font-size:12px;
	padding:2px;
	}
label.middle {
	position:absolute;
	width:auto;
	}
input, textarea, select {
	float:left;
	border:1px solid #999999;
	background-color:#F8F8F8;
	color:#333;
	font-family:sans-serif, Arial, Helvetica;
	font-size:12px;
	padding:2px;
	margin-bottom:2px;
	
}
input:hover, input:focus {
	background-color:#FFFFFF;
}
input.date {
	width:75px;
}
input.date_to {
	width:75px;
	margin-left:25px;
}
input.checkbox, input.radio {
	background:none;
	border:none;
	width:30px;
	float:left;
	}
	
	input.checkbox_order{
	background:none;
	border:none;

	float:left;
	}
	
.button {
	width:auto;
	height:24px;
	clear:left;
	padding:3px 5px;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	color:#666;
	background-color:#EEEEEE;
	cursor:hand;
	background:url(../images/gray_btn.jpg) no-repeat left top;
	/*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#FFFFFF',EndColorStr='#DDDDDD');*/
	
	
}
.button:hover {
	/*filter:progid:DXImageTransform.Microsoft.Gradient (GradientType=0, StartColorStr='#DDDDDD',EndColorStr='#EEEEEE');*/
	color:#333333;
	}
/* ------------------------------ */

/* - record list - */
.table_list {
	font-size:13px;
	border-top:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:10px;
} 
.table_list th {
	text-align:left;
	border-bottom:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC;
	background-color: #EEEEEE;
	height:18px;
	font-weight:bold;
	font-size:13px;
	background:url(../images/select_head.jpg) repeat-x left top;
	padding:8px 5px 8px;
}

.table_list td {
	border-bottom:1px solid #CCCCCC; 
	border-left:1px solid #CCCCCC; 
	padding:5px;
	}
.table_list td a {
	color:#0000CC;
	text-decoration:none;
}
.table_list td a:hover {
	color:#0000FF;
	text-decoration:underline;
}
.table_list tr:hover {
	/*background-color:#EEEEEE;*/
}
.table_list tr.odd {
	background-color:#FFFFFF;
}
.table_list tr.even {
	background-color:#F8F8F8;
}




table_total {
	font-size:13px;
	border-top:1px solid #CCCCCC; 
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
	margin-bottom:10px;
} 
.table_total td {
	
	padding:5px;
	}

/* ------------------------------ */

/* - alphabetical search - */
#alphabetical {
	float:left;
	padding:2px 0px 2px 0px;
}
#alphabetical a {
	border:1px solid #99CCFF;
	padding:3px 5px;
	margin-right:3px;
	text-decoration:none;
	color:#0000CC;
}
#alphabetical a:hover {
	color:#FFFFFF;
	background-color:#3399FF;
}
#alphabetical a.selected {
	color:#FFFFFF;
	background-color:#3399FF;
}
/* ------------------------------ */

/* Checkout form*/
#checkout_form{
	padding:0px 10px;
}
#checkout_form legend{
	color:#F88406;
	
	}
#checkout_form label{
	width:125px;
}

#checkout_form label.method {
	font-size:14px; 
	font-weight:bold;
}

p.confirmation_payment_lebal{
	width:100px;
	float:left;
	font-size:12px;
}

p.confirmation_payment_heading{
	font-weight:bold;
	font-size:14px;
	width:400px;
	margin-bottom:0px;
	height:18px;
}

#checkout_form input{
	width:250px;
	margin-bottom:5px;
}
#checkout_form label.small_label{
	width:25px;
	margin-left:10px;
	float:left;
	clear:none;	
}
#checkout_form select.small{
	width:auto;
	margin-left:5px;
	margin-bottom:5px;
	border-bottom-style:ridge;
}

#checkout_form select.large{
	width:auto;
	margin-bottom:5px;
}

#checkout_form input.small_input{
	width:54px;
	margin-left:5px;
	}
#checkout_form input.small_cvs{
	width:54px;
	}
	
#checkout_form input.medium_input{
	width:135px;
	}
	
#checkout_form input.medium{
	width:190px;
	}
	
#checkout_form textarea{
	height:45px;
	width:385px;
	
	}
#checkout_form input.btn_checkout{
	width:120px;
	font-size:12px;
	font-weight:bold;
	height:26px;
	border:none;
	background:url(../images/search_bg_tal.jpg);
	color:#FFF;
	}

#checkout_form input.btn_back{
	width:80px;
	font-size:12px;
	font-weight:bold;
	height:26px;
	border:none;
	background:url(../images/search_bg_tal.jpg);
	color:#FFF;
	margin-right:5px;
}
	
#checkout_form input.checkbox{
	width:30px;
	border:none;
	background:none;
	}
#checkout_form input.radio{
	width:15px;
	border:none;
	background:none;

}

#checkout_form label.long_label{
	clear:none;
	width:auto;
	
}
#required{
	text-align:right;
	color:#FF0000;
	padding-right:15px;
	margin-top:5px;
	
}

/* - shipment list - */

.shipment_list td {
	font-size:13px;
	padding:3px;
	}
.shipment_list td a {
	color:#0000CC;
	text-decoration:none;
}
.shipment_list td a:hover {
	color:#0000FF;
	text-decoration:underline;
}
.shipment_list tr:hover {
	background-color:#EEEEEE;
}

#form1 input.grandtotal{
	width:50px;
	margin-bottom:5px;
}