@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html {
        /* cf. http://www.hicksdesign.co.uk/journal/forcing-scrollbars-now-even-better */
        height: 100%;
        margin-bottom: 1px;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font: normal 12px/17px tahoma, Verdana, Arial, sans-serif;
	background-color: #eff2f3;
}

/* ================ */
/* = Common style = */
/* ================ */

p { margin: 1em 0; }

form * { vertical-align: middle; }

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

a {
	outline: none;
	color: #2273c2;
}

/*a:link { color: #2273c2; }*/

a:hover { color: #ec8914; }

a img { border: none; }

img.thumb {
  border: 2px solid #eee;
}

a:hover img.thumb {
	border-color: #d7d3c2;
}

ul, ol {
	margin: 1.12em 0 1.12em 0px;
	color: #999;
	line-height: 1.5em;
}

ul { list-style-type: none; }

ol { margin-left: 20px }

ul.bulleted { 
	list-style-type: square;
	margin-left: 20px;
}

li { color: #000; }

dt {
	margin-bottom: .7em;
	font-size: 1em;
	font-weight: bold;
}

dd {
	margin-bottom: .7em;
}

h1 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.2em;
	line-height: 1.286em;
	margin-bottom: .8em;
}

h3 { font-size: 13px; margin-top: 1.5em; margin-bottom: .2em; }

.center {
	text-align: center;
}

.total-line {
	font-weight: bold;
}

.field_name {
	font-weight: bold;
}

.tip {
	font-size: .95em;
/*  font-style: italic;*/
    color: rgb(132,109,62);
	line-height: 1.2em;
}

.more {
    text-align: right;
}

.more a {
    margin-right: 1em;
	text-decoration: none;
}

a.more { text-decoration: none; }

ul.index { font-size: .9em; }

ul.index li {
    margin-bottom: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dotted #ccc;
}

ul.index a { color: #666; text-decoration: none; }

ul.index a:hover { text-decoration: underline; }

button, textarea, input, select {
	vertical-align: middle;
}

table input,
textarea {
    padding: 2px;
    border: 1px solid #ccc;
    font-family: inherit;
    font-size: 90%;
    background-color: #eee;
}

/* ================ */
/* = Styled table = */
/* ================ */

table {
    margin-bottom: 20px;
    border-collapse: collapse;
    border: none;
}

table th { background-color: #fc6; }

table td { vertical-align: top; }

.content table { border: 1px solid #ccc; }

.content table th, .content table td {
    padding: 4px 5px 3px;
}

table.box { border: 1px solid #ccc; }

table.box th { background-color: #fc6; }

table.box th, table.box td { padding: 5px 6px 4px; }

table.box th { background-color: #fc6; }

/* ====================== */
/* = Main lay out boxes = */
/* ====================== */

#Box, #Containers, #Footer {
	width: 880px;
	margin: 0 auto;
	padding: 0;
}

#Box {
    width: 878px;
	padding: 50px 0 25px;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
    background: #fff url(../images/grey-tile-band.gif) top repeat-x;
}

#Left-side {
	width: 200px;
	margin: 0 638px 0 10px;
	padding: 0 10px;
	text-align: left;
}

#Right-side {
    float: right;
    width: 600px;
    margin: 0 10px 0 0;
    padding: 0 10px;
}

#Containers {
	clear: both;
    width: 878px;
	padding: 40px 0 20px;
	background: #cfcfcf url(../images/wave.png) top center repeat-x;
	border-left: 1px solid #cfcfcf;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

html>body #Containers {
    /* Set the real paddings, hidden from IE/Win: */
    width: 858px;
    padding: 40px 0 20px 20px;
}

#Footer {
	clear: both;
	padding: 1em 0;
	font-family: sans-serif;
	font-size: 1em;
	color: #2f52a2;
}

#Footer a { color: #2f52a2; }

/* ================ */
/* = Box specific = */
/* ================ */

#Box-2 {
	text-align: left;
}

#Left-side #Logo img {
	margin: 20px 0;
}

#Menu {
    height: 100px;
	padding-top: 20px;
	list-style: none outside;
	text-align: center;
}

#Menu li {
	display: inline;
	margin: 0;
	padding: 0;
	color: #999;
}

#Menu li a {
	color: #000;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #000;
}

#Menu li a:hover { color: #ec8914; }

#Left-side .shield { margin: 0 0 1em; }

#Left-side h1, #Left-side h2, #Left-side h3 {
	margin: 0 0 10px;
}

#Left-side table {
	width: 100%;
}

#Left-side .control-link {
	margin: 5px 0;
	text-align: left;
}

#Left-side ul.gallery {
    list-style-type: none;
    text-align: center;
}

#Left-side ul.gallery li {
    margin: 0 0 1em;
}

#Left-side #Info { color: #666; }

#Left-side #Cart, #Left-side #Info {
	padding-bottom: 20px;
}

#Left-side #Info .block {
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf;
}

#Left-side #Info .price {
	float: right;
	margin-left: 5px;
}

#Left-side #Info form * {
	margin: 2px 0 10px;
}

#Left-side #Info form label { color: #000; }

#Left-side #Info h1,
#Left-side #Info h2,
#Left-side #Info h3 { color: #000; }

