
/**
 * Reset browser default settings. Do not reset settings for those elements,
 * which are not later defined in typo.css or forms.css.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Block elements */
body, p, pre { /* blockquote */
    margin: 0;
    padding: 0;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: normal;
}


/* Lists */
dl, dt, dd, ul, ol, li {
    margin: 0;
    padding: 0;
}
ol, ul {
    list-style: none;
}


/* Misc */
a {
    outline: none;
}
img, iframe {
    border: none;
}


/* Tables */
th, td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
}


/* Forms */
form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}
fieldset {
    border: none;
}
input, textarea, select {
    font-size: 1em;
    font-family: inherit;
}


/* Inline elements */
/*
address, cite, code, dfn, em, strong, var {
    font-style: normal;
    font-weight: normal;
}
abbr, acronym {
    border: 0;
}
*/
/**
 * Tools:
 *   - easy clearing method
 *   - replace (useful for screen readers)
 *   - accessibility (useful for screen readers)
 *
 * @package    themes
 * @subpackage default2
 */

/* clearing */
.stretch,
.clear {
    clear: both;
    height: 1px;
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix { /* make method ie7 compatible */
    #display: inline-block;
}
* html .clearfix {
    /* Hides from IE-mac \*/
	height: 1%;
	display: block; /* restore block display for ie6 */
	/* End hide from IE-mac */
}
/* end clearing */


/* replace */
.replace {
    display: block;

	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
}
/* tidy these up */
.replace * {
    text-indent: -10000px;
    display: block;

    background-repeat: no-repeat;
    background-position: left top;
    background-color: transparent;
}
    .replace a {
		text-indent: 0;
	}
        .replace a span {
            text-indent: -10000px;
        }
/* end replace */


/* accessibility */
span.accesskey {
    text-decoration: none;
}
.accessibility {
    position: absolute;
    top: -9999em;
    left: -9999em;
}
/* end accessibility */


/* hide */
.hide {
    display: none;
}
/**
 * Typography.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Blocks */
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    line-height: 1em;
    color: #fff;
}
p {
    margin-bottom: 0.7em;
    font-size: 1em;
    line-height: 1.1em;
}
pre { /* blockquote */
    margin-bottom: 1em;
    border: 1px solid #666;
    border-left: 5px solid #666;
    padding: 1em;
    background-color: #eee;
    font-family: monospace;
    font-size: 1em;
}
/* END blocks */


/* Headings */
h1 {
    margin-bottom: 1em;
    padding-bottom: 40px;
	padding-top:5px;
    font-size: 14px;
    font-weight: bold;
    color: #9C2263;
}
h2 {
    margin-bottom: 0.5em;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.3em;
    color: #9C2263;
}

h3 {
    margin-bottom: 0.3em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
}
h4 {
    margin-bottom: 0.2em;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1.2em;
    color: #fff;
}
h5 {
    margin-bottom: 0.1em;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.1em;
    color: #fff;
}
h6 {
    margin-bottom: 0.1em;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    color: #fff;
}
/* END headings */


/* Lists */
ul {
	margin: 0 0 0.7em 1em;
    list-style: none outside url(http://www.naia.pl/themes/naia/images/bullets/default2.gif);
    line-height: 1.3em;
}
	
	div#sub ul li {
        margin-left: 15px;
	}


    ul li {
        margin-left: 30px;
	}
ol {
    margin: 0 0 0.7em 1em;
    list-style: outside decimal;
    line-height: 1.3em;
}
    ol li {
        margin-left: 30px;
	}
dl {
    margin-bottom: 0.7em;
    line-height: 1.3em;
}
	dl dt {
	    font-weight: bold;
	}
	dl dd {
        margin-bottom: 0.2em;
		margin-left: 30px;
	}
/* END lists */


/* Links */
a,
a:link,
a:active {
    color: #9f1e64;
    text-decoration: none;
}
a:visited {
    /* color: #184a84; */
}
a:hover {
    text-decoration: underline;
}
/* END links */


