/*
COLORS
#c2c2c2;		... gray
#FCC78D;		... orange
#ff8787;		... melone
*/

body.shop
{
	background-color: #000000;
	margin: 0px;
	background-image: url(../images/bg.jpg); 
	background-repeat: no-repeat;
	background-position: bottom left;
	overflow: none;
}

body.invoice
{
	background-color: white;
}

body, div, textarea
{
	scrollbar-face-color: #909090;
	scrollbar-shadow-color: #909090;
	scrollbar-highlight-color: #909090;
	scrollbar-3dlight-color: #909090;
	scrollbar-darkshadow-color: #909090;
	scrollbar-track-color: #808080;
	scrollbar-arrow-color: #ffffff;
}


body, td
{
	color: #808080; 
	font-family: Arial, Helvetica, Geneva, Swiss, sans-serif; 
	font-size: 14px;
}

.body
{
	height: 100%;
	width: 100%;
}

table.frame td.frame
{
	width: 770px;
	text-align: left;
}

h1
{
	color: #FCC78D;
	margin: 10px 0px 1px 0px;
	font-size: 28px;
	border-bottom: #ffffff 2px solid;
	padding-bottom: 2px;	
}

h2
{
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
}

p.menu
{
	margin: 0px 10px 0px 0px;
	text-align: right;
	color: #ffffff;
}

p.menu a
{
	color: #ff8787;
	text-decoration: none;	
}

p.menu a:hover
{
	color: #ffffff;
}

p.menu a.active
{
	color: #ffffff;
}

p.menu a:hover
{
	color: #ffffff;
}

p.footer
{
	border-top: #808080 1px solid;
	margin: 0px 0px 10px 0px;
	padding: 2px 4px 0px 4px;
	text-align: right;
	color: #808080;
	font-size: 10px;
}

div.content
{
	margin: 30px 0px 0px 0px;
	height: 400px;
	padding: 0px;
	overflow: auto;
}

div.content a
{
	text-decoration: none;	
}

div.content a.text
{
	color: #ff8787;
}

div.content a:hover
{
	color: #ffffff;
}

div.header
{
	font-size: 16px;
	color: #ffffff;
	font-weight: bold;
}

a.category
{
	color: #909090;
	margin: 0px 20px 0px 0px;
	font-weight: normal;
}

a.category_active
{
	margin: 0px 20px 0px 0px;
	font-weight: bold;
	color: #ffffff;
}

div.product_list
{
	margin: 5px 0px 0px 0px;
	border-top: #808080 1px solid;
	padding: 0px;
	overflow: auto;
	color: #909090;
}

div.mycart_list
{
	margin: 0px 0px 0px 0px;
	border-top: 0px;
	border-bottom: #808080 1px solid;
}

div.product_list table.products
{
	width: 100%;
}

div.product_list table.products td
{
	color: #808080;
	padding: 2px;
	vertical-align: top;
}

div.product_list table.products td.add
{
	padding-top: 1px;
}

div.product_list a, div.mycart_list a
{
	color: #ff8787;
	border-bottom: #ff8787 1px dotted;
}

div.product_list a:hover
{
	color: #ffffff;
	border-bottom: #ffffff 1px dotted;
}

div.product_list table.add td
{
	padding: 0px;
	white-space: nowrap;
}

div.product_list table.products td.total
{
	xxxcolor: #FCC78D;
}

div.product_list table.add a.add
{
	background-color: #000000;
	color: #808080;
	padding: 0px 3px 0px 3px;
	margin: 0px 4px 0px 4px;
	border: 0px;
	width: 16px;
	text-align: center;
	font-weight: bold;
}

div.product_list table.add a.add:hover
{
	color: #ffffff;
	background-color: #ff8787;
	border: 0px;
}

div.piece
{
	width: 50px;
	white-space: nowrap;
}

div.product_list tr.total td
{
	border-top: #808080 2px solid;
	color: #ffffff;
}

/* --- POPUPS ------------------------------------------------------------------------------------------- */

