﻿/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-07-16, 19:25 GMT+1
    Version:    2.2.6 (2008-07-13, 14:28 GMT+1)

    Structure:
        display; position; z-index; float; clear; width; height; overflow; margin; padding; border; background; align; font;

    Content:
    
        1) HTML tags
        2) HTML styles
        3) Layout
        4-1) Page: Homepage
        5) Others

---------------------------------------------------------------------------------------------------------- */

/* ----------------------------------------------------------------------------------------------------------
1) HTML tags
---------------------------------------------------------------------------------------------------------- */

body {background:url("../design/bg.gif") 50% 0 repeat-y; font:0.7em/1.3 "arial", sans-serif;}

a {color:#00F;}
a:hover {color:#F00;}

h1, h2, h3, h4, h5, h6, p, address, blockquote, table, dl, fieldset {margin:1px 0;}

h3 {font-size:140%;}

/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */


/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:940px; margin:0 auto; overflow:hidden;}

	#header {width:940px; height:95px; overflow:hidden; background:url("../design/header.gif") 0 0 no-repeat;}

        #logo {position:relative; width:325px; height:98px; overflow:hidden; margin:0 0 0 10px; padding:0; font-size:300%;}
        #logo span {display:block; position:absolute; top:23px; left:0; z-index:1; width:100%; height:100%; margin:0; padding:0; background:url("../tmp/logo.gif") 0 0 no-repeat; cursor:pointer;}

    #tray {padding:10px 0 15px 10px; background:url("../design/tray.gif") 0 100% no-repeat;}
    
        #tray ul {margin:0; list-style:none;}
        #tray ul li {display:inline;}
        #tray ul li a {display:block; float:left; padding:0 15px 0 10px; background:url("../design/tray-separator.gif") 100% 50% no-repeat; text-decoration:underline;}
        #tray ul li a:hover {text-decoration:none;}
        #tray ul li#tray-active a {font-weight:bold; text-decoration:none;}

    #cols {position:relative; margin:10px 0; background:url("../design/cols.gif") 0 0 repeat-y;}

    	#content {float:right; width:740px; overflow:hidden;}
    	
            #content-left {float:left; width:470px;}
            #content-left-in {padding:0 10px; padding-top: 10px}
            #content-search {float:left; width:100%;}
            
            #content-right {float:right; width:260px;}

    	#aside {float:left; width:190px; overflow:hidden;}
        #aside-top {width:190px; height:5px; background:url("../design/aside-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        #aside-bottom {position:absolute; bottom:0; left:0; width:190px; height:5px; background:url("../design/aside-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
        
            .nav {margin:0; list-style:none;}
            .nav li {display:inline;}
            .nav li a {display:block; padding:7px 10px 7px 30px; background:url("../design/nav-link.gif") 15px 13px no-repeat;}
            .nav li#nav-active a {background:url("../design/nav-active.gif") 15px 13px no-repeat; text-decoration:none; font-weight:bold;}
            .nav #nav-active ul li a {padding-left:45px; background:url("../design/nav-sub.gif") 30px 10px no-repeat;}
            .nav a:hover {text-decoration:none;}

            #search {position:relative; height:22px; margin:0 -15px; padding:15px; text-align:center;}
            #search-input {position:absolute; top:15px; left:15px; width:100px; height:22px; border:0;}
            #search-submit {position:absolute; top:15px; left:115px; width:60px; height:22px; border:0;}
            #search-input, #search-submit {font-size:100%; font-family:"arial",sans-serif;}
            
            #aside h4 {font-size:100%;}
            #aside h4.margin {margin:15px 0 5px 0;}

	#footer {clear:both; padding:20px 0; background:url("../design/footer.gif") 0 0 repeat-x; font-size:85%;}
	#footer p {margin:0;}
	#footer a:hover {text-decoration:none;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#topstory-top {width:470px; height:5px; background:url("../design/topstory-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory-bottom {width:470px; height:5px; background:url("../design/topstory-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#topstory {padding:5px 10px 10px 10px;}

#searchpage-top {width:100%; height:5px; background:url("../design/searchpage-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
#searchpage-bottom {width:100%; height:5px; background:url("../design/searchpage-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}


    #topstory-img {float:left; width:180px;}
    #topstory-img img {display:block;}
    #topstory-desc {float:right; width:255px;}
    
        #topstory-desc h2 {margin:0; font-size:140%; font-weight:normal;}
        #topstory-desc .info {margin:0; font-size:85%;}

#topstory-list {padding:10px 0 5px 10px; overflow:hidden}
#topstory-list img {display:block; float:left; padding-right:10px;}
#topstory-list img.last {margin-right:0;}

.article {margin-bottom:10px; padding-bottom:10px; background:url("../design/dot.gif") 0 100% repeat-x;}
.article .article-img {float:left; width:180px;}
.article .article-img img {display:block;}
.article .article-desc {float:right; width:255px;}

    .article .article-desc h3 {margin:0; font-size:140%; font-weight:normal;}
    .article .article-desc .info {margin:0; font-size:85%;}
    .article .article-desc p.nomb {margin-top:8px; text-align:justify;}

.box-01-top {width:260px; height:5px; margin-top:5px; background:url("../design/box-01-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01-top-b {padding:5px 10px 15px 10px; background:url("../design/box-01-top-b.gif") 0 100% no-repeat;}
.box-01-top-b .f-left {text-transform:uppercase;}
.box-01-top-b .f-right {padding-top:2px; font-size:85%;}
.box-01-bottom {width:260px; height:11px; background:url("../design/box-01-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-01 {padding:5px; background:url("../design/box-01.gif") 0 0 repeat-y;}
.box-01 .bg {margin:10px 0; padding:10px 0;}

    .news {margin:0;}
    .news dt {display:block; float:left; width:50px; font-weight:bold; text-align:center; line-height:1.2; padding-left:5px}
    .news dt span {font-size:140%;}
    .news dd {display:block; float:left; width:190px; font-size:85%; line-height:1.6; padding-left:5px}

.box-02-top {width:260px; height:5px; margin-top:10px; background:url("../design/box-02-top.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02-top-b {padding:5px 10px 15px 10px; background:url("../design/box-02-top-b.gif") 0 100% no-repeat; text-transform:uppercase;}
.box-02-bottom {width:260px; height:11px; background:url("../design/box-02-bottom.gif") 0 0 no-repeat; font-size:0; line-height:0;}
.box-02 {padding:5px 15px; background:url("../design/box-02.gif") 0 0 repeat-y;}

    .mostreaded {margin:0; list-style:none;}
    .mostreaded span {font-size:85%;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

#aside .padding {padding:10px 15px;}

.more {padding-right:15px; background:url("../design/arrow.gif") 100% 50% no-repeat;}

.rss {padding-left:22px; background:url("../design/rss.gif") 0 50% no-repeat;}

.cart {
	background:url('../tmp/cart_bg.gif') no-repeat;;
	height: 125px;
	padding-top:6px;
	padding-left: 8px;
	font-size: 12px;
}


#pagebody {width:470px;}



/* ----------------------------------------------------------------------------------------------------------
6) ECT MENU
---------------------------------------------------------------------------------------------------------- */

ul.ectmenu1 {
list-style: none;
border:0px solid;
font-size:10px;
padding:0px;
background-color: #2f2f2f;
}
li.ectmenu1 {
border: 1px dotted #e5e5e5;
padding:0px;
background-color:#d0d0d0;
}
li.ectmenuhassub1 a{
display:block;
padding:4px;
background-image:url(images/arrow2.gif);
}
li.ectmenuhassub1 a:hover{
display:block;
padding:4px;
background-image:url(images/arrow2ov.gif);
background-color: #2f2f2f;
color: #fff;
}
li.ectmenu1 a{
display:block;
padding:4px;
color:black;
text-decoration:none;
}
li.ectmenu1 a:hover{
background-color: #2f2f2f;
color: #fff;
}
li.ectsubmenu1{
background-color: #9fcf00;
border-bottom:0px;
}


/* ----------------------------------------------------------------------------------------------------------
7) Cart Stuff
---------------------------------------------------------------------------------------------------------- */




.csprodid {
color: #000000;
font: bold 12px Arial, sans-serif; 
}

.csprodprice {
color: #0288CA;
padding-top: 4px;
font-size: 12px;
font-weight: bold;
text-align: center;
}

.csprodname {
color: #000000;
font: bold 12px Arial, sans-serif;
}

.csproddescription {
color: #666;
font: normal 11px Arial, sans-serif; 
}

.csprodnavigation {
color: #000000;
font: bold 12px Arial, sans-serif; 
}


.cpdhl {
background : #000000;
color: #ffffff;
font-weight: bold;
}

.prodid {
color: #000000;
font: bold 12px Arial, sans-serif; 
}

.prodprice {
color: #000000;
padding-top: 4px;
font-size: 12px;
font-weight: bold;
text-align: center;
}

div.prodname {
vertical-align:top;
text-align: center;
background-color: #f0f0f0;
text-transform:uppercase;
font-size:10px;
font-weight:bold;
padding: 2px 2px 2px 2px;
font-weight: bold;
}

.proddescription {
color: #666;
font: normal 11px Arial, sans-serif; 
}

.prodnavigation {
color: #000000;
font: bold 12px Arial, sans-serif; 
}

.detailid {
color: #000000;
font: bold 12px Arial, sans-serif; 
}

.detailprice {
color: #000000;
padding-top: 8px;
padding-bottom: 8px;
font-size: 14px;
font-weight: bold;
text-align: center;
}

.detailname {
color: #000000;
font: bold 12px Arial, sans-serif; 
}

.detaildescription {
color: #666;
font: normal 11px Arial, sans-serif;
padding-top: 5px; 
}


.detailcurrency {
color: #000000;
padding-top: 4px;
font-size: 10px;
font-weight: bold;
text-align: center;
}

.pagenums {
color: #000000;
font: normal 12px Arial, sans-serif; 
}


SPAN.currpage {
color: #0288CA;
font-weight: bold;
}

div.proddiscounts{
color: #0288CA;
font-size: 11px;
} 

div.prodid{
font-weight: bold;
text-align: center;
}

span.prodoption{
font-weight: bold;
}

SPAN.extracurr {
text-align: center;
}

div.prodcurrency{
text-align: center;
color: #000000;
}



.review {
color: #000;
font-weight: normal;
font-size: 11px;
}

.reviewcomments {
color: #000;
font-weight: normal;
font-size: 11px;
}

.showallreview {
color: #000;
font-weight: normal;
font-size: 11px;
}

.reviewname {
color: #999;
font-weight: bold;
font-size: 11px;
}

hr.review {
width: 100%;
text-align:left;
height: 0;
border-width: 1px 0 0 0;
border-style: dotted;
border-color: #cccccc;
font-size: 11px;
}

.prodcurrency {
color:#0288CA;
text-align: center;
font-size: 9px;
}

.csprodprice {
color:#0288CA;
text-align: center;
}

.csprodcurrency {
color:#0288CA;
text-align: center;
font-size: 9px;
}

.csprodid {
text-align: center;
}



div.csproduct {
	background-color: white;
	border-top: 1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}


P.catname {
text-align: center;
margin-top: 0px;
margin-bottom: 5px;
vertical-align:top;
font-size: 11px;
}

P.catdesc {
margin-top: 0px;
margin-bottom: 5px;
vertical-align:top;
}

IMG.catimage {
padding-top: 5px;
vertical-align:top;
}

TD.catimage {
vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align: center;
background-repeat: repeat-x; 
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
background-color:white;
padding: 3.5px;
}

TD.catnavigation {
vertical-align:middle;
text-align: left;
}

td.detailimage {
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
background-color: white;
}

div.product {
	background-color: white;
	border-top: 1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding-top: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 275px;
}

hr{
width: 100%;
border-style: dotted;
color:#d6d6d6;
}

table.cobtbl { 
background: #ffffff;
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
}

td.cpdll { 
background: #ffffff;
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
padding: 0px 2px 0px 2px;
}


td.cobll {
border:1px solid #d6d6d6;
color: #171717;
font-size: 11px;
padding: 2px;
}

td.cobhl {
background: #f0f0f0;
border:1px solid #d6d6d6;
color: #171717;
font-size: 11px;
}

table.mincart {
width: 230px;
padding-left: 0px;
}
