* {
	margin: 0;
	padding: 0;
}
html {
	color: #9B8658;
	background-color: #DBBD7D;
/**
	background-image: url('scrapadom/html.png');
	background-repeat: repeat;
	background-position: top left;
**/
}
body {
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}

/*** ROOT ***/
#root {
	width: 950px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	color: #9B8658;
	background-color: #DBBD7D;
	border: 0 solid #71623E;
}

/*** HEADER ***/
#header {
	height: 146px;
	margin: 0;
	padding: 0;
	color: #9B8658;
	background-color: #DBBD7D;
	background-image: url('scrapadom/header.png');
	background-repeat: no-repeat;
	background-position: top left;
}
#header_infos {
	float: left;
	width: 250px;
	padding: 20px;
	/* border: 1px solid red; */
}
#header_infos a:link, #header_infos a:visited {
	margin-left: -9999px;
	font-size: 3em;
	font-weight: bold;
	color: #E5B75A;
	background-color: transparent;
	text-decoration: none;
}
#header_infos a:hover, #header_infos a:active {
	color: #E5B75A;
	background-color: transparent;
	text-decoration: none;
}
#header_infos div.header_desc {
	padding: 10px 0 0 0;
	color: #A3815C;
	background-color: transparent;
	font-size: 1.2em;
	font-style: italic;
	font-weight: bold;
}

#header_menu {
	margin: 0 0 0 700px;
	padding: 26px 0 10px 10px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	color: #A3815C;
	background-color: transparent;
}
#header_menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: inside;
}
#header_menu li {
	/* display: inline; */
	padding: 3px;
}
#header_menu li a:link, #header_menu li a:visited {
	padding: 0 20px 0 0;
	color: #774700;
	background-color: transparent;
	text-decoration: none;
}
#header_menu li a:hover, #header_menu li a:active {
	color: #C3AC6F;
	background-color: transparent;
	text-decoration: none;
}


/*** BLOCK LINKS ***/
#block_navi {
	margin: 0;
	padding: 10px 20px 10px 20px;
	color: #9B8658;
	background-color: #FAF9E7;
	background-image: url('scrapadom/main.png');
	background-repeat: repeat-y;
	background-position: top center;
}
#block_navi div.block_navi_desc {
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#block_navi div.block_navi_links {
	float: right;
	font-size: 12px;
}


/*** CATEGORIES & SEARCH ***/
#top_main {
	margin: 0;
	padding: 13px 40px 18px 40px;
	color: #FFFFFF; /* #E5B75A; #774700; #9B8658; */
	background-color: #FAF9E7;
	background-image: url('scrapadom/top_main.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#top_main div.block_search {
	float: left;
	font-size: 13px;
	font-weight: bold;
}
#top_main div.category_filter {
	float: right;
	font-size: 13px;
	font-weight: bold;
}


/*** MAIN ***/
#main {
	min-height: 400px;
	_height: 400px; /* IE min-height hack */
	margin: 0;
	padding: 20px 20px 10px 20px;
	color: #9B8658;
	background-color: #FAF9E7;
	background-image: url('scrapadom/main.png');
	background-repeat: repeat-y;
	background-position: top center;
}

