body {
	background-color : White;
	font-family :  "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 14px;
	color : Black;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;


}

/* ------------------   inscriptions      ----------------- */
#shopname {
	font-family :  "Trebuchet MS","Verdana", "MS Sans Serif";
	font-size : 28pt;
	color : Black;
	font-weight : bold;
	padding-left: 40px;
	font-style : italic;	
}

#shoptitle {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 16px;
	color : #555555;
	font-weight : bold;
	margin-bottom :0px;
	margin-top : 0px;
	padding-left: 150px;
	padding-bottom : 0px;
	font-style : italic;	
}

H3 {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 20px;
	color : Black;
	font-weight : bold;
	padding-left: 2px;
	padding-bottom : 10px;
	padding-top : 20px;
	margin-bottom :0px;
	margin-top : 0px;

}



/* --------------------   "A"   tags  ------------------------ */
A {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	color : #000099;
	font-weight : bold;
}

A.inv {
	color : Black;
}

A.cart {
	font-family : Arial, "MS Sans Serif";
	color : #E5E5E5;
	font-size: 12px;
}


A:hover {
	color : #CC1111;
}

A.pay {
	padding-left : 25px;	
	font-weight: bold;	
	font-size : 8pt;
}						

A.menu {
	color : Black;
	font-weight : bold;
	text-decoration: none;

}

A.menu:hover {
	color : #CC1111;
	text-decoration: underline;
}

A.lng {
	font-size : 8pt;
	color : #FF6600;
	padding-left : 4px;
	padding-right : 4px;
	text-decoration: none;
}

A.lng:hover {
	color : Red;
	text-decoration: underline;

}
/* --------------  "Table"   tags   ----------------- */
TD.list_name {
	background-color : #FFCC66;
	font-size : 14px;
	color : Black;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom : 3px solid #333366;
	text-align: left;
}

TD.list_name A {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}

TD.list_name A:hover {
	text-decoration: underline;
}

TD.list_price {
	background-color : #FFCC66;
	font-size : 14px;
	color : Black;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom : 3px solid #333366;
	text-align: right;
}

TD {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 14px;
	color : Black;
	text-align : left;
	vertical-align: top;
}

table.inscript {
border-top: 10px solid Black;
border-bottom: 10px solid Black;
border-left: 3px solid Black;
border-right: 3px solid Black;
background-color: #FFCC66;
}

TD.logo {
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	}

TD.longdesc {
  border-top: 8px solid #EEEEEE;
	font-size : 14px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 10px;
	padding-right : 10px;
	margin-left : 10px;
	margin-right : 10px;
}	
	
TD.main {
	background-color: white;
	padding-top : 25px;
	padding-bottom : 10px;
	padding-left : 15px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
}

