/* table definitions for forms */
/* define tables, starting with basic table type first  */
table.FormTable,
table.form {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0;
	border-collapse: collapse;
    border-spacing: 0;
}

/* define generic th/td attributes used by all tables */

table.form th, table.form td {
	padding: 1px 0 1px 0px;
	border-collapse: collapse;
    border-spacing: 0;
}
table.FormTable th,
table.FormTable td{
	padding: 1px 0 10px 0px;
	border-collapse: collapse;
    border-spacing: 0;	
}

.prodTableRowHeaderBG th{
	border-bottom:1px solid #111111;
	border-collapse: collapse;
}

/* used for download forms */
table.FormTable td.FormHeader,
table.form td.boldRa {
	text-align: right;
	font-weight: bold;
	padding-right:20px;	
}
#variant_id,
table.FormTable td.FormData,
table.form td.boldLa {
	text-align: left;
	width:210px;
	font-size:11px;
}

.FormData input{ width:210px; font-size: 10px;}

input#newsletter,
input.FormRadio{
	width:20px;
}

table.FormTable td select,
table.form td select {
	width: 210px;
	font-size: 11px;
	color: #000;
	
}
/*store forms */

.purchaseOptions{ width:210px; font-size:11px; }
.redbold{
	font-weight:bold;
	color:#FF0000;
}
.errortext,
.red{ color:#FF0000; font-size:100%;}
.errorText{
	font-size:9px;
	color:#FF0000;
}
tr.ErrorRow{
	padding:0px;
	margin:0px;
}

.prodTableRowEven {
	background-color:#FFFFFF;
}
.prodTableRowOdd {
	background-color:#CCCCCC;
}
.UpdateQty {
	width: 13px;
	display: inline;
	float: right;
}
.UpdateQty img {
	display: inline !important;
}
.popupWindow{
	text-align:left;
}
#ShipMethodsDropDown{
	text-align:left;
}
caption {
	text-align: left;
	color:#005BC3;
	font-weight: bold;
}
