/* -------------------------------------------------------
* Filename    screen.css
* Updated     2010-03-02
* Author      Dariusz Pobożniak
* Author URI  http://pobozniak.pl
------------------------------------------------------- */

body {
    background: #c9c9c9 url(../gfx/bgBody.gif) 0 0 repeat;
    color: #000;
    font: normal 62.5%/170% Verdana, Arial, Helvetica, sans-serif;
}
body, html { height: 100%; }
a { color: #3c3c3c; text-decoration: none; }
button { cursor: pointer; }
strong { font-weight: bold; }
em { font-style: italic; }
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}
input, textarea, select { font: 12px Verdana, Arial, Helvetica, sans-serif; }
h3, #bskstep p, .total span, button .text { font-size: 18px; }
#toppanel:after, #pagetitle:after, #pagetitle .content:after, #container:after, #footer:after
{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
h2, h3, #bskstep p, .total span, button .text {
    font-family: "Trajan Pro", "Trebuchet MS";
}
#toppanel, #pagetitle .content, #footer div.content, #container, #alertbox {
    margin: 0 auto;
    width: 940px;
}
#wrapper { font-size: 14px; min-height: 100%; }
* html #wrapper { height: 100%; }

#toppanel {
    border-right: 1px solid #fff;
    border-left: 1px solid #a9a9a9;
    width: 939px;
}
    #toppanel div, #toppanel form {
        border-left: 1px solid #fff;
        border-right: 1px solid #a9a9a9;
    	float: left;
    	height: 90px;
    	padding: 15px;
    	position: relative;
    	width: 281px;
    }
        #toppanel h3 { font-size: 18px; }
        #toppanel p { bottom: 15px; left: 15px; position: absolute; width: 281px; }
        #toppanel input {
            background: #f1f1f1;
            -moz-box-shadow: 1px 1px 2px #c2c2c2 inset;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
			float: left;
            font-size: 12px;
            padding: 5px 8px 4px;
            width: 195px;
        }
        #toppanel a, #toppanel button { float: right; height: 23px; }
		#toppanel button { margin-top: 1px; }
        #toppanel a:hover, #toppanel button:hover, .pagin .active:hover, 
        .send button:hover .btn, #loginform button:hover, .go button:hover {
            background: #3c3c3c;
        }
        #toppanel a, #toppanel button, .pagin .active, .pagin .inactive, #loginform button, .btn  {
            color: #fff;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            box-shadow: 1px 1px 1px #3c3c3c inset, 1px 1px 1px #fff;
            -moz-box-shadow: 1px 1px 1px #3c3c3c inset, 1px 1px 1px #fff;
            -webkit-box-shadow: 1px 1px 1px #3c3c3c inset, 1px 1px 1px #fff;
            float: right;
            line-height: 21px;
            padding: 0 8px;
            text-align: right;
        }
h2 {
    background-image: url(../gfx/bgSubnav.png);
    color: #fff;
    font-size: 24px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    width: 100%;
}
        
#pagetitle {
    background: url(../gfx/lineHor.gif) 0 100% repeat-x;
    clear: both;
    line-height: 50px;
    margin-bottom: 1em;
}
    #pagetitle h3 { float: left; width: auto; }
    #pagetitle input { margin-left: 20px; }
    #pagetitle .pagin {
        display: block;
        float: right;
        text-align: right;
    }
        .pagin .active, .pagin .inactive { float: none; padding: 2px 7px; }
        .pagin .active { cursor: pointer; }
        .pagin .next { padding-left: 25px; text-align: right; }
        .pagin .prev { padding-right: 25px; }
        #pagetitle .pagin .prev { margin-left: 10px; }
        .pagin .inactive { background: #b4b4b4; cursor: default; }
        
    .back {
    	background: url(../gfx/ico_back.png) 0 50% no-repeat;
    	cursor: pointer;
    	padding-left: 25px;
    }
    #pagetitle .back { float: right; }


#footer {
    background: #3c3c3c url(../gfx/bgFooter.gif) 0 0 repeat-x;
    bottom: 0;
    color: #797979;
    font-size: 12px;
    height: 60px;
    margin-top: -94px;
    left: 0;
    padding: 17px 0;
    position: relative; 
    text-align: right;
    width: 100%;
}
    #footer .copy { float: left; }
    #footer a { color: #797979; }
    #footer a:hover { color: #fff; }

#container {
    overflow: hidden;
    padding-bottom: 150px; 
    width: 960px; 
}
#container a:hover, #contactbox a:hover { color: #6c6c6c; }
#loginlogo, #loginform, #loginform fieldset, #contactdata, #contactdata .details, #bskstep, 
#basketform fieldset, #gallist, #photo, #photo dl, #printtypes
{ background: url(../gfx/lineHor.gif) 0 100% repeat-x; }