/* Misc */
hr {
    display: none;
}
div.hr {
    margin: 1em auto;
    height: 1px;
    background-color: #999;
    line-height: 1px;
}
/**
 * Forms.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Fieldset / legend */
fieldset {
    margin-bottom: 0.6em;
    padding: 1em 0 0.5em;
    #padding-top: 0; /* fix MSIE fieldsetPadding behaviour */
}
fieldset.noLegend {
    padding-top: 0;
}
fieldset.hr {
    border-top: 1px solid black;
}
fieldset.lastChild {
    margin-bottom: 0;
    padding-bottom: 0;
}
    fieldset legend {
        #margin-bottom: 0.8em; /* fix MSIE behaviour */
        #margin-left: -7px;
        #padding-bottom: 0.2em;

        padding-right: 0.5em;
        font-weight: bold;
        font-size: 1.1em;
        color: #333;
    }



/* Form elements */
input.text, select, textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #7c7c7c #c3c3c3 #ddd #c3c3c3;
    width: 170px;
    padding: 2px;
    background: #fff url(http://www.naia.pl/themes/naia/images/bg/form_input_m.gif) repeat-x left top;
    font-size: 0.9em;
    color: #666;
}
textarea {
    height: 6em;
}
label {
    color: #333;
}
label#newsletteraction {
    color: #fff;
}


/* Ordered list for displaying form elements */
form fieldset ol {
    margin: 0;
    list-style: none;
    line-height: 1em;
}
    form fieldset ol li {
        clear: left;
        margin: 0;
        padding-bottom: 0.6em;
        padding-left: 160px;
            }
        form fieldset ol li div {
                        #display: inline; /* fix MSIE */
            margin-bottom: 0;
        }
        form fieldset ol li label {
            float: left;
            margin-left: -160px;
            width: 140px;
            text-align: right;
        }
        form fieldset ol li p { /* field comments */
            margin-top: 0.2em;
            margin-bottom: 0;
            font-size: 0.9em;
        }
        form fieldset ol li p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #BA110C;
        }
        form p.error { /* field error */
            margin-top: 0;
            margin-bottom: 0.3em;
            color: #BA110C;
        }


/* Fields on top */
form fieldset ol.onTop {
}
    form fieldset ol.onTop li {
        clear: none;
        padding-left: 0;
            }
        
        form fieldset ol.onTop li label {
            float: none;
            display: block;
            margin-left: 0;
            margin-bottom: 0.2em;
            width: auto;
            text-align: left;
        }


/* Additional */
form em {
    font-style: normal;
    color: #f00;
}
form div,
form p {
    margin-bottom: 0.6em;
}
form .fieldIndent {
    margin-left: 160px;
}


/* No forms layout */
div.fieldsetlike {
    padding-bottom: 0.6em;
}
    div.fieldsetlike h3 {
        margin-bottom: 0.6em;
        font-weight: bold;
        font-size: 1.1em;
        line-height: 1.1em;
        color: #333;
    }
    div.fieldsetlike dl {
        margin-left: 160px;
        margin-bottom: 0;
        line-height: 1em;
    }
        div.fieldsetlike dl dt {
            float: left;
            display: inline;

            /*overflow: hidden;*/ /* one row label only */
            height: 1.2em;

            margin-left: -160px;
            width: 140px;
            text-align: right;
            font-weight: normal;
            color: #333;
        }
        div.fieldsetlike dl dd {
            margin-left: 0;
            margin-bottom: 0.4em;

            min-height: 1.2em;
            _height: 1.2em; /* min height for ie6 */

            padding-bottom: 0.2em; /* fix MSIE bug */
            color: #666;
        }
/* END no forms layout */
.wide_field{
	width: 100%;
}

