body {
	font-family: Georgia;
	background: url('images/top-bg.png') repeat-x top left #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: 20px;
}

a, a:visited, a:link {
	color: #e05f00;
	text-decoration: none;
}

a:hover {
	color: #000;
}

#page {
	
}

#content {
	width: 1000px;
	margin: auto auto;
}

#header {
	width: 1000px;
	height: 245px;
	margin-bottom: 20px;
}

#content-pane {
	width: 100%;
}

td.left {
	width:480px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	font-family: 'Times new roman';
}

td.left2 {
	width: 460px;
	font-size: 12px;
	font-family: 'Times new roman';
}
td.left3 {
	width: 250px;
	font-size: 12px;
	font-family: 'Times new roman';
}
td.mid2 {
	width: 20px;
}
td.mid {
	width:40px;
}

td.right img, td.left img, td.left2 img{
	float: left;
	border: 3px solid #f0f0f0;
	margin-top: 7px;
	display: block;
}

td.infos {	
	font-size: 12px;
	font-family: Georgia;
	line-height: 20px;
	padding: 0px 20px 0px 0px;
	vertical-align: top;
}

td.left3 img {
	margin: 7px auto;
	border: 3px solid #f0f0f0;
	display: block;
}

td.right {
	width: 480px;
	padding: 0px 0px 20px 0px;
	font-size: 12px;
	font-family: 'Times new roman';
}

div.prod {
	float: right;
	width: 230px;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}

select, input {
	border: 1px solid #ccc;
}

div.length, div.qty, div.txt {
	float: left;
	margin-right: 15px;
	line-height: 20px;
}

td.left2 div.qty, td.left2 div.length {
	margin-right: 5px;
}

div.qty select {
	width: 57px;
}

div.qty select.txtr {
	width: 70px;
}

div.txt i {
	padding-left:10px;
	color:#999;
}

td.left h3, td.right h3, td.left2 h3, td.left3 h3 {	
	text-transform: capitalize;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	border-bottom: 2px solid #222;
	margin: 5px 0px;
	padding: 0px 0px 5px 0px;
	font-family: Georgia;
}

td.infos input {
	padding: 3px;
}

textarea {
	border: 1px solid #ccc;
}

#footer {
	width:100%;
	margin-top: 20px;
	padding: 0px;
	height: 80px;
	color: #ccc;
	width:100%;
	background: #222;
}

#footer-i {
	width: 1000px;
	margin: auto auto;
	color:#666;
	vertical-align: middle;
	font-size: 12px;
}


input.button, button {
	background: #e05f00;
	color: #fff;
	border: 0px solid #333;
	height: 32px;
	width: 130px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	cursor: pointer;
	font-size: 16px;
	font-style:italic;
	font-weight: bold;
	float: right;
	margin: 0px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


input.button2 {
	background: #000;
	color: #fff;
	border: 0px solid #333;
	height: 32px;
	width: 60px;
	font-family: Georgia, "Times New Roman", Times, Serif;
	cursor: pointer;
	font-size: 14px;
	float: right;
	margin: 0px 3px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
input.button:hover, input.button2:hover, button:hover {
	background: #000;
}
.notice {
	color: #CC0000;
	font-weight: bold;
}