table.search {
	background-color : black;
	padding-right: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table.login {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 5px;
	padding-right : 5px;
	border-bottom: 3px solid Black;
	border-left: 3px solid Black;
	border-right: 3px solid Black;
	background-color: #FFCC66;
}

table.cart_info {
	background-color: #9999CC;
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 15px;
	padding-right : 15px;
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	border-right: 1px solid Black;
}

table.side_menu {
	background-color : #B5B5B5;
	padding: 10px 10px 10px 10px;
	border: 1px solid Black;
}

table.article {
	background-color : #DDDDDD;
	border-top : 3px solid #333366;
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 0px;
	margin-bottom : 20px;
	margin-left : 0px;
	margin-right : 0px;
}

TD.article {
	padding-top : 5px;
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
}

TD.cart_info {
	background-color : white;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	text-align: center;
}

TD.lang {
	vertical-align: center;
	text-align: center;
	font-size: 7pt;
	color: Red;
}

TD.menu {
	background-color : #FFCC66;
	color : black;
	padding: 10px 10px 10px 10px;
	text-align: right;
}

TD.credits {
	color : #666699;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	border-top : 1px solid #666699;
}


/*  ----------------  "Form"  tags ------------------*/
INPUT {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 8pt;
	margin-bottom : 4px;
	background-color : #F7F7F7;
	padding-top: 0px;
	padding-bottom: 0px;
}

INPUT.search {
	font-family :Arial, "MS Sans Serif";
}

INPUT.buttonsearch {
	font-family :Arial, "MS Sans Serif";
	background-color: #FFCC66;
	color: black;
	font-weight: bold;
}

INPUT.button {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	background-color: #CCCC99;
	color: black;
	font-weight: bold;
	border-top: 1px solid Black;
	border-left: 1px solid Black;
}

INPUT.form_button {
	background-color : #CCCC99;
	color: Black;
	font-weight: bold;
}

INPUT.login {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 10px;
	margin-bottom : 0px;	
	margin-top : 0px;	
}
	
/* -----------------  Other  -------------------------- */
span.basket {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size : 8pt;
	color : Black;
	text-align : left;
}

LI {
	color : #E5E5E5;
}

div.search {
	background-color : #333366;
	margin: 0px 0px 0px 0px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

div.cat0 {
	color : #E5E5E5;
	padding-left: 0em;
	font-size: 10pt;
	padding-bottom: 3px;
}

div.cat1 {
	color : #E5E5E5;
	padding-left: 0.5em;
	font-size: 9pt;
	padding-bottom: 3px;
}

div.cat2 {
	color : #E5E5E5;
	padding-left: 1em;
	font-size: 8pt;
	padding-bottom: 3px;
}

div.cat3 {
	color : #E5E5E5;
	padding-left: 1.5em;
	font-size: 7pt;
	padding-bottom: 3px;
}

/* -----------------  IDs  ---------------------------- */
#b {
		font-weight : bold;
}

#right_side {
	text-align : right;
}

#left_side {
	text-align : left;
}

#top_side {
	vertical-align : top;
}

#padd_bottom {
	padding-bottom : 5px;	
}

#bottom_border {
  border-bottom: 3px solid #333366; 
}

table.std_form {
	background: #F0F0F0;
	padding: 5px 5px 5px 5px;
}

table.std_form td.std_form_desc {
	font-size: 9pt;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

table.std_form td.std_form_input {
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

table.std_form td.std_form_input input {
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
}

table.std_form td.std_form_line {
	font-size: 9pt;
	text-align: center;
}

table.std_form td.std_form_input textarea {
	font-size: 9pt;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.std_form td.std_form_button {
	text-align: center;
}

table.std_form td.std_form_button input {
	font-size: 8pt;
	background: #CCCC99;
	color: Black;
	font-weight: bold;
}

div {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size: 9pt;
	color: black;
}

div.list_path {
}

div.list_description {
	background: #ffffff;
	padding: 1em 1em 1em 1em;
}

h1 {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size: 16pt;	
}

h2 {
	font-family : "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size: 12pt;	
}

img {
	border: none;
}

div.detail_producer a {
	color: black;
}

div.comment_header {
	margin-top: 1em;
	background: white;
}

div.comment_body {
	background: #E0E0E0; 
	padding: 0.5em 0.5em 0.5em 0.5em;
}

table.cart {
	border: 1px solid black;
	width: 100%;
	background: white;
	margin-bottom: 1em;
}

table.cart td {
	font-size: 8pt;
}

table.cart td.frm {
	width: 1%;
	text-align: center;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

table.cart td.total {
	text-align: right;
	font-weight: bold;
	background: #D0D0D0;
}

table.cart th {
	font-size: 8pt;
	font-weight: bold;
	background: #D0D0D0;
}

td.news {
	vertical-align: top;
	width: 40%;
}

td.feature {
	vertical-align: top;
	width: 60%;
}

div.news_title {
	background: white;
	font-size: 8pt;
	font-weight: bold;
}

div.news_author {
	background: white;
	font-size: 7pt;
}

div.news_body {
	background: #D0D0D0;
	font-size: 8pt;
	padding: 0.5em 0.5em 0.5em 0.5em;
	margin-bottom: 2em;
}