/**
 * Site specific layout.
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

html { /* inforces screen to show scrollbar */
    height: 100%;
    margin-bottom: 1px;
}
body {
    padding-bottom: 10px;
    /* background: #bbb url(http://www.naia.pl/themes/naia/images/bg/body.gif) repeat left top; */
	background: #e2e2e2;
}


/* Wrappers */
div#wrapper-outer {
    margin: 40px auto 0;
    width: 1000px;
}
div#wrapper-inner {
    padding: 0 2px 2px;
    /*background-color: #fff;*/
}


/* Header */
div#header {
    /*border-bottom: 2px solid #fff;*/
    padding-right: 20px;
    /*background: url(http://www.naia.pl/themes/naia/images/bg/header_tr.gif) no-repeat right top;*/
}

/* END header */


/* Footer */
div#footer {
	text-align:right;
	font-size:10px;
	color:#999;
    /*background: url(http://www.naia.pl/themes/naia/images/bg/footer_br.gif) no-repeat right bottom;*/
}
   
/* END footer */


/* Content */
div#content {
    /*background-color: #fff;
    background-image: url(http://www.naia.pl/themes/naia/images/bg/column_tm.gif);
    background-repeat: repeat-x;*/
}

    /* Main */
    div#main {
        min-height: 350px;
        _height: 350px;  /* min height for ie6 */
        padding: 0.6em 10px 5px;
        background:#bdbdbd url(http://www.naia.pl/themes/naia/images/naia/bgcontent.jpg) no-repeat left top;
		
		/*border:solid 1px #F00;*/
    }
	
	
	div#main-home {
        min-height: 250px;
        _height: 250px;  /* min height for ie6 */

    }
	
	div#main-home img, div#main-home p {
		padding:0px;
		margin:0px;

    }
	
	 div#main-home .message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    div#main-home .message p.message-error {
        border-color: #FF0055;
		background-color:#FDE0DF;
        color: #FF0055;
    }
    div#main-home .message p.message-info {
        border-color: #228111;
        color: #228111;
		background-color:#CFF8C8;
    }
    div#main-home .message p.message-warning {
        border-color: #EB7907;
        color: #EB7907;
		background-color:#FEF5E2;
    }
    /* PEAR */
    div#main-home .message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div#main-home .message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
	
	
	
	
	
	
	
	
	
	
	

    /* Sub */
    div#sub {
        padding: 4px 4px 4px 0;
    }
        div#sub div.inner {
            /*border: 1px solid #bbb;*/
            padding: 0em 5px 5px;
        }

    /* Local */
    div#local {
        padding-top: 0.8em;
    }
	
	
	div#cityline {
		background:url(http://www.naia.pl/themes/naia/images/naia/miasto.png) no-repeat left bottom;		
		overflow:hidden;
		padding: 25px 0 0 0;
	}
	
	
/* END content */


/* Left/right blocks */
div.block {
    margin-bottom: 1.5em;
}
    div.block h2 {
        margin: 0 10px 8px;
        border-bottom: 1px solid #9C2263;
        padding-bottom: 0.4em;
        font-size: 1.1em;
        color: #9C2263;
    }
    div.block div.content {
        padding: 0.4em 10px;
        font-size: 0.9em;
    }
/* END left/right blocks */



div#produktTabs {
	padding-bottom:3px;
	
}


div#produktTabs #tab_header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
div#produktTabs #tab_header li {
		float: left;
		margin: 2px;
		margin-left:0px;
		margin-bottom:0px;
    }
    
div#produktTabs #tab_header a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #333;
		text-align: center;
    }
	
div#produktTabs #tab_header a:hover {
		background: #CDC1CA;
		color:#FFF;
	}

div#produktTabs #tab_header a.selected {
		background: #BDAEB9;
		color:#FFF;
	}
	
	
	div#produktTabs #tab_header2 ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	div#produktTabs #tab_header2 li {
			float: left;
			margin: 2px;
			margin-left:0px;
			margin-bottom:0px;
		}
		
	div#produktTabs #tab_header2 a {
			text-decoration: none;
			display: block;
			background: #eee;
			padding: 0.24em 1em;
			color: #333;
			text-align: center;
		}
	
	
	
	
	
		
