/*  SAIORG.SI: base.css
-----------------------------------------------------*/
/*
    version:   1.0
    author:    Miha Hribar
    contact:   http://hribar.info
*/

@import url(reset.css);

/*  =COMMON
-----------------------------------------------------*/
body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    background: #fff url(../images/bg.gif) repeat-x;
}

/*strong {
    font-weight: bold;
}*/

em {
    font-style: italic;
}

input {
    border: 1px solid #c4c4c4;
    color: #000;
    padding: 3px;
}

input.button {
    width: auto;
    background: #fff url(../images/button_bg.gif) repeat-x bottom;
    font-size: 11px;
}

/*  =CONTAINER
-----------------------------------------------------*/
#container {
    width: 800px;
    margin: 0 auto;
    background: #fff url(../images/main_bg.gif) repeat-y;
}

/*  =HEAD
-----------------------------------------------------*/
#head {
    height: 200px;
    background: url(../images/top.jpg) no-repeat;
    position: relative;
    margin: 0 10px;
}

#logo {
    display: block;
    background: url(../images/title.gif) no-repeat;
    width: 276px;
    height: 26px;
    text-indent: -9999px;
    position: absolute;
    top: 161px;
    left: 18px;
}

body.en #logo {
    background: url(../images/title_en.gif) no-repeat;
} 

/*  =MAIN
-----------------------------------------------------*/
#main {
    margin: 20px 0;
	margin-bottom: 5px;
    float: left;
}

#main a.link {
    background: url(../images/link.gif) no-repeat 0 2px;
    padding: 0 0 0 17px;
    color: #666;
    text-decoration: none;
}

#main a.light {
    color: #888;
    text-decoration: none;
    margin-left: 5px;
}

#main a.light:hover {
    text-decoration: underline;
}

#main a.link:hover, #main a.link:focus {
    text-decoration: underline;
}

/*  =SIDEBAR
-----------------------------------------------------*/
#sidebar {
    float: left;
    width: 177px;
    margin: 0 0 0 28px;
    display: inline;
}

#sidebar .box {
    background: #e8e8ff url(../images/box_top.gif) no-repeat;
    margin: 0 0 20px 0;
}

/*  =Lang
-----------------------------------------------------*/

a.langSelector {
	display: block;
	margin-left: 1em;
	margin-bottom: 1em;
	color: #999;
	padding-left: 2em;
	text-decoration: none;
	background: transparent url(../images/flag-en.png) left 50% no-repeat;
}

a.langSelector.slo {
	background: transparent url(../images/flag-si.png) left 50% no-repeat;
	margin-bottom: 2em;
}

/*  =NAV
-----------------------------------------------------*/
#nav em {
    display: none;
}

#nav ul {
    background: url(../images/box_bottom.gif) no-repeat bottom;
    padding: 5px 0;
}

#nav li ul {
    background: #e8e8ff;
    padding: 0 10px;
}

#nav li a {
    padding: 5px 10px;
    display: block;
    color: #666;
    font-weight: bold;
    text-decoration: none;
    height: 1%;
}

#nav li a:hover, #nav li a:focus, #nav li a.selected {
    background: #ddddff;
    color: #757585;
}

#nav li li a:hover, #nav li li a:focus, #nav li li a.selected {
    background: #e8e8ff;
    text-decoration: underline;
    color: #666;
}

#nav li li a {
    font-weight: normal;
}

/*  =SEARCH
-----------------------------------------------------*/
#search form {
    background: url(../images/box_bottom.gif) no-repeat bottom;
    padding: 10px;
}

#search legend, #search label {
    display: none;
}

#search input {
    border: 1px solid #c4c4c4;
    width: 110px;
    padding: 4px;
    font-size: 11px;
}

* html #search input {
    width: 105px;
}

#search input.button {
    width: auto;
    padding: 3px 5px;
}

#search p.advanced {
    margin: 5px 0 0 0;
}

/*  =QUOTE
-----------------------------------------------------*/
#quote {
    text-align: center;
    margin: 0 0 20px 0;
}

/*  =CONTENT
-----------------------------------------------------*/
#content {
    float: right;
    margin: 0 30px 5px 20px;
    width: 545px;
    line-height: 1.4em;
    display: inline;
}

#content .box {
    width: 255px;
    clear: both;
    float: left;
	padding-bottom: 1em;
}

#content .box.right {
	float: right;
	clear: none;
}