/*** PRODUCT ***/
div.product {
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 10px 10px 48px 10px;
	color: #9B8658;
	background-color: #FAF9E7;
	border: 0 solid #E4DEC6;
	background-image: url('scrapadom/line.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
div.product_img {
	float: left;
	padding: 10px 10px 10px 10px;
	min-height: 266px;
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #F7F0DB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
div.product_img img.preview_big {
	width: 400px;
	height: 266px;
	border-width: 0;
}
div.product_img img.preview_small1 {
	float: left;
	width: 200px;
	height: 133px;
	padding-top: 10px;
	border-width: 0;
}
div.product_img img.preview_small2 {
	float: right;
	width: 200px;
	height: 133px;
	padding-top: 10px;
	border-width: 0;
}
div.product_infos {
	margin-left: 430px;
	padding: 10px 10px 10px 10px;
}
div.product div.product_title {
	padding: 0 0 10px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #AA7405;
	background-color: transparent;
	border-bottom: 1px dotted #AD934D;
}
div.product div.product_title span.product_title_category {
	font-size: 10px;
	font-weight: normal;
	color: #E5C990;
	background-color: transparent;
}
div.product div.product_title span.product_title_ref {
	font-size: 10px;
	font-weight: normal;
	color: #E5C990;
	background-color: transparent;
}

div.product div.product_desc {
	margin: 20px 0 0 0;
	padding: 5px 10px 5px 10px;
	text-align: justify;
	color: #9B8658;
	background-color: #FFFFFF;
	border: 1px solid #F7F0DB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
div.product div.product_price {
	float: left;
	width: 170px;
	height: 80px;
	margin: 30px 0 0 0;
	padding: 10px 10px 10px 20px;
	text-align: left;
/**
	background-image: url('scrapadom/price_tag.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
**/
}
div.product div.product_price span.stock {
	color: #AA7405;
	background-color: transparent;
	font-weight: bold;
}
div.product div.product_price span.price {
	color: #AA7405;
	background-color: transparent;
	font-size: 20px;
	font-weight: bold;
}
div.product div.product_add_cart {
	height: 90px;
	margin: 30px 0 0 210px;
	padding: 10px 10px 0 0;
	text-align: right;
	color: #9B8658;
	background-color: transparent;
}
div.product div.products_sub_cat {
	margin: 0;
	padding: 10px 20px 0 20px;
}
div.product div.products_sub_cat ul {
	margin: 0;
	padding: 10px 0 0 0;
	list-style-type: none;
}
div.product div.products_sub_cat li {
	margin: 0 0 0 30px;
	padding: 5px 0 5px 0;
}

div.main_cart {
/*
	width: 700px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0 0 10px 0;
*/
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px 10px 37px 10px;
	width: 80%;
	border: 0px solid #F7F0DB;
	background-image: url('scrapadom/line.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
div.main_cart h3 {
	color: #AA7405;
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 4px 0 6px 0;
	font-size: 1.8em;
	border-bottom: 1px dotted #AD934D;
}

/*** PAGES ***/
#pages {
	/* width: 850px; */
	max-width: 650px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #9B8658;
	background-color: #FAF9E7;
	border: 1px solid #E4DEC6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.pages_prev {
	float: left;
	padding-top: 4px;
}
.pages_next {
	float: right;
	padding-top: 4px;
}
.pages_current {
	text-align: center;
}

/*** ACCOUNT ***/
div.account_main {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px 10px 37px 10px;
	width: 80%;
	border: 0px solid #F7F0DB;
	background-image: url('scrapadom/line.png');
	background-repeat: no-repeat;
	background-position: bottom center;
}
div.account_main h3 {
	color: #AA7405;
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 4px 0 6px 0;
	font-size: 1.8em;
	border-bottom: 1px dotted #AD934D;
}

/*** TABLE PRODUCTS LIST, CART, ACCOUNTS ***/
table.table_1 {
	width: 100%;
	_width: 99.2%; /* 100% = IE6 design break */
	border-spacing: 0;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border: 1px solid #F7F0DB;
}
table.table_1 thead th {
	padding: 5px;
	color: #AA7405;
	background-color: #F7F0DB;
}
table.table_1 thead th.table_1_header {
	border-bottom: 1px solid #E4DEC6;
}
table.table_1 tfoot th {
	padding: 5px;
	color: #AA7405;
	background-color: #F7F0DB;
}
table.table_1 tr:hover {
	color: #AA7405 !important;
	background-color: #FFFFCD !important;
}
table.table_1 tr.subcount {
	font-weight: bold;
	color: #9B8658;
	background-color: #FAF5EB;
}
table.table_1 td {
	padding: 4px;
	/* vertical-align: top; */
	white-space: nowrap;
	border-bottom: 1px solid #F7F0DB;
}

table.table_2 {
	width: 100%;
	_width: 99.2%; /* 100% = IE6 design break */
	margin: 5px 0 5px 0;
	border-spacing: 0;
	border-collapse: separate;
	background-color: #FFFFFF;
	border: 1px solid #F7F0DB;
}
table.table_2 thead th {
	padding: 4px;
	color: #9B8658;
	background-color: #F7F0DB;
	background-image: none;
}
table.table_2 thead th.table_2_header {
	padding: 4px;
	color: #AA7405;
	background-color: #F7F0DB;
	border-bottom: 1px solid #E4DEC6;
	background-image: none;
}
table.table_2 tfoot th {
	padding: 4px;
	color: #9B8658;
	background-color: #F7F0DB;
	border-top: 1px solid #E4DEC6;
	background-image: none;
}
table.table_2 tr:hover {
	/* color: #AA7405; */
	/* background-color: #FFFFCD !important; */
}
table.table_2 td {
	padding: 4px;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 0 solid #F7F0DB;
	font-size: 12px;
}
table.table_2 td.separator {
	border-top: 1px solid #F7F0DB;
	border-bottom: 1px solid #F7F0DB;
}
table.table_3 {
	width: 100%;
	_width: 99.2%; /* 100% = IE6 design break */
	border-spacing: 0;
	border-collapse: collapse; /*separate;*/
	background-color: #FFFFFF;
	border: 1px solid #F7F0DB;
}
table.table_3 thead th {
	padding: 5px;
	color: #AA7405;
	background-color: #F7F0DB;
}
table.table_3 thead th.table_3_header {
	padding: 4px;
	color: #AA7405;
	background-color: #F7F0DB;
	border-bottom: 1px solid #E4DEC6;
	background-image: none;
	font-size: 14px;
}
table.table_3 td {
	padding: 8px;
	vertical-align: top;
	white-space: nowrap;
	border-bottom: 0 solid #F7F0DB;
	font-size: 12px;
}
table.table_3 td.separator {
	border-top: 1px solid #F7F0DB;
	border-bottom: 1px solid #F7F0DB;
}
table.table_3 tfoot th.table_3_footer {
	padding: 4px;
	color: #AA7405;
	background-color: #F7F0DB;
	border-top: 1px solid #E4DEC6;
	background-image: none;
	font-size: 16px;
}
table.table_3 td input, table.table_3 td textarea {
	width: 95%;
}

/*** FOOTER ***/
#footer {
	margin: 0;
	padding: 27px 10px 20px 10px;
	border-top: 0 solid #DBBD7D;
	color: #806845;
	background-color: #DBBD7D;
	/* font-size: 11px; */
	background-image: url('scrapadom/footer.png');
	background-repeat: no-repeat;
	background-position: top center;
}
#footer a:link, #footer a:visited {
	color: #774700;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	color: #F7F0DB;
	background-color: transparent;
	text-decoration: underline;
}


/*** LOGIN ***/
#login {
	width: 300px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #E4DEC6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#login div.login_header {
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	color: #AA7405;
	background-color: #F7F0DB;
}
#login div.login_main {
	padding: 10px;
}
#login div.login_var {
	float: left;
	width: 90px;
	min-height: 20px;
	margin: 0;
	padding: 8px;
}
#login div.login_val {
	height: 30px;
	margin: 0;
	padding: 4px;
	text-align: right;
}
#login input.login_input {
	width: 140px;
}