div#produktTabs #tab_content {
		clear: both;
		padding: 1em;
		background: #BDAEB9;
	}
	
	div#produktTabs #tab_content2 {
		clear: both;
		padding: 1em;
		background: #EEEEEE;
	}


.pager table{
	margin: 5px auto;
}

/*#####    PAGINACJA     #####*/
div.pager {
	font-size: 9px;
	padding:3px;
	margin:3px;
	text-align:right;
}

div.pager a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border-bottom: 1px solid #dfddda;
	border-right: 1px solid #dfddda;
	text-decoration: none;
	color: #74746c;
	background: #e7e7e7;
}

div.pager a:hover, div.pager a:active {
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #730821;
	border-right: 1px solid #730821;
	color: #FFF;
	/* background: #8a1221; */
	background: #9C9C9C;	
}

div.pager span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
/*	background: #8a1221 ;*/
  background: #A82263;
	border-bottom: 1px solid #730821;
	border-right: 1px solid #730821;
	color: #FFF;
}

div.pager span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}
/*#####    KONIEC PAGINACJI     #####*/

/*##### BLOK Z WIDGETEM FACEBOOKA #####*/
/*
#facebook_widget {
        border: none; 
        overflow: hidden; 
        width: 200px;
        height: 587px;
        margin: 0 auto;
}
*/

/*##### KONIEC WIDGETU FACEBOOKA #####*/

/**
 * Blocks.
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Logout */
div#block-logout {
}
    div#block-logout strong {
        color: #666;
        color: #333;
    }
    div#block-logout em {
        font-style: normal;
    }


/* Lang switcher */
div#langSwitcher {
    float: right;
}
    div#langSwitcher a {
        float: left;
        margin-left: 15px;
    }
        div#langSwitcher a img {
            display: block;
        }


/* Breadcrumbs */
#breadcrumbs {
    margin: 0;
    float: left;
}
    #breadcrumbs a {
        font-weight: bold;
        color: #66A326;
    }
/**
 * Common.
 *   - error messages
 *   - debug panel
 *   - tooltips
 *
 * @package    themes
 * @subpackage default2
 * @author     Julien Casanova <julien_casanova@yahoo.fr>
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */

/* Messages & errors */
div.message {
    width: 100%;
    margin: 0 auto;
	font-weight:bold;
}
    div.message p {
        margin-bottom: 1em;
        border-width: 2px;
        border-style: solid;
        padding: 0.5em;
        text-align: center;
    }
    div.message p.message-error {
        /*border-color: #FF0055;
		background-color:#FDE0DF;
        color: #FF0055;*/
		border: none;
		color: #BA110C;
		
    }
    div.message p.message-info {
        /*border-color: #228111;
        color: #228111;
		background-color:#CFF8C8;*/
		border: none;
		color: #fff;
    }
    div.message p.message-warning {
        /*border-color: #EB7907;
        color: #EB7907;
		background-color:#FEF5E2;*/
		border:none;
		color: #000;
    }
    /* PEAR */
    div.message p.pear {
        border-top: none;
        border-color: #f30;
        text-align: left;
    }
    div.message h4 {
        border: 2px solid #f30;
        border-bottom: none;
        margin-bottom: 0;
        padding: 0.5em;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.3em;
        font-size: 1.1em;
        font-weight: bold;
        color: #f30;
    }
div#broadcastMessage {
    position: absolute;
    z-index: 300;
    left: 30px;
    top: 30px;
    width: 300px;
    padding: 10px 20px;
    background-color: #ffe9d9;
    color: #333;
}
    div#broadcastMessage a {
        position: absolute;
        right: 5px;
        top: 5px;
    }