#content .part {
    clear: none;
    margin: 0 0 0 15px;
}

#content .clear {
    clear: both;
}

#content .box h2 {
    font-family: Garamond, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    background: url(../images/decoration_1.gif) no-repeat center bottom;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

#content .box h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 2px 0;
}

#content .box h3 a {
    text-decoration: none;
    color: #666;
}

#content .box h3 a:hover, #content .box h2 a:focus {
    text-decoration: underline;
}

#content p {
    margin: 0 0 20px 0;
}

#content .box p.date {
    color: #999;
    margin: 0 0 5px 0;
}

#content .hentry p.date {
    font-size: 0.9em;
    font-style: italic;
    margin: 5px 0;
}

#content #news li {
    margin-bottom: 20px;
}

#content #news h3 a {
    text-decoration: underline;
}

#content #news h3 a:hover, #content #news h3 a:focus {
    text-decoration: none;
}

#content .box legend {
    display: none;
}

#content .box label {
    display: block;
    margin: 0 0 3px 0;
}

#content .links li {
    margin: 0 0 5px 0;
}

#content .links li a {
    background: url(../images/link.gif) no-repeat 0 2px;
    padding: 0 0 0 17px;
    color: #666;
    text-decoration: none;
}

#content .links li a:hover, #content .links li a:focus {
    text-decoration: underline;
}

/*  =MAIN_CONTENT
-----------------------------------------------------*/
#main_content h1 {
    font-family: Garamond, "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: normal;
    background: url(../images/decoration_2.gif) no-repeat center bottom;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
}

#main_content h1 a {
    color: #333;
    text-decoration: none;
}

#main_content h1 a:hover, #main_content h2 a:focus {
    text-decoration: underline;
}

#main_content h1 img {
    margin: 0 4px 2px 4px;
}

#main_content blockquote {
    font-size: 1.3em;
    font-style: italic;
    padding: 4px 0 0 32px;
    background: url(../images/blockquote.gif) no-repeat;
    font-family: "Times New Roman", Times, serif;
}

#main_content blockquote.thought {
    padding-left: 0;
    background-position: 153px 5px;
}

#main_content blockquote.thought img {
    padding: 0 25px 15px 0;
}

#main_content li {
    margin: 0 0 10px 20px;
    list-style: disc;
}

#main_content img {
    margin: 0 10px 10px 0;
}

#main_content #level {
    margin-bottom: 30px;
}

#main_content #level li {
    margin: 0 0 3px 0;
    list-style: none;
}

#main_content #level.thought_nav a.link {
    margin-right: 10px;
}

#main_content p.preview {
    font-style: italic;
    font-weight: bold;
}

#main_content p.date {
    color: #999;
    margin: 0 0 10px 0;
    font-size: 0.9em;
    font-style: italic;
}

#main_content p a {
    color: #666;
    text-decoration: underline;
}

#main_content p a:hover {
    color: #333;
}

#main_content .img_left {
    float: left;
    margin: 0 10px 10px 0;
}

#main_content .img_right {
    float: right;
    margin: 0 0 10px 10px;
}

#main_content fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 15px 0;
}

#main_content legend {
    padding: 0 4px;
    color: #999;
}

#main_content label {
    display: block;
    position: relative;
}

#main_content label small {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.8em;
}

#main_content input {
    width: 515px;
}

#main_content input.checkbox, #main_content input.button {
    width: auto;
}

#main_content input.checkbox {
    border: 0;
}

#newsletter_list {
    padding: 0 0 5px 0;
}

#newsletter_list h2 {
    font-weight: bold;
    margin: 0 0 10px 0;
}

#newsletter_list p {
    margin: 0 0 8px 0;
    padding: 0 0 8px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 0.95em;
    color: #777;
}

#newsletter_list input {
    margin: 0 5px 0 0;
}

#main_content p.note {
    color: #888;
    font-size: 0.9em;
}

#main_content strong.found {
    background: #feffa9;
}

/*  =RESULTS
-----------------------------------------------------*/
#results li {
    margin-bottom: 15px;
}

#results p {
    margin: 3px 0 3px 0;
}

#results a {
    color: #333;
}

/*  =FILES
-----------------------------------------------------*/
#main_content h2.gallery_title {
    font-family: Garamond, "Times New Roman", Times, serif;
    font-size: 1.3em;
    font-weight: normal;
    background: url(../images/decoration_2.gif) no-repeat center bottom;
    padding: 0 0 10px 0;
    margin: 20px 0 10px 0;
    text-align: center;
    clear: both;
}