#gallist { float: left; padding: 5px 0 15px; width: 960px; }
#gallist li { cursor: pointer; padding: 4px; margin: 6px; }
#gallist li, #gallist li img { display: inline; float: left; }
#scrollable .hide, #scrollable #gallist .hidden { display: none; }
#scrollable .visible { /* display: block; */ }


/* BASKET */
#basketform fieldset { clear: both; padding: 20px 80px; width: 800px; }
.prodlist, #deliverytypes { margin: 1em 0 3px; width: 100%; }
.prodlist th, #deliverytypes th { font-weight: bold; }
.prodlist th, .prodlist td { padding: 10px; text-align: center; vertical-align: middle; }
#deliverytypes tr:first-child td, #deliverytypes tr:first-child th { background-color: #e9e9e9; }
.prodlist tbody tr:nth-child(2n), #deliverytypes tr:first-child { background-color: rgba(255,255,255,.3); }
.prodlist .t2 { width: 70px; }
.prodlist .t5, .prodlist .t7 { text-align: right; }
.prodlist .t6 { width: 120px; }
.prodlist .t8 { width: 40px; }
.prodlist input, .prodlist .plus, .prodlist .minus { display: inline; float: left; }
.prodlist input { text-align: center; width: 35px; }
.prodlist .delete, .prodlist .plus, .prodlist .minus {
    cursor: pointer;
	display: block;
	height: 17px;
	overflow: hidden;
	text-indent: -9999em;
	width: 17px;
}
.prodlist .delete { background: url(../gfx/ico_delete.png) 50% 0 no-repeat; width: 100%; }
.prodlist .plus { background: url(../gfx/ico_plus.png) 50% 0 no-repeat; }
.prodlist .minus { background: url(../gfx/ico_minus.png) 50% 0 no-repeat; margin-left: 27px; }
#bskstep { float: left; padding: 2em 0; width: 100%; }
#bskstep p {
	height: 37px; 
	line-height: 37px; 
	margin: 0 auto; 
	padding: 0 10px; 
	width: 320px;
	-moz-border-radius: 4px;
}
#bskstep a:hover { color: #fff; }
#bskstep p * { color: #fff; float: left; margin: 0 10px; text-align: center; width: 140px; }
#bskstep .step1, #bskstep .step2 {
    box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 1px 1px 1px #fff; 
    background-repeat: no-repeat; 
}
#bskstep .step1 { background-image: url(../gfx/bgBskStep1.png); background-position: 100% 50%; }
#bskstep .step2 { background-image: url(../gfx/bgBskStep2.png); background-position: 0 50%; }
#switchview {
	background: #3b3c3c;
    border: 1px solid #3b3c3c;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
	float: right;
	height: 21px;
	width: 59px;
}
#switchview.view1 { background: #3b3c3c url(../gfx/bgSwitch1.gif) 35px 50% no-repeat; }
#switchview.view2 { background: #3b3c3c url(../gfx/bgSwitch2.gif) 10px 50% no-repeat; }
#switchview span {
    background: #dbdbdb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	display: block; 
	height: 21px; 
	position: relative; 
	width: 27px;
}
#basketform .sum, #basketform .delivery, #basketform .total { line-height: 45px; padding: 0 10px; text-align: right; }
#basketform .sum { font-size: 110%; font-weight: bold; }
#basketform .delivery {
    border-color: #e0e0e0;
    border-color: rgba(255,255,255,.3);
    border-width: 2px 0;
	border-style: solid;
	font-size: 16px;
}
#basketform .total { background-color: #e0e0e0; }
#basketform .total {
    background-color: rgba(255,255,255,.3); 
    float: right;
    padding: 0 15px; 
}
#basketform .total span { font-size: 130%; padding-left: 10px; }
#basketform .send { float: right; margin-top: 1.5em; width: 100%; }
#basketform .input, #basketform textarea, #pricelist input { background: #fff; }
#basketform .input, #basketform textarea {
    background: #fff;
	border: 1px solid #838383;
	float: left;
	padding: 4px 10px;
	width: 370px;
}
#basketform select { width: 390px; }
#basketform .error .input { border: 1px solid red; }
#basketform td.error label { color: red; }
textarea { overflow: auto; }
.input:focus, textarea:focus { border: 1px solid #3c3c3c; }
#basketform .line label { 
    float: left;
    line-height: 23px;
    margin-right: 20px; 
    text-align: right; 
    width: 230px;
}
#basketform .line, #basketform .line div { float: left; padding: .2em 0; width: 100%; }
#basketform .line { padding-bottom: 2em; }
#deliverytypes td, #deliverytypes th { padding: 10px; text-align: left; }
#deliverytypes tr:first-child td, #deliverytypes tr:first-child th {
	padding: 20px 10px;
}
#basketform .send { padding: 30px 0; text-align: center; }
.send button { padding: 9px 0; }
.send .btn { float: none; margin-left: 10px; padding: 9px 22px; }
#step1, #step2 { clear: both; }
#emptyflds { color: red; display: none; position: relative; top: -30px; }