#message {
    position: absolute;
    z-index: 200;
    right: 50px;
    top: 15px;
    max-width: 500px;
    overflow: hidden;
}
    #message p {
        margin-bottom: 0;
        padding: 5px 10px;
        text-align: left;
    }
    #message .success {
        background-color: green;
        color: #fff;
    }
    #message .error {
        background-color: red;
        color: #fff;
    }
/* END messages & errors */


/* Debug panel */
div#debugPanel {
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    overflow: auto;
    border: 1px black solid;
    margin: 10px;
    min-width: 150px;
    height: 300px;
    padding: 5px 10px;
    background-color: #808080;
    opacity: 0.9;
    font-size: 0.9em;
    color: #333;
}
    div#debugPanel h3 {
        margin-bottom: 0.5em;
        color: #fff;
    }
    div#debugPanel a {
        color: #ccc;
        text-decoration: none;
    }
    div#debugPanel dl {
        margin-bottom: 0;
    }
        div#debugPanel dl dt {
            margin-bottom: 0.2em;
            font-weight: normal
        }
        div#debugPanel dl dd {
            margin-left: 0;
            margin-bottom: 0.5em;
        }
/* END debug panel */


/* Turn of tooltips */
.tipOwner .tipText {
    display: none;
}
/**
 * - navigation bar at the top
 * - 2 columns (local + main)
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/**
 * - horizontal navigation
 * - toolbar
 *
 * @package    themes
 * @subpackage default2
 * @author     Dmitri Lakachauskis <lakiboy83@gmail.com>
 */


/* Main navigation */
div#nav-main {
    /*border: 1px solid #bbb;*/
    /*background-color: #fff;*/
	font-size:11px;
	padding-top:55px;
}
    div#nav-main div.inner {
        margin-bottom: 2px;
        height: 2.2em;
        /*border: 1px solid #bbb;*/
        border-top: none;
		float:right;
        /*background-color: #eef7d4;*/
    }
    div#nav-main ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main ul li {
            margin: 0;
            float: left;
        }
            div#nav-main ul li a {
                display: block;
                /*border-right: 1px solid #fff;*/
                padding: 0.65em 30px 0.55em;
                /*font-weight: bold;*/
                color: #fff;
            }
            div#nav-main ul li a:hover, div#nav-main ul li.current a {
                /*background-color: #9c0;*/
                color: #fff;
                text-decoration: underline;
            }
/* END main navigation */





/* Main navigation 2 */
div#nav-main2 {
    /*border: 1px solid #bbb;*/
    /*background-color: #fff;*/
	font-size:11px;
	padding-top:90px;
}
    div#nav-main2 div.inner {
        margin-bottom: 2px;
        height: 2.2em;
        /*border: 1px solid #bbb;*/
        border-top: none;
		float:right;
        /*background-color: #eef7d4;*/
    }
    div#nav-main2 ul {
        margin: 0;
        list-style: none;
        line-height: 1em;
    }
        div#nav-main2 ul li {
            margin: 0;
            float: left;
        }
            div#nav-main2 ul li a {
                display: block;
                /*border-right: 1px solid #fff;*/
                padding: 0.65em 30px 0.55em;
                /*font-weight: bold;*/
                color: #fff;
            }
            div#nav-main2 ul li a:hover, div#nav-main2 ul li.current a {
                /*background-color: #9c0;*/
                color: #fff;
                text-decoration: underline;
            }
/* END main navigation 2 */





/* Toolbar */
div#nav-main div#toolbar {
    /*border: 1px solid #bbb;*/
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */
/* Toolbar */
div#nav-main2 div#toolbar {
    /*border: 1px solid #bbb;*/
    margin-bottom: 2px;
    padding: 0.6em;
    height: 1.1em;
    font-size: 0.8em;
}
/* END toolbar */
div#content {
    position: relative;
    /*border: 1px solid #bbb;*/
    /*width: 944px;*/
	width: 1000px;
	
	background:#dedede url(http://www.naia.pl/themes/naia/images/naia/bg.jpg) no-repeat left top;
    /* padding needed for navigation */
    /*padding-top: 4.6em;
    background-position: left 4.6em;*/
	/*
padding-bottom:60px;
*/
}