#main_content .stuff {
    margin: 0;
}

#main_content .stuff li {
    list-style: none;
    margin: 0;
    padding: 5px;
    border-bottom: 1px dashed #ddd;
}

#main_content .stuff li a {
    text-decoration: none;
    color: #333;
}

#main_content .stuff li a:hover {
    text-decoration: underline;
}

#main_content .stuff li.alt {
    background: #f1f1f1;
}

#main_content .stuff li:hover {
    background: #eeefff;
}

#main_content .gallery {
    float: left;
    margin: 0;
    position: relative;
}

#main_content .gallery li {
    width: 150px;
    height: 150px;
    float: left;
    list-style: none;
}

#main_content .gallery_wrapper {
    height: 310px;
    overflow: hidden;
    margin: 0 0 10px 0;
    position: relative;
}

#main_content .gallery_nav {
    text-align: center;
    margin: 0 0 20px 0;
    position: relative;
}

#main_content .gallery_nav li {
    display: inline;
    margin: 0 20px 0 0;
}

#main_content .gallery_nav a {
    color: #333;
}

#main_content .gallery_nav a:hover {
    color: #000;
}

#main_content .gallery_nav .info {
    position: absolute;
    right: 20px;
    color: #999;
}

#main_content a.file {
    padding: 1px 0 1px 25px;
    background: url(../images/icons/text.png) no-repeat;
}

#main_content .stuff em {
    color: #999;
}

#main_content a.pdf {
    background-image: url(../images/icons/acrobat.png);
}

#main_content a.mp3, #main_content a.wav, #main_content a.wmv {
    background-image: url(../images/icons/music.png);
}

#main_content a.zip, #main_content a.rar {
    background-image: url(../images/icons/compressed.png);
}

#main_content a.xls {
    background-image: url(../images/icons/excel.png);
}

#main_content a.ppt {
    background-image: url(../images/icons/powerpoint.png);
}

#main_content a.doc {
    background-image: url(../images/icons/word.png);
}

/*  =NEWS_ARCHIVE
-----------------------------------------------------*/
#news_archive li {
    list-style: none;
    margin: 0;
}

#news_archive h2 {
    margin-bottom: 5px;
}

#news_archive h2 a {
    color: #333;
    text-decoration: none;
    font-family: Garamond, "Times New Roman", Times, serif;
    font-size: 1.3em;
}

#news_archive h2 a:hover, #news_archive h2 a:focus {
    text-decoration: underline;
}

#news_archive p.date {
    color: #999;
    margin: 0 0 5px 0;
}

/*  =FOOTER
-----------------------------------------------------*/
#footer {
    clear: both;
    background: #e8e8ff;
    padding: 20px 20px 20px 213px;
    margin: 0 12px 2px 12px;
    position: relative;
    line-height: 1.4em;
    font-size: 0.9em;
}

#footer ul {
	display: block;
	margin-bottom: 1em;
	float: left;
	clear: left;
	width: 100%;
}

#footer li {
    float: left;
    background: url(../images/footer_delimiter.gif) no-repeat 0 50%;
    padding: 0 5px 0 10px;
}

#footer li.first {
    padding: 0 5px 0 0;
    background: none
}

#footer a {
    color: #666;
    text-decoration: none;
}

#footer a:hover, #footer a:focus {
    text-decoration: underline;
}

/*  =HIDE
-----------------------------------------------------*/
hr, #access {
    display: none;
}

/*  =PRODOUCTS
-----------------------------------------------------*/
/* LIST */
ul#products_list {
}