#col_left {
	float: left;
	width: 200px;
	padding: 0;
}
#col_left ul {
	margin : 0 0 10px 0;
	padding: 0 0 4px 0;
	list-style-type: none;
	background-color: #FFFFFF;
	border: 1px solid #E4DEC6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
#col_left li {
	margin : 0;
	padding: 4px 8px 4px 8px;
}
#col_left li.li_menu_header {
	margin : 0;
	padding: 4px 4px 4px 4px;
	font-size: 12px;
	font-weight: bold;
	color: #AA7405;
	background-color: #F7F0DB;
}
#col_left li.li_sub_menu {
	margin : 0;
	padding: 2px 16px 2px 16px;
	font-size: 10px;
}
#col_left li a:link, #col_left li a:visited {
	display: block;
	color: #AA7405;
	text-decoration: none;
	padding: 2px;
	border: 0 solid #FFFFFF;
}
#col_left li a:hover, #col_left li a:active {
	color: #C19331;
	text-decoration: none;
	border: 0 solid #F7F0DB;
}
#col_left li a.li_menu_active {
	color: #960000;
	text-decoration: underline;
	border: 0 solid #F7F0DB;
}
#col_left li a.li_submenu_active {
	padding: 2px 2px 2px 8px;
	color: #960000;
	text-decoration: none;
	border: 0 solid #F7F0DB;
}
#col_left li.li_menu_sep {
	margin : 0;
	padding: 4px 4px 4px 4px;
}
#col_left li.li_menu_sep hr {
	height: 0;
	margin: 0;
	padding: 0;
	background-color: #F7F0DB;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom: 1px solid #F7F0DB;
	border-left-width: 0;
}