/* PHOTO */
#photo { float: left; padding: 0 10px; }
#photo .back { margin-bottom: 1em; }
#photo .pagin { clear: both; padding: 15px 0; text-align: center; }
#photo #big { 
    float: left; 
    height: 410px; 
    line-height: 410px; 
    margin-right: 20px; 
    overflow: hidden; 
    text-align: center; 
    width: 620px; 
}
#photo #big img { vertical-align: middle; }
#photo #printtypes { float: right; min-height: 370px; padding-bottom: 40px; position: relative; width: 300px; }
#photo dl { background-position: 0 8px; }
#photo dt span { background: url(../gfx/bgBody.gif); font-weight: bold; padding-right: 10px; }
#printtypes dl, #printtypes dd { float: left; margin: 1px 0; width: 100%; }
#printtypes dt { margin-bottom: 3px; }
#printtypes dd { font-size: 12px; }
#printtypes .p1, #printtypes .p2, #printtypes input, #printtypes .btn {
	float: left;
}
#printtypes .p1 { width: 150px; }
#printtypes .p2 { font-weight: bold; padding-right: 10px; text-align: center; width: 60px; }
#printtypes input { font-size: 16px; text-align: right; width: 30px; }
#printtypes dl .btn { 
    background-image: url(../gfx/bgPrinttypesLine.png); 
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    float: right;
    padding: 0;
    text-align: center;
    width: 38px; 
}
#printtypes .btn span { cursor: pointer; padding: 0 4px; }
#printtypes .btn .minus { padding-left: 6px; }
#printtypes #imgbasketmsg { bottom: 10px; display: none; left: 0; position: absolute; text-align: center; width: 100%; }
#printtypes .go { 
    background: url(../gfx/bgBody.gif); 
    bottom: -1px; 
    padding-left: 10px; 
    position: absolute; 
    right: 0; 
}
#printtypes button { padding: 3px 8px; }
#printtypes .sinfo { float: right; font-size: 13px; margin-right: 4px; }


/* LOGIN */
#loginlogo {
	height: 155px;
	line-height: 155px;
	margin-bottom: 6px;
	padding-bottom: 35px;
	text-align: center;
	width: 100%;
}
#loginlogo img { vertical-align: bottom; }
#loginform, #contactdata { background-position: 0 0; margin: 6px auto 0; width: 100%; }
#loginform fieldset, #contactdata .details {
    margin: 0 auto 0;
    padding: 25px 160px 30px;
    width: 300px;
}
#loginform p { float: left; font-size: 1.4em; margin: 3px 0; width: 100%; }
#loginform label { display: block; margin-bottom: 20px; text-align: center; }
#loginform input {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 1px 1px 1px #838383 inset, 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #838383 inset, 1px 1px 1px #fff;
    -webkit-box-shadow: 1px 1px 1px #838383 inset, 1px 1px 1px #fff;
    background: #a7a7a7;
    color: #000;
    float: left;
    padding: 8px 8px 9px;
    width: 215px;
}
#loginform button {
    height: 32px;
	padding: 0;
	text-align: center;
	width: 55px;
}
#contactdata .details { font-size: 1.4em; padding: 25px 10px 30px; text-align: center; width: 600px; }
#contactdata p { margin: 1em 0; }
#contactdata a:hover { text-decoration: underline; }


/* MODAL CONTACT */
#contactboxwr { display: none; }
#contactbox {
    background: url(../gfx/lineVer1.gif) 50% 0 repeat-y;
    color: #3c3c3c;
    display: table;
    font-size: 120%;
    margin: 20px;
    width: 620px;
}
#contactbox dt, #contactbox dd { 
    display: table-cell; 
    padding: 15px 10px 25px 0; 
    vertical-align: middle;
    width: 280px; 
}
#contactbox dt { text-align: center; }
#contactbox dd { padding: 15px 0 15px 30px; }
#contactbox p { margin: 1em 0; }

/* ALERTS */
#alertbox { text-align: center; margin-top: 10px; margin-bottom: 40px; }
#alertbox .positive , #alertbox .negative { font-size: 1.1em; line-height: 30px; text-align: center; }
#alertbox div p { display: inline; padding: 2px 0 2px 30px; }
#alertbox .positive p { background: url(../gfx/ico_positive.png) 0 50% no-repeat; }
#alertbox .negative p { background: url(../gfx/ico_negative.png) 0 50% no-repeat; }


