.center { text-align:center; }
.required { color:red; }
.nowrap { white-space:nowrap; }
.clear { clear:both; }
.clear_right { clear:right; }
.clear-right { clear:right; }

.clear-left { clear: left; }

.clear-block { clear: both; overflow:hidden; height: 0; }

.fieldError
{
	background-color:#FFC1C1;
}
span.error
{
	color: red;
}
/*
div.flash_message
{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	background: #EEE;
	border-bottom: 1px solid #000;
	width: 100%;
	padding: 5px 0;
	text-align: center;
	font-weight: bold;
}

#flash_ok
{
	background: #CCFFCC
}

#flash_error
{
	background: #ffc1c1;
}
*/
/* Search Form Styles */
a img {
	border: 0;
}

h2.search {
	margin: 0;
	padding: 5px;
	padding-bottom: 0;
	color: #025939;
	font-size: 14px;
}

div.search_fields
{
	background: #F5F5F5;
	color: #025939;
	font-size: 12px;
	border: 1px solid #DADADA;
	overflow: auto;
	margin: 5px 0;
	float: left;
	width: 100%;
}

/*
div#outsole {
	margin-right: 5px;
	width: 49%;
}
*/

div#metgard {
	width: 49%;
	float: right;
}

div.search_fields h3 {
	margin: 5px 5px;
	padding: 5px;
	color: #000;
	font-size: 12px;
	border-bottom: 1px inset #AAA;
}

div.search_fields table td {
	padding: 5px;
}

div.search_fields table td.label {
	text-align: right;
	width: 120px;
	padding: 0 10px 0 auto;
}

div.search_fields table td.input {
	padding: 5px 0 5px 5px;
}

div.search_fields div#footer {
	margin: 2px;
	background: #DADADA;
	text-align: right;
	padding: 10px 10px 10px auto;
	overflow: hidden;
}

div#footer ul {
	margin: 5px;
	float: right;
}
/* End Search Form Styles */

/* Search Result Styles */
div.product_list {
	margin: 0;
	padding: 0;
}
ul.product_list, ul.product_list ul, div.product_information ul {
	margin: 0;
	padding: 0;
	display: block;
	background: none;
	list-style-type: none;
}

ul.product_list li {
	margin: 10px 0;
	padding: 10px 0;
	float: none;
	display: block;
	background: none;

	border-bottom: 1px inset #AAA;
	overflow: hidden;
}
div.product_list ul.product_features
{
	margin: 0;
	padding: 0;
list-style:none;

}
div.product_list ul.product_features li
{
	margin: 2px 0 2px 0;

}
div.product_information div {
	float: left;
}

input.qty{
	background-color: yellow;
    color: black;
    font-weight: bold;
    font-size: 10pt;
}
div.product_information td div.product_image {
	border: 1px solid #DADADA;
	margin-right:5px;
}

div.product_image {
    width:175px;
	min-height:175px;
	text-align:center;
}

div.product_image ul {
	margin: 0;
	padding: 0;
}

div.product_image ul li {
	padding: 2px;
}

div.product_information div.details {
	width: 175px;
	padding: 0 3px;	
}

div.product_information dl {
	margin: 0;
	padding: 0;
}

div.product_information dl dt {
	margin: 2px 4px;
	padding: 0;
	float: left;
	clear: both;
}

div.product_information dl dd {
	margin: 2px 4px;
	margin-right: 55px;
	padding: 0;
	float: left;
}

div.product_information dl dt#description {
	display: none;
}

div.product_information dl dd#description {
	padding: 3px 2px 2px 2px;
	margin: 0;
	width: 95%;
	border-top: 1px dashed black;
	clear: left;
}

div.product_information div.right_side {
	float: right;
	margin: 0;
	padding: 0;
}

div.right_side ul.button {
	margin: 0;
	margin-top: 50px;
}

div.right_side ul.button li {
	width:75px;
}

* html div.right_side ul.button li {
	width: ;
}
div.product_information {
	overflow: hidden;
}


dt.title {
	font-weight: bold;
}

dt.title_red {
	color: #FF0000;
	font-weight: bold;
}

dd.price_red {
	color: #FF0000;
}

/* End Search Results CSS */

/* Product information details */

div.details_page {
	padding: 10px;
}

div#details div.details {
	padding-left: 7px;
}

div.product_information div.bottom {
	float: none;
	clear: left;
	margin: 0;
	padding-top: 7px;
}

div.product_information div.safety_features {
	background: #F2F2F2;
	padding: 8px 12px;
	width: 148px;
}

div.product_information div.safety_features h4 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	text-decoration: underline;
}

div.product_information div.safety_features ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div.product_information div.safety_features ul li {
	clear: left;
	maring: 0;
	width: 100%;
	display: block;
}

