/***************************
	VBC PUBLIC CATALOG 
	global element styles
***************************/

body{
	background:url(../../img/public/body_bkg.jpg) repeat-x center top #fff;
	font-family: Proxima Nova, Oxygen, sans-serif;
	font-size: 12px;
	margin:0;
	padding:0;
	text-align:center;
}

a,a:visited {
	color: #5ab11a;
	text-decoration:none;
}

h1 {
	color: #167c14;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 26px;
	padding: 9px 0 6px 15px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
	color:#6a6a6a;
}

h3 {
	color:#5ab11a;
	font-size:14px;
	font-weight:normal;
	margin:0 0 0 10px;
	padding:8px 0;
}
h4 {
	color: #6AAB36;
	font-size: 15px;
	font-weight: normal;
	height: auto;
	letter-spacing: 0.01em;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: auto;
}

/* distcatalog.css **
p{
	color:#555;
} */
p {
	color:#7d7d7d;
	font-size:12px;
	line-height:17px;
	margin:0px 0px 13px 0px;
	padding:0px;
	text-align:left;
}

strong {
	color:#6a6a6a;
}

ul {
	list-style-type:disc;
	margin:0;
	padding:0;
}
li {
	color:#7d7d7d;
	font-size:12px;
	line-height:18px;
	margin:0;
	padding:0;
}

hr.section-break {
	border-color:#a0ce67;
	border-style:solid;
	border-width:1px 0px 0px 0px;
	clear:both;
	height:1px;
	margin:20px 7px 20px 2px;
	padding:0px;
}

input,textarea {
	background:#fff;
	border:1px solid #e0e0e0;
	color:#555;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 11px;
	height:auto;
	line-height:16px;
	padding: 1px 5px;
	text-indent:5px;
}
textarea {
	padding:2px 5px 3px 5px;
	text-indent:0px;
}

/*input[readonly="readonly"],
select[readonly="readonly"],*/
input[disabled="disabled"],
select[disabled="disabled"] {
	background:#eaeaea;
	color:#696969;
}
input[type="radio"],
input[type="checkbox"] {
	background:#fff;
	border:none;
	margin:0px 5px 0px 0px;
	margin:-3px 5px -3px 0px\9;
	width:auto !important;
}
select {
	background:#fff;
	border:1px solid #e0e0e0; 
	color: #555555;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	height:20px;
	line-height:20px;
	padding:0px 0px 0px 3px;
	width:auto;
}

select, option {
    font-size: 11px;
}

.top_form_styles {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #999999;
    margin: 0 0 0 7px;
}

/*
option {
	height:22px;
	line-height:22px;
}
*/