div#logo {
	position:absolute;
	top:37px;
	left:10px;
	z-index:1;
}

div#blokleft {
	padding-top:130px;
	padding-left:0px;
}

		div#blokleft ul {
			list-style:none;
			list-style-image:none;
		}
		div#blokleft ul li{
			padding:3px;
		}
		
		div#blokleft a {
			color: #fff;
			text-decoration: none;
		}
		
		div#blokleft a:link {
			color: #fff;
			text-decoration: none;
		}
		
		div#blokleft a:active {
			color: #fff;
			text-decoration: none;
		}
		
		div#blokleft  a:visited {
			/* color: #184a84; */
		}
		div#blokleft  a:hover {
			text-decoration: underline;
		}

div#blokleftbottom {
	padding-top: 20px;
	padding-left: 20px;
}


div#main {
    float: left;
    width: 533px;
    display: inline;
	margin-top:140px;
    margin-left: 227px;

}
div#sub {
    float: right;
	margin-top:140px;
    width: 216px;
    display: inline;
}

div#local {
    float: left;
    width: 227px;
    display: inline;
    margin-left: -790px;
}

div#nav-main {
    position:absolute;
    top: 0px;
	left: 0px;
    width: 1000px;
}

div#nav-main2 {
    width: 1000px;
	padding:0px;
	margin:0px;
	/*border:solid 1px #F00*/
}

#newsletter td {
    padding: 5px 10px 5px 0px;
	font-size:13px;
}

.koszyk {
    width: 100%;
	font-size:13px;
}

.koszyk tr {
    background-color: #C2C2C2;
}

.koszyk th {
	padding: 8px;
	font-size:13px;
    background: #D0D0D0;
    color: #9C2263;
    padding: 8px;
    text-align: center;
}

.koszyk td {
    font-weight: bold;
    padding: 3px;
    text-align: center;
}

.koszyk td.podsumowanie {
    text-align: right;
    padding: 8px;
}

.koszyk td a {
    font-weight: normal;
}

#razem, #razem_dk, #wartosc, #wartosc_dk, #koszt_przesylki_dk {
    font-weight: bold;
}

.podsumowanie_kwota td, .dostawa td {
    text-align: left;
}

.ilosc form{
	width: 120px;
	margin: 0 auto;
}
/* ########################################################################## */
.dostawa{
	font-size: 12px;
}
/* ########################################################################## */
.szukaj { 
	margin-left: 20px;
	font-size: 13px;
    
}

.szukaj td{
	padding: 5px 3px 5px 3px;
	margin: 15px;
	font-size: 13px;
}

.szukaj .desc{
	text-align: left;
	padding: 3px;
}
.szukaj select{
	font-size: 12px;
}
/* ########################################################################## */
.uc{
	text-transform:uppercase;
}

.ucb{
	text-transform:uppercase;
	font-weight: bold;
}
/* ########################################################################## */
#etapZamowienia{
		margin: 0 auto;	
		font-size: 12px;
		text-transform: lowercase;
}

#etapZamowienia td{ 
	color: #eee;
	padding:7px; 
	min-width:160px;
	background-color: #C2C2C2;
	font-size: 12px;
}

#etapZamowienia .past a{
	color: #333;
	font-size: 12px;
}

#etapZamowienia .current{
	background-color: #D0D0D0;
	border-bottom: 2px solid #9C2263;
	font-size: 12px;
	color: #9C2263;
	font-weight:bold;
}
/* ########################################################################## */
._left{
	width: 50%;
	text-align: left;
}
._right{
	width: 50%;
	text-align: right;
}
.zamowienie_left{
	float:left;
	width: 75%;
}
	
	.zamowienie_left td{
		padding: 5px; 
		color: #333;
	}
	
	.zamowienie_left .text{
		width: 240px;
	}
	
