

th {
    text-align: left;
  }


img {
    padding: 0;
    margin: 0;
    border: 0;
  }

ul {
	list-style: square;
	color: #585858;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
/* New section */

#wrapper {
    margin: 0px auto;
  }


#logged {
    text-align: right;
  }


#webzone a {
    color: #B8B8B8;
    font-size: 9px;
  }


.tableForm {
    width: 100%;
  }


.error {
    color: #C00000;
    border: 1px solid #C00000;
    padding: 2px 5px;
    margin: 2px 0px;
  }

/** Layout **/

/** Table View Css **/


.tableView {
    width: 90%;
  }


.tableView td, .tableView th {
    text-align: left;
    padding: 1px 2px;
  }


.tableView th {
    background: #666666;
    color: #fff;
  }


.tableView td a:link, .tableView td a:visited, .tableView td a:hover {
    text-decoration: none;
  }


.tableView td a:hover {
    text-decoration: underline;
  }


.act {
    text-align: center;
    width: 30px;
  }


.wideButton {
    padding: 1px 3px;
    cursor: pointer;
  }


.wideButton:hover {

	background: #ccc;
  }


#message {
    width: 70%;
    margin: 10px auto;
    color: #585858;
    text-align: left;
  }


#message li {
    list-style: square;
    margin-left: 20px;
  }

.tableImages, .tableAttach {
    width: 100%;
  }


.tableImages th, .tableAttach th {
    background: #666666;
  }


select, option {
    color: #666;
    font: 11px arial, verdana, sans-serif;
    background-color: #fff;
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-position: left top;
    cursor: pointer;
    margin: 2px 0 1px;
    padding: 0 2px;
    overflow: hidden;
    vertical-align: middle;
    border: solid 1px #ccc;
  }


option {
    border: none;
  }


fieldset {
    border: solid 1px #ccc;
    padding: 5px;
  }


legend {
    font-size: 12px;
    font-weight: bold;
    color: #ccc;
  }
/************************************
 * VIEW
 ************************************/


#products_view {
	width: 100%;
/* 	border: 1px solid #C3C3C3; */
	}

#products_view th, #cart_table th {

	background: #C3C3C3;
	color: #585858;
	}

#products_view .darkRow {
	text-align: right;
	}

#cart_table {
 	width: 435px;
	margin: 20px 0px;
	}

#cart_wrapper {
	margin: 0px 50px;
	}

.tableCart caption {

	font-size: 14px;
	color: #808080;
	padding: 10px 0px;
	}

.darkRow {
    background: #DFDFDF;
    color: #000;
/*     text-align: right; */
  }

.darkRow h3 {
	float: left;
	margin: 0px;
	padding: 0px;
	}

.lightRow {
    background: #F6F6F6;
    color: #000;
  }


.order {
	float: right;
	}

a.wideButton {

	border: 1px solid #690;
	color: #690;
	padding: 1px 5px;
	margin-top: 5px;
	font-weight: normal;
	}

a.wideButton:hover {

	border: 1px solid #c00;
	font-weight: normal;
	background: white;
}
/************************************
 * DETAIL
 ************************************/

#detailImages {

	float: left;
	width: 145px;
	height: 100px;
	overflow: auto;
	}

#detailImages a {
	display: block;
	margin-bottom: 8px;
	border-bottom: 1px dotted #ccc;
	}

#detailInfo {

	margin-left: 155px;
	height: 150px;
	}

/************************************
 * MESSAGE
 ************************************/
#message h1 { color: #585858}

.left_items {
	text-align: center;
	margin: 0px 10px 8px 0px;
	padding: 0px;
}

.left_items img {
	border: 1px solid #690;
	}

#fields_more {

	border: 1px solid #ccc;
	color: #808080;
	margin-top: 8px;
	}

#fields_top {

	background: #ccc;
	padding: 1px 0px;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	color: #690;
	}

#privacy_info {

	border: 1px solid #ccc;
	width: 100%;
	height: 80px;
	overflow: auto;
	}

.listinfo {
	float: right;
	margin: 0px 0px 2px 2px;
	}


div.pager {

	padding: 2px 0px;
	text-align: right;
	margin: 0px;
	/*font-size: 10px;*/
}

form {
	margin: 0px;
	padding: 0px;
	}