/* CSS Document */

/***********************  TEXT CLASSES **********************************/
	
	
	body{
	
	background-image: url('../images/bg_tile.jpg');
	background-repeat:repeat-x-y;
	font-size:13px;
	margin-top:30px;
	color:#666666;
	font-family:tahoma,arial,verdana;
	background-color:#C0C0C0;
	}
	
	
	
	hr {
		width: 100%;
		height: 0px;
		border: 0px;
		border-top: 1px solid #AAAAAA;
	}
	
	.promotitle{
	font-size:12px;
	font-weight:bold;
	}
	
	.p_phone{
	font-weight:bolder;
	}
	
	.operation{
	font-size:11px;
	text-align:left;
	}
	
	
	td {
		vertical-align:top;
	}
	
	
	
	
	
	/*********************** td and table classes **********************************/
	
	
	.tiletop2{
	background-image: url('../images/tile_top.jpg');
	background-repeat:repeat-x;
	height:20px;
	}
	
	.rightcol{
	padding-right:20px;
	
	
	}
	
	.maintbl{
	background-color:#fff;
	}
	
	.tiletop{
	background-image: url('../images/tile_top.jpg');
	background-repeat:repeat-x;
	height:18px;
	}
	
	#S_tiletop{
	background-image: url('../images/S_tile_top.jpg');
	background-repeat:repeat-x;
	height:9px;}
	
	.contents{
	border-left:1px solid #CCCCCC;
	padding:15px;
	width:550px;
	height:500px;
	}
	
	
	#tbl_promo{
	padding-bottom:3px;
	}
	
	
	
	#td_promo{
	padding-left:25px;
	padding-right:22px;

	}
	
	
	#tbl_product{
	padding-bottom:5px;
	width:400px;
	}
	
	#tile_bottom{
	background-image: url('../images/L_image_footer.jpg');
	background-repeat:repeat-x;
	height:25px;
	}
	
	#S_tile_bottom{
	background-image: url('../images/S_image_footer.jpg');
	background-repeat:repeat-x;
	height:9px;
	}
	
	#tile_top{
	background-image: url('../images/L_tile_top.jpg');
	background-repeat:repeat-x;
	height:25px;
	}
	
	.td_product{
	border:0px solid #000;
	}
	
	#td_product_title{
	border:0 px solid #000;
	padding-top:20px;
	}
	
	/***********************  footer**********************************/

	.footer{
	background-image: url('../images/tile_footer.jpg');
	background-repeat:repeat-x;
	height:106px;
	
	}
	.bottom_tile{
	background-image: url('../images/tile_bottom_2.jpg');
	background-repeat:repeat-x;
	height:20px;
	}
	.footertext{
	text-align:center;
	padding-top:50px;
	}
	
	
	
	
	/***********************  form **********************************/
	
	.textinput{
	width:100%;
	border:1px solid #ccc;
	font-size:12px;
	color:#666666;
	}
	
	.submit{
	font-size:11px;
	}
	







/*admin stuff */
.admin_nav {
	font-size: 11px;
	border: 0px;
	background-color: #FFFFFF;
	color:#A066A0;
	text-decoration:underline;
	text-align:left;
}

.admin_nav:hover {
	text-decoration: none;
}


#login_table {
	border: 1px solid #A066A0;
	background-color:#FFFFFF;
}

#admin_left {
	border-right: 1px solid #A066A0;
	width: 200px;
}

#admin_right {

}

#alert {
	border: 1px solid #A066A0;
	background-color:#E0E6F7;
	padding: 5px;
}



.row1 {
	
}

.row2 {
	background-color:#EEEEEE;
}


.remove_padding, .remove_padding p {
	margin: 0px;
	padding: 0px;
}


.input {
	width:200px;
	font-size:11px;
	color:#666666;
}

.submit {
	font-size: 11px;
}

.select {
	width:200px;
	font-size:11px;
}