ul#products_list  li ul li{
    list-style-type:square !important;
    margin:0 !important;
    margin-left:10px !important;
    padding-left:10px !important;
}
ul#products_list  {
    list-style-type:none !important;
    margin:0;
    padding:0;
    background:none;
}
ul#products_list li  {
    list-style-type:none !important;
    margin:0;
    padding: 10px;
    background:none;
    margin-bottom:15px;
}
    ul#products_list li img.pPicture {
        margin:0;
        float:left;
    }

    ul#products_list li .pTitle {
        margin:0;
        padding:0;
        display:block;
        font-size:120%;
        color:#666;
        font-weight:bold;
        text-decoration:none;
    }

    ul#products_list li a.pTitle {
        margin:0;
        font-size:120%;
        color:#666;
        font-weight:bold;
        text-decoration:none;
    }

    ul#products_list li .no-image {
        background:none !important;
        width:360px;
        padding-left: 165px;
    }

    ul#products_list li .with-image {
        background:none !important;
        margin-left:15px;
        background:red;
        float:left;
        width:360px;
    }

    .price {
        font-size:120%;
        margin-top:20px;
    }

    a.basketButton {
        padding:2px 3px;
        font-weight:normal;
        display:inline;
        width: auto;
        color:#000;
        text-decoration:none;
        border: 1px solid #c4c4c4;
        background: #fff url(../images/button_bg.gif) repeat-x bottom;
        font-size: 11px;
        cursor:pointer;
        margin-left:20px;
    }
    a.backButton {
        padding:2px 3px;
        font-weight:normal;
        display:inline;
        width: auto;
        color:#000;
        text-decoration:none !important;
        border: 1px solid #c4c4c4;
        background: #fff url(../images/button_bg.gif) repeat-x bottom;
        font-size: 11px;
        cursor:pointer;
    }
    li.coloredBg {
        background:#F0F0F0 !important;
    }

/* SINGLE  */

#products_single {
}
#products_single  {
    list-style-type:none !important;
    margin:0;
    padding:0;
    background:none;
}
#products_single  {
    list-style-type:none !important;
    margin:0;
    padding:0;
    background:none;
    margin-bottom:15px;
}
    #products_single  img.pPicture {
        margin-right:15px;
        float:left;
        margin-bottom:10px;
    }

    #products_single .pTitle {
        font-size:120%;
        color:#666;
        font-weight:bold;
        text-decoration:none;
        margin-bottom:10px;
    }


    #products_single .price {
        font-size:120%;
        margin-top:10px;
        margin-bottom:10px;
    }

    #products_single .with-image {

    }

    #products_single a.basketButton {
        padding:2px 3px;
        margin-left:20px;
        font-weight:normal;
        display:inline;
        width: auto;
        color:#000;
        border: 1px solid #c4c4c4;
        background: #fff url(../images/button_bg.gif) repeat-x bottom;
        font-size: 11px;
        cursor:pointer;
    }

/*  =BASKET
-----------------------------------------------------*/
#basket {

}
#basket table th,td  {
    padding:10px 0;
}
#basket span.userData {

}
#basket a.removeItem{
    color:red;
    font-size:10px;
    font-weight:normal;
    text-decoration:none;
}

#basket ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#basket ul li{
    list-style-type:none;
    clear:left;
    margin:0;
    padding:0;
}

#basket  li.mailid, li.city{
    clear:none;
    float:left;
    list-style-type:none;
    margin:0;
    padding:0;
}
    #basket ul li.city input{
        width:100px;
        margin:0 ;
        padding:0;
    }

    #basket ul li.mailid input{
        width:100px;
        margin:0 0 0 10px;
        padding:0;
    }

    #basket ul li.mailid  .inputErr{

        margin:0 0 0 10px;

    }

    #basket ul li.mailid label{
        margin:0 0 0 10px;
    }

#basket ul li label{
    font-weight: normal;
}

#basket table{
    width:100%;
}
#basket input.quantity{
    width:20px;
    text-align:center;
    margin:2px;
}
#basket .inputErr{
    color:red;
    display:block;

}
#basketInfo {
   z-index: 2;

  /* border:1px dashed #666; */
   background:#E8E8FF url(../images/box_bottom.gif) no-repeat bottom;
   margin-bottom: 20px;
}
#basketInfo .top{
   background: url(../images/box_top.gif) no-repeat top;
   padding:10px;
   line-height:18px;
}

#basketInfo a {

        color:#666;
        text-decoration: underline;
        font-size: 120%;
}

#basket .shipping-details {
    padding:5px;
    color:#fff;
    background: #999 !important;
}
.orderStatus {

}
.spacer {
    clear:both;
}

 #basket input.buy {
 	padding:2px 20px;
 	color:#fff;
 	background: #666 ;
 }

  #basket input.small {
 	padding:0;
 	margin:0;
 	border:none;
 	cursor:pointer;
	text-decoration:underline;
	font-size:10px;
	background:none;
 }

 #basket .order_buttons   {
 	float:right;
 }

 #basket .order_buttons input {
 	float:left;
	margin-left:30px;
 }