@CHARSET "ISO-8859-1";
#search input{
	width:400px;
	float:left;
	margin-right:5px;
	padding:3px 5px;
}

a.button{
	display:block;
	background-image:url(../images/button-bg.png);
	background-repeat: repeat-x;
	padding:2px 10px;
	border:#ccc 1px solid;
	float:left;
	color:#000;
	text-decoration:none;
	margin-right:5px;
	cursor:pointer;
}

img.left{
	float:left;
	margin-right:10px;
}

img.right{
	float:right;
	margin-left:10px;
}

a.button img{
	margin-top:2px;
}

a.button:hover{
	background-position:0 -10px;
}

#content form dt{
	display:block;
	float:left;
	clear:left;
	width:210px;
	padding:5px 20px 5px 10px;
	margin-left:10px;
	text-align:right;
}

#default #content form dt{
	display:block;
	float:left;
	clear:left;
	width:150px;
	padding:5px;
	font-weight:bold;
	text-align:left;
}
#content form dd{
	display:block;
	padding:5px;
	margin-right:10px;
}



a.button.form{
	clear:both;
margin:5px 0 10px 255px;
}

#content form dt#id-label, #content form dd#id-element{
	display:none;
}

#content form h2{
font-size:20px;
margin:0 0 10px 0;
}
#content form p{
margin:0 0 10px 0;
}
#content_top{
	padding-bottom:5px;
}
#content #content_top div,#content  #content_top p{
	padding:5px 5px 0 5px;
	margin-bottom:0;
}

#content_top #buttons{
	padding-bottom:5px;
	border-bottom:1px solid #CAD4E6;
}

#content_top label{
	font-weight:bold;
	font-size:16px;
	display:block;
	width:80px;
	float:left;
	padding-right:10px;
	text-align:right;
	clear:both;
}

#form_intro{
	border:#C3D9FF 1px solid;
	background:#E5ECF9;
padding:20px 20px 10px 20px;
margin-bottom:10px;
	-moz-border-radius:10px;
}

#content form input, #content form option, #content form textarea{
font-size:13px;
}

tr.odd td{
	background:#E0ECFF;
}
table thead th{
	padding:2px 5px;
	border-bottom:1px solid #CAD4E6;
	border-right:1px solid #CAD4E6;
}
table input{
	border:none;
	background:none;
}

table tr{
}

table td{
	border:none;
border-right:1px solid #CAD4E6;
border-bottom:1px solid #CAD4E6;
padding:2px 5px;
}

td.disabled{
	color:#999;
	font-style: italic;
}

table#order span{
	float:left;
}

table#order .check{
width: 25px;
}
table#product_guide .product, table#order .product{
width: 300px;
}
table#product_guide .product input, table#order .product input{
width: 290px;
}
table#order .qty{
width: 75px;
}
table#order .qty input{
width: 65px;
}
table#product_guide .unit, table#order .unit{
width: 75px;
}
table#product_guide .unit input, table#order .unit input{
width: 65px;
}
table#product_guide .cost, table#order .cost{
width: 75px;
}
table#product_guide .cost input, table#order .cost input{
width: 65px;
}
table#order .sum{
width: 75px;
}

p.links{
padding:0 10px;
}

button{
margin-left:5px;
}

.highlighted td{
background:#FFFFCC;
}

#sum{
float:right;
padding-right:20px;
}

img.error{
	margin-right:10px;
	float:left;
	clear:both;
}

#home form dt{
	display:block;
	float:left;
	clear:left;
	width:100px;
	padding:5px;
	font-weight:bold;
}
#home form dd{
	display:block;
	float:left;
	padding:5px;
}

p.error{
padding:5px 10px;
border:#CC0000 1px solid;
background:#E47878;
color:#fff;
font-weight:bold;
}

p.success{
padding:5px 10px;
border:#7FB53C 1px solid;
background:#A5CB74;
color:#fff;
font-weight:bold;
}

ul.errors{
	color:#CC0000;
	padding:0;
}

ul.errors li{
	margin:5px 0 0 15px;
}

#subject-label{
	height:50px;
}