#col_main {
	margin: 0 0 0 210px;
	padding: 0 10px 10px 10px;
	border: 1px solid #E4DEC6;
	background-color: #FAF9E7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

#col_main textarea {
	width: 97%;
	height: 100px;
	padding: 2px;
}

#col_main h3 {
	color: #AA7405;
	background-color: transparent;
	margin: 0 0 10px 0;
	padding: 4px 0 6px 0;
	font-size: 1.8em;
	border-bottom: 1px dotted #AD934D;
}

/*** MISC ***/

span.invoice_prices_infos {
	font-size: 10px;
	/* font-style: italic; */
	font-weight: normal;
}

a:link, a:visited {
	color: #C19331;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:active {
	color: #E5B75A;
	background-color: transparent;
	text-decoration: underline;
}

div.box_buttons {
	margin: 0 0 10px 0;
	padding: 4px 4px 4px 4px;
	text-align: center;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	color: #AA7405;
	background-color: #FFFFFF;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #C19331;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

}
input {
	background-image: url('scrapadom/background_input.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
textarea {
	background-image: url('scrapadom/background_input.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
select {
	background-image: url('scrapadom/background_input.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.button {
	color: #AA7405;
	background-color: #F7F0DB;
	/* font-weight: bold; */
	border-top: 1px solid #AA7405;
	border-right: 1px solid #AA7405;
	border-bottom: 1px solid #AA7405;
	border-left: 1px solid #AA7405;
	background-image: url('scrapadom/background_input.png');
	background-repeat: repeat-x;
	background-position: 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.button_red {
	color: #960000;
	background-color: #FFF0F0;
	/* font-weight: bold; */
	border: 1px solid #960000;
	background-image: url('scrapadom/background_input_alert.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;

}
.checkbox {
	vertical-align: middle;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
option {
	padding: 0 10px 0 0;
	color: #AA7405;
	background-color: #FFFFFF;
}
option.option_tab {
	padding-left: 20px;
}
optgroup {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
input.error, textarea.error, select.error {
	background-color: #FFF0F0;
	border: 1px solid #960000;
	background-image: url('scrapadom/background_input_alert.png');
	background-repeat: repeat-x;
	background-position: left bottom;
}
input.disabled {
	color: #808080;
	background-color: #D4D0C8;
	border: 1px solid #808080;
	background-image: none;
}

form {
	margin: 0;
	padding: 0;
}

hr {
	height: 0;
	margin: 0;
	padding: 0;
	background-color: #E4DEC6;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom: 1px solid #E4DEC6;
	border-left-width: 0;
}

img {
	border: 0;
	vertical-align: middle;
}

iframe.invoice_preview {
	border: 1px solid #F7F0DB;
}

.align_left {
	text-align: left;
}

.align_center {
	text-align: center;
}

.align_right {
	text-align: right;
}

.float_left {
	float: left;
}
.float_right {
	float: right;
}

.font_alert {
	color: #960000;
	background-color: transparent;
}

.box_infos {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	color: #9B8658;
	background-color: #FAF9E7;
	border: 1px solid #F7F0DB;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.box_ok {
	margin: 10px 10px 10px 10px;
	padding: 4px;
	text-align: center;
	font-weight: normal;
	color: #009600;
	background-color: #F0FFF0;
	border: 1px dotted #00ff00;
	background-image: url('scrapadom/information.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.box_error {
	margin: 10px 10px 10px 10px;
	padding: 4px;
	text-align: center;
	font-weight: normal;
	color: #960000;
	background-color: #FFF0F0;
	border: 1px dotted #960000;
	background-image: url('scrapadom/exclamation.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

.box_alert {
	margin: 0;
	padding: 10px;
	text-align: center;
	font-weight: normal;
	color: #960000;
	background-color: #FFF0F0;
	border: 1px solid #960000;
	background-image: url('scrapadom/exclamation.png');
	background-repeat: no-repeat;
	background-position: 5px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

