
body {
  margin:0px 15px 0px 15px;
}

body, td, p, input, select, textarea {
  font-family:Arial;
  font-size:14px;
  color:#000000;
}

h1 {
	color:#d5ad8b;
  font-size:22px;
  font-weight:bold;
  margin: 0px 0px 15px 0px;
}


h2, h3 {
	color:#d5ad8b;
  font-size:20px;
  font-weight:bold;
  margin: 0px 0px 15px 0px;
}


.title {
	color:#d5ad8b;
	font-size: 18px;
	font-weight:bold;
}

big {
  font-size:18px;
  font-weight:bold;
}

small {
  font-size:12px;
}

.sr {
	font-size:14px;
}


a:link, a:active, a:visited {
  color:#d30507;
  text-decoration:underline;
}

a:hover {
  color:#000000;
}


a.menu:link, a.menu:active, a.menu:visited {
	color: #FFFFFF;
	font-size:16px;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	color: #d30507;
}


a.tl:link, a.tl:active, a.tl:visited {
	color: #db1700;
	text-decoration: none;
}

a.tl:hover {
	color: #FF0000;
}


.name {
	font-size: 18px;
	font-weight: bold;
}

.th {
  background:#ffecc5;
  border:3px solid #e3caa1;
  width:120px;
  height:160px;
}

.hr {
	height: 2px;
	width:100%;
	background-image: url(/design/hr.gif);
	margin:13px 0px 13px 0px;
}

.hr2 {
	height: 2px;
	width:100%;
	background-image: url(/design/hr.gif);
  margin:13px 0px 13px 0px;
}

.surcharge {
	background-color: #470907;
	font-size:12px;
	color:#ffffff;
}

.error {
  color:#FF0000;
}

.rw {
  position: relative;
}

.provereno {
  position: absolute;
  top: 164px;
  left:-15px;
}

.provereno2 {
  color:#d30507;
  font-weight:bold;
}



#cart_div {
  z-index:10;
  position:fixed;
  bottom:7px;
  right:7px;
  font-size:18px;
  background-color: #FF0000;
  color:#FFFFFF;
  padding:5px 10px 5px 10px;
  background-color: rgba(255, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

#cart_div a {
  color:#FFFFFF;
  text-decoration:underline;
}

.cart_clean {
  font-size:12px;
}

.cart_remove {
  width:73px;
  height:14px;
  display:inline-block;
  background:url(/design/cart2.gif) no-repeat right;
  cursor:pointer;
  margin:0 10px 0 0;
}

.cart_add {
  width:73px;
  height:14px;
  display:inline-block;
  background:url(/design/cart1.gif) no-repeat right;
  cursor:pointer;
  margin:0 10px 0 0;
}