/*DataGrid Class*/
table.datagrid {
	border-collapse: collapse;
	width:100%;
}
table.datagrid th  {
	border-width:1px;
	text-align: left;
	padding: 3px;
	font-weight:bold;
}
table.datagrid td {
	padding: 3px;
}
table.datagrid td.noborder,
table.datagrid tr.noborder td { border: none; }

/*-Web form class --------------------------------------------------*/
form.webform p label {
	float: left;
	font-size: 1.0em;
	width: 120px;
	vertical-align: top;
}
#page form.webform p {
	padding-top: 2px;
	margin: 0px 0px 2px 0px;
	clear: left;
}
form.webform p input { vertical-align:middle; }
form.webform fieldset {
	border-width:1px;
	border-style:solid;
	margin: 5px 0px 6px 0px;
	padding: 10px;
}
form.webform legend {
	font-weight: bold;
}
.btnSubmit {
	font-weight: bold;
	border-width:1px;
	border-style:solid;
}

.noscript_msg {
	margin: 5px 10px 5px 10px;
	padding: 3px;
}

.formError { margin-left: 6px; }

.clear { clear:both; }

form.webform fieldset.questionaire label {
	font-weight:bold;
}

form.webform fieldset label.labelradio {
	float: none;
	font-size: 1.0em;
	width:auto;
	font-weight:normal;
}

form.webform p select{
	width:180px;
}

/*Files List*/
#files {
	
}
#files ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#files ul li {
	margin:0px;
	padding:0px;
}
#files img {
	border: none;
	margin-right: 10px;
}

/*File List*/
table.fileList {
	width:100%;
	border-collapse:collapse;
}
table.fileList caption {
	font-weight:bold;
	text-align:left;
	color:#E10101;
	margin-bottom:1.0em;
}
table.fileList th {
	font-weight:bold;
	text-align:left;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AAAAAA;
	background-color:#F2F2F2;
	color:#E10101;
	padding:2px 6px;
}
table.fileList td {
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#AAAAAA;
	padding:2px 6px;
}
table.fileList th.thumb,
table.fileList td.thumb {
	text-align:center;
	padding:4px 1px 4px 1px;
}

/* brands price list */

#page table.brandsList p {
	margin:0px;
}

#page table.brandsList th {
	text-align:left;
}