/*iJoomla Ad Server*/

.button{
	margin: 3px;
	background-color:#cccccc;

}
.button2{
	margin: 3px;
	background-color:#FF8D06;
	width: 150px;
	height: 25px;
}
.button3{
	margin: 3px;
	background-color:#A1CD3A;
	width: 150px;
	height: 25px;
}
.button4{
	margin: 3px;
   background-color:#FF8D06;
	width: 80px;
	height: 25px;
}
.cart_heading{
	text-indent: 2px;
	background: #376FDA;
	color:white;
	height: 25px;
}

.cart_heading2{
	text-indent: 2px;
	background: #EDF1FD;
	color:black;
}

.cart_content{
	text-indent: 2px;
	background: #FFFFFF;
	color:black;
	font-size: 10px;
	height: 20px;
	}

.license_content{
	text-indent: 2px;
	background: #FFFFFF;
	color:black;
	font-size: 11px;
	height: 30px;
	padding: 5px;
	}
	
.product_name{
	color:black;
	font-size: 14px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	}
	
.product_description{
	color:#333333;
	font-size: 12px;
	font-style: normal;
	}
.product_description p{
	color:#333333;
	font-size: 12px;
	font-style: normal;
	}
.product_description div{
	color:#333333;
	font-size: 12px;
	font-style: normal;
	}
	
.cart_content p{
	text-indent: 2px;
	background: #FFFFFF;
	color:black;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	margin: 3px;
	}
	
.error_table{
	background-color:#FFFFCC;
	color: black;
	font-weight: bold;
	border-color: black;
	width: 100%;
	border: 1px solid;
	margin-bottom: 10px;
	padding: 5px;
	}
	
.cart_table{
	border-color: black;
	width: 100%;
	border: 1px solid;
	padding: 1px;
	color:black;
	}
	
.error{
	color: red;
	font-weight: bold
	}

.row1{
	background-color: #EDF1FD;
	}

.row2{
	background-color: #f7f7f7;
	}

table.adminform td{
	padding: 2px;
	}

input.formField, select.formField, textarea.formField{
	font-size: 11px;
	font-family: Verdana, Arial;
	}

.table_border{
	border: 1px solid #DDD; 
	padding: 5px;
	}
.ads_tableborder{
	border: 1px solid #DDD; 
	padding: 5px;
	width:auto;
	}	