.zamowienie_right{
	float:left;
	width: 24%;
}
	.zamowienie_right td{
		padding: 10px;
	}
.podsumowanie{
	width: 100%;
	font-size: 11px;
	color: #333;
}
.podsumowanie .header{
	background: #d6d6d6;
}

.podsumowanie .content{
	background: #b7b7b7;
}
/* ########################################################################## */
/*#####  PROCES ZAMOWIENIA   #####*/
/*####  Wybor sposobu realizacji zamowienia #####*/
#klient_typ{
	float: left;
	width: 100%;
}
	#klient_typ div{
		padding: 10px;
	}
	#klient_typ h2{
		font-size: 18px;
	}	
		 
	#klient_typ #bez_zakladania_konta {
		/*
		border-top: 1px solid #9C2263;
*/
		border-right: 1px solid #9C2263;
		width: 30%;
		height: 200px;
		float: left;
	}
	
	#klient_typ #nowy_klient {
		/*
		border-top: 1px solid #9C2263;
*/
		border-right: 1px solid #9C2263;
		float: left;
		height: 200px;
		width:30%;
	}
		
	#klient_typ #logowanie {
		/*
		border-top: 1px solid #9C2263;
*/
		float: left;
		height: 200px;
		width: 30%;
	}
		
		#klient_typ #logowanie table{
			width:100%;
		}
			#klient_typ #logowanie td {
				padding: 5px 0;	
			}
				#klient_typ #logowanie input{
					width:150px;
				}

				#klient_typ #logowanie td._submit{
					text-align: right;
					padding-right: 12px;
				}
	

/* ########################################################################## */
#etapy_zamowienia{
	margin: 0 auto;
}
	#etapy_zamowienia td{
		padding: 8px;
		border-bottom: 3px solid #ffffff;
	}
		#etapy_zamowienia .past{
			border-bottom: 3px solid #9C2263;
		}
		
		#etapy_zamowienia .current{
			background:#D0D0D0;
			border-bottom: 3px solid #9C2263;
		}
		
		#etapy_zamowienia .future{
			border-bottom: 3px solid #ffffff;
		}
	
/* ########################################################################## */
input{
	background: none;
}

.submit_short, 
.submit_medium, 
.submit_wide{
	border: none;
	color: #9C2263;
	height: 30px;
	font-size: 10px;
	font-weight: bold;
	position: relative;
	padding-bottom: 6px;
	text-transform: lowercase;
}