div.product_information div.order table {
	float: none;
	margin: 0;
	margin-left: 7px;
	width: 250px;
}

div.product_information div.order table td label {
	font-weight: bold;
	font-size: 12px;
}

div.product_information div.order table td {
	margin: 2px;
	padding: 2px;
}

div.product_information div#order_button p.note {
	font-size: 9px;
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}

div.product_information div.order div {
	float: left;
}

div.product_information div#order_button {
	clear: left;
	float: none;
	border-top: 1px inset #AAA;
	margin-top: 7px;
	padding-top: 7px;
}

div.unisex h4{
	color: #025939;
margin:2px 0;
}
div.unisex p.highlight {
	color: #025939;
margin:4px 0;
line-height:16px;
background-color:#D2EFD4;
border:1px solid;
padding:4px;
}

div.product_information div#order_button a#other_styles {
	color: #025939;
	text-decoration: none;
	font-size: 11px;
}

div.product_information div#order_button ul.button {
	float: right;
}

div.payment_method {
	margin: 30px auto auto 25%;
	width: 275px;
	left: -100px;
	background: #F5F5F5;
	border: 1px solid #DADADA;
	overflow: hidden;
}

div.payment_method h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

div.payment_method ul.methods {
	list-style-type: none;
}

div.payment_method ul.methods li {
	display: block;
	float: none;
}

div.payment_method ul.button {
	float: right;
}

div.payment_method ul.methods li label {
	font-weight: bold;
}

/* end Product information details */

/* shopping cart styles */
div.cart {
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
}

table.cart{
	width: 100%;
	background: #F5F5F5;
	border: 1px solid #DADADA;
	padding: 10px 4px;
	margin: 10px 0;
	clear: right;
}

table.cart th.price, table.cart th.quantity, table.cart th.total_price {
	width: 45px;
}

table.cart ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
}

table.cart ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
}


table.cart h3 {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	display: inline;
	margin: 0;
	padding: 0;
	padding-bottom: 3px;
}
table.cart td {
	padding: 5px 2px;
	margin: 0;
}

table.cart tr {
	padding: 0;
	margin: 0;
}

table.cart tr.odd, #quickorder table.odd {
	background: #EEE;
}

table.cart div.product_info, table.cart div.employee_info {
	margin: 5px 0;
	padding: 0;
	padding-left: 5px;
}

div.cart ul.button {
	float: right;
	margin: 5px 0;
}

/* end view cart styles */

/* payment information styles */

div.payment_information {
	background: #F5F5F5;
	border: 1px solid #DADADA;
	margin: 10px 0;
	padding: 10px 5px;

}

div.payment_information h2 {
	font-size: 14px;
	text-align: center;
	text-decoration: underline;
	margin: 0 auto 10px auto;
	padding: 0;
}

div.payment_information table label {
	font-weight: bold;
	display: block;
	text-align: right;
}

div.payment_information table td {
	padding: 5px 5px;
    font-size:11px;
}

div.payment_information table td.left {
	width: 40%;
}

div.payment_info_container ul.button {
	margin: 10px 0;
}

div.payment_info_container ul.submit_button {
	float: right;
}

div.payment_info_container div.button_container {
	overflow: hidden;
}

span.required, span.error, p.error {
	color: #F00;
	font-weight: bold;
	font-size: 10px;
}
p.error {
	text-align: center;
}

table td.error {
	margin: 0;
	padding: 0;
}
span.hint {
	color: #AAA;
	font-size: 10px;
}
/* end payment info styles */

/* order confirmation styles */
div.payment_summary {
	margin: 0;
	padding: 0;
}

div.payment_summary label {
	font-weight: bold;
	display: block;
	text-align: right;
}

div.payment_summary div {
	background: #F5F5F5;
	border: 1px solid #DADADA;
	margin: 0 0 15px 0;
	padding: 5px;
}

div.payment_summary div h3 {
	text-align: center;
	font-size: 14px;
	margin: 10px;
	padding: 0;
	padding-bottom: 3px;
	border-bottom: 1px inset #AAA;
}

div.payment_summary div table td {
	margin: 2px;
	padding: 3px;
}

div.payment_summary div table td#left {
	width: 175px;
}

div.payment_summary div.button_container {
	overflow: auto;
	background: none;
	bordeR: none;
}

div.payment_summary div.button_container ul.button {
	float: right;
}

#quick_order_table td.style, #quick_order_table td.size, #quick_order_table td.gender, #quick_order_table td.quantity,#quick_order_table td.on_hand
{
    text-align:center;
}
div.accepted_cc_logos
{
	white-space:nowrap;
	text-align:left;
}