#Left-side #Info h2 .tip {
	font-size: .8em;
}

#Left-side #Info p {
    text-align: justify;
}

#Left-side #Info #Content-index li {
    margin-bottom: .68em;
    line-height: 1em;
}

#Left-side #Info #Content-index a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

#Left-side #Info #Content-index a:hover { text-decoration: underline; }

#Left-side #Info #Content-index .tip {
    font-weight: bold;
    font-size: .9em
}

#Left-side #Info #Blog {
    margin-top: 1.5em;
    padding: 5px 0;
    border-top: 1px solid rgb(224, 208, 177);
    border-bottom: 1px solid rgb(224, 208, 177);
    color: rgb(153, 102, 51);
    font-size: 1.2em;
    overflow: hidden;
}

#Left-side #Info #Blog h2 {
    margin-bottom: .5em;
    color: rgb(92, 61, 31);
    font-size: 1.1em;
}

#Left-side #Info #Blog p {
    margin: 0 0 .5em;
    text-align: left;
}

#Left-side #Info #Blog a { color: rgb(153, 102, 51); text-decoration: underline; }

#Left-side #Info #Blog p.more { margin: .5em 0 0; padding-right: 0; text-align: right; }

#Left-side #Info #Blog p.more a { margin-right: 0; text-decoration: none; }

#Box-2 .content {
    margin-right: 50px;
    text-align: justify;
}

#Box-2 .content h1 .tip {
    font-size: .7em;
}

/*#Left-side #Info #Content-index .tip, #Box-2 .content h1 .tip { color: #0cc; }*/
#Left-side #Info #Content-index .tip, #Box-2 .content h1 .tip {
    color: rgb(132,109,62);
    font-style: normal;
}

#Box-2 .content ol,
#Box-2 .content ul { margin-left: 20px }

#Box-2 .content ul { 
	list-style-type: square;
	margin-left: 20px;
}

#Box-2 .content dt { margin: 0 0 .3em; }

#Box-2 .content dd dl {
	margin-left: 20px;
	margin-bottom: 1em;
}

#Box-2 .content dd p { margin-top: 0; }

#Box-2 .content dd { color: rgb(39, 39, 39); }

#Box-2 .content .downloads {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #ccc;
}

#Box-2 #Front-image { text-align: center; }

#Box-2 #Front-image ul.slideshow {
    position: relative;
    width: 550px;
    height: 327px;
    margin: 0 auto;
    text-align: left;
}

#Box-2 ul.slideshow,
#Box-2 ul.slideshow li { margin: 0; padding: 0; list-style-type: none; }

#Box-2 #Front-image .slideshow li {
    position: absolute;
    top: 0;
    left: 0;
}

#Containers .container {
    float: left;
    width: 242px;
    margin: 0 10px;
    padding: 35px 12px 10px;
    text-align: center;
    overflow: hidden;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

html>body #Containers .container {
    /* Set the real margins, hidden from IE/Win: */
    margin: 0 20px 0 0;
}

#Containers #Left { background: #fff url(../images/red-base-tile.png) top center no-repeat; }

#Containers #Right { background: #fff url(../images/gold-base-tile.png) top center no-repeat; }

#Containers #Center { background: #fff url(../images/blue-base-tile.png) top center no-repeat; }


#notice {
	margin-bottom: 2em;
	padding: .6em;
	color: #e00000;
    border-top: 1px solid rgb(224, 208, 177);
	background: rgb(246, 241, 222);
    font-size: 1.5em;
	text-align: center;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/* ============ */
/* = Products = */
/* ============ */

.product {
	height: 50px;
	margin-bottom: 3px;
	padding: 2px;
	background-color: #fff;
}

a.product {
    display: block;
    text-decoration: none;
}

a.product:hover {
    background-color: #d7d3c2;
}

.product img {
	float: left;
}

.product .title {
	margin-left: 55px;
	color: #000;
	line-height: 1.1em;
}

.product h1 {
	color: #000;
	margin-bottom: .2em;
	font-size: 12px;
}

.product h1 a {
	color: #000;
	text-decoration: none;
}

.product h1 a:hover {
	text-decoration: underline;
}

a:hover img { filter: alpha(opacity = 90); -moz-opacity: .9; opacity: .9; }

/* ======== */
/* = Tabs = */
/* ======== */

ul.tabs {
    height: 30px;
    margin: 0;
    border-bottom: 10px solid rgb(237, 232, 187);
    padding: 0 0 0 10px;
    list-style: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
}

ul.tabs li {
    float: left;
    margin-right: 2px;
    padding: 0;
}

ul.tabs li span,
ul.tabs li a {
    display: block;
    margin: 0;
    padding: 8px 12px;
    color: #996633;
    text-decoration: none;
}

ul.tabs li span {
    background-color: rgb(237, 232, 187);
}

ul.tabs li a {
    background-color: rgb(247, 242, 215);
}

ul.tabs li a:hover {
    background-color: #d7d3c2;
}

/* ========== */
/* = Errors = */
/* ========== */

.fieldWithErrors * {
    border: 2px solid #c14d00;
}

.formError { color: #c14d00;}

#errorExplanation {
  width: 400px;
  border: 2px solid #c14d00;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #ffc;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c14d00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul { margin-left: 40px; }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