.submit_short{
	background: url(http://www.naia.pl/themes/naia/images/btn/btn_short.png) no-repeat top center; 
	width: 71px;
}

.submit_medium{
	background: url(http://www.naia.pl/themes/naia/images/btn/btn_medium.png) no-repeat top center; 
	width: 106px;
}

.submit_wide{
	background: url(http://www.naia.pl/themes/naia/images/btn/btn_wide.png) no-repeat top center; 
	width: 203px;
}

.wtext{
	background: #fff;
}
/* ########################################################################## */
.podsumowanie_koszyka td,
.podsumowanie_koszyka th{
	padding: 6px;
}

.podsumowanie_koszyka td,
.podsumowanie_koszyka .wartosc_zakupow,
.podsumowanie_koszyka .wartosc_koszt_przesylki,
.podsumowanie_koszyka .calkowita_wartosc_zakupow {
	color: #333;
	font-weight: bold;
}
/* ########################################################################## */
.zamowienie_part table{
	width: 100%;
}
	.zamowienie_part td{
		width: 50%;
	}

/* ########################################################################## */
.koszyk_atrybuty{
	font-size: 11px; 
	font-weight: normal;
	padding: 5px 0;
}
/* ########################################################################## *//* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	padding: 8px;
}

table.tablesorter thead tr .header {
	background-image: url(images/ts_blue/bg.gif);
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
}

table.tablesorter tbody td {
	vertical-align: middle;
	padding: 8px;
}

table.tablesorter tbody tr.odd td {
	background-color: #ECECEC;
} 

table.tablesorter thead tr .headerSortUp {
	background-image: url(images/ts_blue/asc.gif);
	background-color: #D9D9D9;
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(images/ts_blue/desc.gif);
	background-color: #DFDFDF;
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
} 
/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel, div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden;
}

div.rating-cancel, div.rating-cancel a {
    background: url(/images/star/delete.gif) no-repeat 0 -16px
}

div.star-rating, div.star-rating a {
    background: url(/images/star/star.gif) no-repeat 0 0px
}

div.rating-cancel a, div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -16px !important
}

div.star-rating-hover a {
    background-position: 0 -32px
}

/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

/* END jQuery.Rating Plugin CSS */div.light_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_middle {
    background: #fff;
}

div.light_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_content .ppt {
    color: #000;
}

div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right {
    background: #fff;
}

div.light_rounded .pp_content {
    background-color: #fff;
}

div.light_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_rounded #pp_full_res .pp_inline {
    color: #000;
}

div.light_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_middle {
    background: #fff;
}

div.light_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}

div.light_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}

div.dark_rounded .pp_top .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_top .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_rounded .pp_content {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_next:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_rounded .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded .pp_description {
    color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_rounded .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_rounded .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}

div.dark_rounded .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}

div.dark_rounded .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}

div.dark_rounded .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left repeat;
}

div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_square .pp_description {
    color: #fff;
}

div.dark_square .pp_loaderIcon {
    background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}

div.dark_square .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}

div.dark_square .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}

div.dark_square .pp_expand {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.dark_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

div.dark_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.dark_square .pp_arrow_next {
    background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}

div.dark_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.dark_square .pp_next:hover {
    background: url(../images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content {
    background: #fff;
}

div.light_square .pp_content .ppt {
    color: #000;
}

div.light_square .pp_expand {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.light_square .pp_close {
    width: 75px;
    height: 22px;
    background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.light_square #pp_full_res .pp_inline {
    color: #000;
}

div.light_square .pp_arrow_previous {
    background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_square .pp_arrow_next {
    background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}

div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_square .pp_next:hover {
    background: url(../images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: url(../images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}

div.facebook .pp_top .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}

div.facebook .pp_top .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}

div.facebook .pp_content .ppt {
    color: #000;
}

div.facebook .pp_content_container .pp_left {
    background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}

div.facebook .pp_content_container .pp_right {
    background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}

div.facebook .pp_content {
    background: #fff;
}

div.facebook .pp_expand {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
    cursor: pointer;
}

div.facebook .pp_close {
    width: 22px;
    height: 22px;
    background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
    cursor: pointer;
}

div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.facebook .pp_loaderIcon {
    background: url(../images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}

div.facebook .pp_nav .pp_arrow_previous {
    background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_nav .pp_arrow_next {
    background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_next:hover {
    background: url(../images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}

div.facebook .pp_bottom .pp_middle {
    background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}

div.facebook .pp_bottom .pp_right {
    background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}* html .pp_top {
    padding: 0 20px;
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}* html .pp_top .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_content {
    height: 40px;
}

.pp_content .ppt {
    left: auto;
    margin-bottom: 5px;
    position: relative;
    top: auto;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    margin: 10px 0 2px 0;
}

.pp_description {
    display: none;
    margin: 0 0 5px 0;
}

.pp_nav {
    clear: left;
    float: left;
    margin: 3px 0 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
}

.pp_nav a.pp_arrow_previous, .pp_nav a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

a.pp_next {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url(../images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    display: block;
    float: right;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}* html .pp_bottom {
    padding: 0 20px;
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}* html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1 !important;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px 0;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}