div#shadow
{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: #000000;
	filter: Alpha (opacity=65, finishopacity=0, style=0);
	opacity: 0.65;
}

tr.popup_header td
{
	background-color: #808080;
	color: #000000;
	font-size: 14px;
	padding: 0px 0px 4px 4px;
	color: #FCC78D;
}

tr.popup_header a
{
	background-color: #000000;
	color: #808080;
	text-decoration: none;
	padding: 0px 5px 2px 5px;
	font-weight: bold;
}

tr.popup_header a:hover
{
	color: #ffffff;
	background-color: #ff8787;
}

div.popup
{
	position: absolute;
	border: #808080 2px solid;
	background-color: #000000;
	padding: 0px;
}

div.popup table.content
{
	margin: 10px;
}

div.popup table.content td
{
	padding: 6px;
	vertical-align: bottom;
	color: #808080;
}

div#prod
{
	display: none;
	width: 400px;
	top: 100px;
	left: 200px;
	z-index: 20;
}

#prod_name
{
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

#prod_desc
{
	font-size: 12px;
	margin: 0px;
}

#prod_price
{
	margin-top: 4px;
	font-size: 12px;
}

#prod_img
{
	border: #ffffff 1px solid;
}

/* --- PAGES ------------------------------------------------------------------------------------------- */
table.salon
{
	margin: 10px 0px 10px 0px;
}

table.salon td
{
	padding-right: 10px;
}


/* --- MENUS ------------------------------------------------------------------------------------------- */

.page
{
	display: none;
}

/* --- FORMS ------------------------------------------------------------------------------------------- */

div.order_form
{
	margin: 5px 0px 0px 0px;
	border-top: #808080 1px solid;
	padding: 0px;
	overflow: auto;
	color: #909090;
}

form.order
{
	margin: 0px;
}

table.order
{
	margin: 16px 0px 16px 0px;
}

table.order td
{
	padding: 3px;
}

table.order td.title
{
	padding-right: 10px;
	width: 30%;
}

input, select
{
	border: #808080 2px solid;
	background-color: #e0e0e0;
}

input.noborder
{
	border: 0px;
	background-color: #000000;
}

.mandatory
{
	border: #ff8787 2px solid;
}

input.button
{
	background-color: #808080;
}

form.order a
{
	color: #808080;
	text-decoration: underline;
}

table.imprint td.title
{
	padding-right: 20px;
}

/* --- INVOICE ------------------------------------------------------------------------------------------- */
div#invoice
{
	width: 100%;
	color: black;
	display: none;
}

div#invoice div.invoicebuttons
{
	background-color: #e0e0e0;
	border: black 1px solid;
	padding: 4px;
	margin-bottom: 10px;
	font-size: 10px;
}

div.invoicebuttons input
{
	background-color: #FCC78D;
}

div#invoice span.h1
{
	color: black;
	margin: 0px;
	font-size: 28px;
	padding-bottom: 2px;	
	font-weight: bold;
}

div#invoice h2
{
	color: black;
	margin: 0px;
	color: black;
}

div#invoice p
{
	margin: 4px 0px 0px 0px;
}

div#invoice p.footnote
{
	margin: 16px 0px 0px 0px;
	font-size: 10px;
	border-top: #e0e0e0 1px solid;
	padding: 4px 0px 0px 0x;
	color: #606060;
}

div#invoice td, div#invoice p, div#invoice a
{
	color: black;
	font-size: 12px;
	color: black;
}

div#invoice a
{
	text-decoration: none;
}

div#invoice a:hover
{
	text-decoration: underline;
}

div#invoice_address
{
	margin-bottom: 20px;
}

div#invoice table.products
{
	margin: 20px 0px 20px 0px;
	width: 100%;
}

div#invoice table.products td
{
	padding: 1px 4px 1px 4px;
}

div#invoice table.products tr.total td
{
	border-top: black 1px solid;
}

div#invoice span.visibility
{
	display: none;
}
