@charset "UTF-8";
/* CSS Document */


/* DETAILS */

table.details td {
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	border-bottom: 0;
}

table.details td {
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	border-bottom: 0;
}

table.details td.details {
	padding: 8px 0 2px 8px;
}

table.details td input {
	width: 250px;
	height: 35px;
	border: none;
	padding: 2px 10px 0px 10px;
	background: url(../images/form-textfield.gif) no-repeat;
	color: #2a2a2a;
	font-size: 14px;
	font-family: Arial, san-serif;
}

table.details td textarea {
	width: 590px;
	height: 70px;
	padding: 5px;
	background: url(../images/form-textarea.gif) no-repeat;
	border: none;
	font-family: Verdana, san-serif;
	font-size: 12px;
}

/* ORDER FORM */

table.order {
	margin:0;
	width: 590px;
}

table.order td.col1, table.order td.col2, table.order td.col3, table.order td.col4, table.order td.col5, table.order td.col6 {
	padding: 3px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a2a2a;
	border-bottom:0;
	font-weight: normal;
	text-align: left;
	background-color: #f4efe4;
}

table.order td.col1 {
	width:50px;
}

table.order td.col2 {
	width:100px;
}

table.order td.col3 {
	width:270px;
}

table.order td.col4 {
	width:50px;
}

table.order td.col5 {
	width:60px;
}

table.order td.col6 {
	width:60px;
}

table.order .smallcaption {
	font-size:10px;
	color: #666;
}

table.order td {
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	border-bottom: 1px solid #d2c6ae;
}

table.order td.subtext, table.order td.subtext2 {
	padding: 5px 0px 15px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: none;
}

table.order td.subtext {
	padding: 0px 0px 15px 0px;
	border-top: none;
}

table.order td.noborder {
	border: none;
}

table.order td.bottomrow {
	padding: 0;
	border-bottom: 0;
}

table.order td.productname {
	padding: 25px 0 10px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2a2a2a;
	border-bottom: 4px solid #f4efe4;
	font-weight: bold;
}

table.order td.productname a:link {
	font-family: Georgia;
	font-size: 12px;
	color: #58d1e1;
	font-weight: normal;
	font-style:italic;
	text-decoration:none;
}

table.order td.headerrow-exclgst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	font-weight: normal;
	text-align: right;
}


table.order h4 {
	margin-bottom: 5px;
}

table.order h4 strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	font-style: normal;
}

table.order td input {
	width: 40px;
	height: 30px;
	border: none;
	padding: 2px 5px 0px 5px;
	background: url(../images/form-textfield_num.gif) no-repeat;
	color: #2a2a2a;
	font-size: 12px;
	font-family: Verdana, san-serif;
}

/* LOGIN */

table.login td {
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	border-bottom: 0;
}

table.login td {
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	border-bottom: 0;
}

table.login td.details {
	padding: 8px 0 2px 8px;
}

table.login td input {
	width: 250px;
	height: 35px;
	border: none;
	padding: 2px 10px 0px 10px;
	background: url(../images/form-textfield.gif) no-repeat;
	color: #2a2a2a;
	font-size: 14px;
	font-family: Arial, san-serif;
}

/* REGISTER */

table.register td {
	padding: 5px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2a2a2a;
	border-bottom: 0;
}

table.register td {
	padding: 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	border-bottom: 0;
}

table.register td.details {
	padding: 8px 0 2px 8px;
}

table.register td input {
	width: 250px;
	height: 35px;
	border: none;
	padding: 2px 10px 0px 10px;
	background: url(../images/form-textfield.gif) no-repeat;
	color: #2a2a2a;
	font-size: 14px;
	font-family: Arial, san-serif;
	margin-bottom: 5px;
}

table.register td.field {
	color: #c00;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
}

table.register .asterix {
	font-weight: bold;
	color:#ccc;
	font-family: georgia;
}

/* PRODUCTS */

table.products td {
	padding: 10px 0px 5px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2a2a2a;
	font-weight: normal;
	border-bottom: 0;
}

