body {
    margin: 22px 0 100px;
    background: #fff url(../../images/bg/ai_bg.png) repeat center top;
    background-attachment: fixed;
    
    font-family: Arial, sans-serif;
    
    color: #666;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover {
    opacity: 0.8;
	filter:alpha(opacity=80);
	text-decoration: underline;
}

h1, h2, h3 {
    margin: 0;
    color: #333;
}
h1 {
    margin-bottom: 15px;
    line-height: 32px;
}

img {
    border: none;
}


/* identified elements */
#head,
#container,
#xmas {
    margin: 0 auto;
    width: 960px;
    
    border: 20px solid #454545;
    
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
}
#head div,
#content {
    background: rgb(221,221,221);
    background: rgba(221,221,221,0.5);
    border: 1px solid #999;
    padding: 30px;
    overflow: hidden;
    _zoom: 1;
    
    font-size: 0.875em; 
}

#head {
    margin-bottom: 16px;
}
#head div {
    padding: 20px 30px;
}
#head div a:hover {
    opacity: 1.0;
    filter:alpha(opacity=100);
}

#main {
    float: left;
    width: 560px;
    
}
#support {
    float: right;
    width: 300px;

    border-left: 2px solid #666;
    padding-left: 20px;
}


/* class names */

/* main col */
dl.prices {
    font-family: Georgia, Times, serif;
    margin-left: 30px;
    color: #333;
}
dl.prices dt {
    float: left;
    width: 100px;
}
dl.prices dd {
    font-weight: bold;
    margin-bottom: 5px;
}

div.multiImage {
    width: 100px;
}
a.productInline img {
    float: left;
    margin: 14px 10px 0 0;
}

form {
    padding-top: 5px;
}
form fieldset {
    border: 0;
    margin: 10px 0 0;
    padding: 0;
}
form fieldset.additional {
    margin-bottom: 10px;
}
form input,
form select {
    font-family: Arial, sans-serif;
    font-size: 1em;
}

form fieldset div {
    margin: 0 0 10px;
    overflow: hidden;
    _zoom: 1;
}
form fieldset div label {
    float: left;
    width: 220px;
    line-height: 27px;
}
form fieldset.additional div img {
    float: left;
    margin-right: 10px;
}
form fieldset.additional div label {
    width: 251px;
}
form fieldset.additional div label a {
    display: block;
}
#main p strong,
form fieldset.additional div label strong {
    font-family: Georgia, Times, serif;
    color: #333;
}

form fieldset.additional textarea {
    clear: left;
    width: 400px;
}
body.js form fieldset.additional textarea {
    display: none;
}

form fieldset div label span {
    font-size: 0.7857em;
}
form fieldset div input {
    width: 318px;
}

form fieldset h3 {
    font-size: 1em;
    margin-bottom: 10px;
}


form table {
    width: 100%;
    margin: 10px 0 0;
}
form table thead th {
    color: #333;
    font-family: Georgia, Times, serif;
    text-align: left;
    padding: 3px 0;
}
form table tbody td {
    padding: 3px;
}
form table tbody td.name input {
    width: 180px;
}
form table tbody td.size input {
    width: 110px;
}
form table tbody td.remove a {
    color: #999;
}
form table tr.complete td {
    background-color: rgba(0,153,0,0.3);
}
form table tr.complete td:last-child {
    background-color: transparent;
}

div.buttons {
    overflow: hidden;
    _zoom: 1;
    
    margin: 5px 16px 10px 0;
}   
div.buttons button {
    border: none;
    padding: 5px;
    font-family: Georgia, Times, serif;
    float: right;
    font-style: italic;
    padding: 3px 8px;
    cursor: pointer;
    
    border-radius: 9px;    
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
div.buttons button:hover {
    opacity: 0.8;
	filter:alpha(opacity=80);
}
div.buttons #new {
    border: 1px solid #999;
    font-size: 0.7857em;
}
div.buttons button.submit {
    font-size: 1em;
    border: 1px solid #333;
    background-color: #090;
    color: #fff;
}
div.buttons span.estimate {
    float: right;
    line-height: 32px;
    margin-right: 10px;
}
div.buttons span.estimate strong {
    font-family: Georgia, Times, serif;
    color: #333;
}

p.footnote {
    font-size: 0.8571em;
}

/* support col */
ul.artwork,
ul.samples {
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none;
}
ul.artwork li {
    margin-bottom: 6px;
}
ul.samples li {
    margin-bottom: 10px;
}
ul.artwork strong {
    display: block;
    color: #333;
}

ul.samples a img {
    display: block;
}
ul.samples em {
    font-size: 0.7857em;
}

/* progress */

div.progress {
    clear: both;
    padding-top: 10px;
}
div.progress h2 {
    border-top: 2px solid #666;
    padding-top: 10px;
}

div.progress div.progressContainer {
    width: 898px;

    overflow: hidden;
    _zoom: 1;
}

div.progress ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 1200px;    
}
div.progress ul li {
    float: left;
    
    border: 2px solid;
    margin-right: 10px;    
    width: 110px;
    height: 150px;
    padding: 10px 0;
    
    text-align: center;
    font-family: Georgia, Times, serif;
    
    color: #aaa;    
}
div.progress ul li.delivered {
    color: #090;
    background: #9c9;
    background: rgba(0,153,0,0.3);
}
div.progress ul li.painting {
    color: #696;
    background: #589958;
    background: rgba(88,153,88,0.3);
}
div.progress ul li.etching {
    color: #c90;
    background: #db9;
    background: rgba(204,102,0,0.2);
}
div.progress ul li.finalising {
    color: #c60;
    background: #db9;
    background: rgba(204,102,0,0.3);
}
div.progress ul li.active {
    color: #c00;
    position: relative;
}
div.progress ul li.active span {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 110px;

    background: #c99;
    background: rgba(153,0,0,0.3);
}

dl.shows dt {
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
dl.shows dd {
	margin-bottom: 0.3em;
	margin-left: 0.5em;
}

/* footer */

ul.footer {
    font-size: 0.8571em;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
    
    overflow: hidden;
    _zoom: 1;
}
ul.footer li {
    float: left;
    margin-right: 20px;
}
ul.footer li a {
    color: #666;
}


/* misc */

span.new {
    color: #c00;
}

div.error {
    font-size: 0.7857em;
    color: #c00;
    background: #d2bfbf;
    background: rgba(192,0,0,.1);
    border: 1px solid;
    padding: 5px;
    margin-right: 17px;
    
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#v {
    position: fixed;
    right: 0;
    top: 0;
    padding: 5px;
    font-size: 0.75em;
}

#xmas {
    margin-bottom: 16px;
    border-color: #600;
}
#xmas p {
    padding: 1em;
    margin: 0;
    text-align: center;
    color: #900;
}

