/*
#990033
#CCCC99
#666633
*/
html, body
{
  height: 100%;
}

body
{
  /*font-family: "Tahoma CE", "Arial CE", "Helvetica CE", Tahoma, Arial, lucida, sans-serif;*/
  /*font-family: "Verdana CE", "Arial CE", "Lucida Grande CE", "Helvetica CE", Verdana, Arial, lucida, sans-serif;*/
  font-family: "Tahoma CE", Tahoma, sans-serif;
  text-align: center;
  font-size: 0.8em;
  background-image: url(img/bg-beige.png);
  background-repeat: repeat-x;
  height: 100%;
}

div#center
{
  margin: 0 auto;
  text-align: left;
  width: 768px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	height: 100%;
	/*border-left: 1px solid #663;*/
	/*border-right: 1px solid #663;*/
}

div#logoheader
{
  background-image: url('img/logo-box-3c.png');
  background-repeat: no-repeat;
  background-position: 30px 30px;
  width: 766px;
  height: 125px;
  padding: 0 0 20px 0;
  border: 1px solid #663;
}
img#headbox
{
  position: relative;
  top: 25px;
  left: 458px;
}

div#menu
{
  background-color: #663;
  color: #FFFFFF;
  border: 1px solid #663;
  padding: 5px 0 6px 21px;
}
div#menu a
{
  background-color: #663;
  color: #fff;
  text-decoration: none;
  padding: 0 8px 0 8px;
  font-weight: bold;
  font-size: 1.1em;
}
div#menu a:hover
{
  background-color: #fff;
  color: #663
}

table#allarts
{
  width: 768px;
  margin: 10px 0 0 0;
}

table#allarts tr
{
  border: 1px solid #cc9;
}

table#allarts td
{
  vertical-align: top;
  padding: 0 10px 10px 0
}

td.artid
{
  background-color: #cc9;
}
td.artimg img
{
  margin: 15px 0 0 0;
}

td.artid h3
{
  text-transform: uppercase;
  font-size: 1em;
  font-weight: bold;
  margin: 2px 0 -7px 30px;
  padding: 0;
}

img.artbox
{
  width: 285px;
}

div.patterni
{
  clear: both;
  margin: 10px 0 5px 0;
  font-size: 1.2em;
}
table.patterntable
{
  margin: 10px 0 0 0;
}
div.patterni div
{
  float: left;
}
div.patterni input.ks, table.patterntable input.ks
{
  /*display: block;*/
  width: 30px;
}
div.patterni img
{
  width: 80px;
  height: 80px;
}
input.ks
{
  /*display: block;*/
  width: 30px;
}

div.maincont
{
  padding: 30px;
}

table#fotog
{
  margin-left: auto;
  margin-right: auto;
}

table#fotog td
{
  padding: 17px;
}

input.submitbutton
{
  width: 140px;
  border: 1px solid #903;
  background-color: #fff;
  color: #990033;
  font-weight: bold;
  font-size: 10px;
}

table#ordertable
{
  border: 1px solid #ddd;
  border-collapse: separate;
}
table#ordertable td
{
  vertical-align: top;
  text-align: center;
  border-bottom: 1px solid #ddd;
  
}
table#ordertable td.artname
{
  text-transform: uppercase;
  text-align: left;
}

form#orderform input.itext
{
  width: 200px;
}

a.contord
{
  background-color: #fff;
  color: #903;
  text-decoration: none;
  padding: 0 8px 0 8px;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #903;
  text-transform: uppercase;
}
a.contord:hover
{
  background-color: #903;
  color: #fff;
  text-decoration: none;
  padding: 0 8px 0 8px;
  font-weight: bold;
  font-size: 1.1em;
  border: 1px solid #903;
}
a.redlink
{
  color: #903;
  text-decoration: underline;
}
a.redlink:hover
{
  text-decoration: none;
}
span.redprice
{
  color: #903;
  font-weight: bold;
}
img.cartpatterns
{
  width: 20px;
}

