/* 
    Document   : styles
    Created on : 2010-03-17, 21:27:26
    Author     : Marceli
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.cl {clear: both;}
#content { background:  url('../gfx/background.jpg') no-repeat; margin: 0 auto;width: 790px;padding:0px 30px 0px 0px}
.content { width: 550px; margin:0 auto;border:1px dotted #ccc; font-family: Verdana,Tahoma,Arial; font-size: 12px;padding:10px}
.content label {display: block; width: 200px;float:left;padding:8px 0px 7px 8px;font-weight: 700}
.content div {border-bottom: 1px solid #ccc;}
.content div.last {border:none;}
.content div.mark {background: #f1f1f1;}
.content div.mark_blue {background: #abcdef;}
.content input, .content select { margin:4px 0px 4px 0px;border: 1px solid #999;padding:3px}
.content input { text-align: right}
.long { width: 280px}
.zip { width: 60px;}
.size_x,.size_y,.size_z { width: 50px}
.content .notice {font-size:10px;color:#ff0000;}
.content h3 {font-size:18px;border-bottom: 1px solid #ccc;margin:0 0 0px;padding:0px 0px 3px}
.client input {text-align: left;}
#summary {border:1px solid #abcdef;padding:5px ;margin:10px 0px 0px;width:505px;}
#category {width:300px}
#order {float:right}

.hide { display:none;}
.msg {color:#000;margin:5px 0px 5px;padding:8px 10px 8px 10px; }
.msg h3 {font-size:12px;font-weight: 700;padding: 0px 25px}
.error { border:1px solid #f08a73;background: #ffe3df; }
.error h3 { background: url('../gfx/icon_error.png') no-repeat 0 center; height: 16px;border-bottom: none;}
