﻿/* ----------------------------------------------------------------------------------------------------------

    Output device: screen, projection

    Author:     Nuvio (www.nuvio.cz)
    Update:     2008-08-17, 13:17 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 {padding:0px 0; background:url("../design/bg.gif") 0 0 repeat-x; background-attachment: fixed; font:0.7em/1.5 "arial", sans-serif;}

input  {margin:5px 0;}

fieldset  {margin:5px 0;}

select  {margin:5px 0;}

dl  {margin:5px 0;}

table  {margin:5px 0;}

blockquote  {margin:5px 0;}

object  {margin:5px 0;}

address  {margin:5px 0;}

p  {margin:5px 0;}

h6  {margin:5px 0;}

h5  {margin:5px 0;}

h4  {margin:5px 0;}

h3 { margin: 0px 0px 0px; padding: 0px 0px 0px 15px; font: bold 11px Arial; color: #000000; background: url(../images/arrcont.gif) 0px 2px no-repeat; }

h2  {margin:5px 0;}

h1  {margin:5px 0;}

select{
height: 20px
}

h4.delivery {
font: 11px Arial;
margin: 5px 0px 5px 0px;
padding: 5px 3px 5px 3px;
color: #666666;
text-align: left;
background-image: URL(../images/bgfade.gif);
background-repeat: repeat-x; 
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
}

h4.mainpics {
text-align:center;
background-image: URL(../images/mainpics.gif);
background-repeat: repeat-x;
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
margin: 10px 0px 10px 0px;
padding: 15px 5px 15px 5px;
color: #666666;
}



/* ----------------------------------------------------------------------------------------------------------
2) HTML styles
---------------------------------------------------------------------------------------------------------- */

a {text-decoration:none}

h5{font-family:Arial, Helvetica, sans-serif; font-size: small}

/* ----------------------------------------------------------------------------------------------------------
3) Layout
---------------------------------------------------------------------------------------------------------- */

#main {width:940px; padding:7px; margin:0 auto; overflow:hidden;}

    #header {position:relative; height:50px; padding:5px 0 0 0px; background:url("../design/header.gif") 0 0 no-repeat; overflow:hidden;}
        
        #slogan {position:absolute; top:0px; right:0; height: 50px; width:205px; padding:10px 10px 5px 15px; background:url("../design/pattern.gif");}
    	#slogan a { color: white; text-decoration:none}
    	#slogan a:hover { color: #cccccc; text-decoration:none}
	 
}
    	
    #nav {position: relative; padding:0 0px; background: url("../design/nav.gif") 0 0 repeat-x;}
    #nav ul {margin:0; list-style:none;}
    #nav ul li {display:inline;}
    #nav ul li a {display:block; float:left; padding:3px 15px; background:url("../design/nav-separator.gif") 100% 0 repeat-y; text-decoration:none;}
    #nav a:hover {text-decoration: none; color: #ffffff; background-color: #000000;}
    #nav ul li.active a {font-weight:bold;}
    #nav ul li.active {font-weight:bold;}
    #nav #feeds {position:absolute; top:3px; right:25px; margin:0;}
    #nav #feeds a:hover {text-decoration:none;}

    #cols {margin-bottom:10px; background:url("../design/cols.gif") 0 0 no-repeat;}
    #cols-in {min-height:430px; padding:20px; background:url("../design/cols-in.gif") 0 100% no-repeat;}
    
        #content {float:left; width:680px;}
        #aside {float:right; width:200px;}
        #aside .in {padding: 0px 0px 4px 0px;}
        #content .in {padding: 0px 0px 4px 0px;}
        #aside .frontmain {padding: 0px 10px 15px 10px;}
        #content .frontmain {padding: 5px 10px 15px 10px;}
        #content .kitchendoorsmain {padding: 0px 10px 10px 10px;}
        #content .defaultmain { background:url("../images/default_main.jpg");  height:630px; padding: 0px 0px 0px 0px;}
        #aside defaultmain {padding: 0px 0px 0px 0px;}
        #content .productmain {padding: 0px 0px 0px 0px;}
        #aside .productmain {padding: 5px 10px 15px 10px;}

div.frontinfo {
padding-left: 20px;
padding-top: 120px;
padding-right: 490px;
color:white;
}

div.frontinfo2 {
padding-left: 20px;
padding-top: 40px;
padding-right: 490px;
color:white;

}

div.frontinfo3 {
padding-left: 20px;
padding-top: 45px;
padding-right: 490px;
color:white;
}


        #content .productmain {padding: 5px 10px 15px 10px;}



    #footer {padding:15px 15px 5px 15px;}
    #footer p {margin:0;}
    
        #ico-print {padding-left:12px; background:url("../design/ico-print.gif") 0 50% no-repeat;}
        #ico-sitemap {margin-left:10px; padding-left:10px; background:url("../design/ico-sitemap.gif") 0 50% no-repeat;}

        .ico-rss {padding-left:18px; background:url("../design/ico-rss.gif") 0 50% no-repeat;}

    #copy {margin:15px auto 0 auto; width:910px; font-size:90%;}

/* ----------------------------------------------------------------------------------------------------------
4-1) Page: Homepage
---------------------------------------------------------------------------------------------------------- */

#breadcrumbs {margin:0; font-size:90%;}
#breadcrumbs a:hover {text-decoration:none;}
#breadcrumbs span {margin:0 3px;}

#topstory-img {float:left; width:200px;}
#topstory-img img {display:block;}
#topstory-txt {float:right; width:435px;}
#topstory-txt h3 {margin:0; font-size:140%; font-weight:normal;}
#topstory-txt #topstory-info {margin:0; font-size:90%;}
#topstory-txt .comment {padding-left:12px; background:url("../design/ico-comment.gif") 0 2px no-repeat;}

.cols5050 {clear:both; background:url("../design/dot-01.gif") 0 100% repeat-x;}
.cols5050 .col {float:left; width:315px;}
.cols5050 .col .article {clear:both; margin-bottom:15px;}
.cols5050 .col .article-img {float:left; width:85px;}
.cols5050 .col .article-img img {display:block;}
.cols5050 .col .article-txt {float:right; width:215px;}
.cols5050 .col .article-txt h4 {margin:0; margin-bottom:7px; font-size:110%;}
.cols5050 .col .article-txt p {margin:0; font-size:90%;}

#subnav {margin:0; list-style:none;}
#subnav li {display:inline;}
#subnav li a {display:block; padding:4px 10px 4px 25px; background:url("../design/subnav.gif") 10px 50% no-repeat;}
#subnav li a:hover {text-decoration: none;}
#subnav li.last a {border:0;}

dl#news {margin:0; background:url("../design/dot-02.gif") 3px 0 repeat-y;}
dl#news dt {margin-bottom:3px; padding-left:15px; background:url("../design/news-dt.gif") 0 50% no-repeat; font-weight:bold;}
dl#news dd {margin:0; margin-bottom:10px; padding-left:15px;}
dl#news a:hover {text-decoration:none;}

#gallery-in {padding:15px; background:url("../design/gallery.gif") 0 0 repeat-x;}
#gallery .separator {width:910px; height:2px; margin:10px 0; background:url("../design/separator.gif") 0 0 repeat-x; font-size:0; line-height:0; overflow:hidden;}
#gallery img {margin-right:18px;}
#gallery a.last img {margin:0;}

/* ----------------------------------------------------------------------------------------------------------
5) Others
---------------------------------------------------------------------------------------------------------- */

.title-01 {margin:0; padding:3px 15px 2px 45px; background:url("../design/arrow-01.gif") 15px 50% no-repeat; font-size:150%; font-weight:normal;}
.title-02 {background:url("../design/dot-01.gif") 0 60% repeat-x; font-size:100%;}
.title-02 span {padding-right:5px;}
.title-03 {margin:0; padding:0px 6px 0px 6px; background:url("../design/arrow-02.gif") 245px 50% no-repeat; font-size:100%; font-weight:bold;}
.title-03.gallery {background:url("../design/arrow-02.gif") 903px 50% no-repeat;}
.title-04 {margin:0 5px; padding:13px 30px 13px 15px; background:url("../design/title-04.gif") 0 0  repeat-x; font-size:100%; font-weight:bold;}
.title-05 {margin:0; padding:5px 6px 5px 6px; background:url("../design/arrow-02.gif") 245px 50% no-repeat; font-size:100%; font-weight:bold;}
.title-05.gallery {background:url("../design/arrow-02.gif") 903px 50% no-repeat;}

.more {padding-right:14px; background:url("../design/more.gif") 100% 5px no-repeat;}
a:hover.more {text-decoration:none;}

.title-06 {margin:1; padding:5px 6px 5px 6px; font-size:100%; font-weight:bold;}

.deliveryheader {color: #660033; font-weight:bold}



/* ----------------------------------------------------------------------------------------------------------
6) Shopping Cart
---------------------------------------------------------------------------------------------------------- */

 #login { float: left; border-top: 1px solid #ffffff; width: 200px;}
 #croot div.cx { background: #fff; margin: 0px; padding: 15px 0px; }


form { 
display: inline;
}

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-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
color: #171717;
font-size: 11px;
padding: 3px;
}

td.cobhl {
background: #f0f0f0;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
color: #171717;
font-size: 11px;
}

td.cpdhl{ 
background: #d6d6d6;
border-left:1px solid #d6d6d6;

}

td.cpdhlname{ 
background: #d6d6d6;
}

td.cpdhlprice{ 
background: #d6d6d6;
}

td.cpdhlquantity{ 
background: #d6d6d6;
}

td.cpdhlbuy{ 
background: #d6d6d6;
}


table {border-collapse:collapse; padding: 2px 2px 2px 2px; border-spacing:0; font-size:100%; width: 100%}


span.prodoption{
font-weight: bold;
}

SPAN.extracurr {
text-align: center;
}

div.prodcurrency{
text-align: center;
color: #000000;
}

.csprodid {
text-align: center;
}

.prodprice {
text-align: center;
}


td.csproduct {
	background-image: URL(../images/bgfade.gif);
	background-repeat: repeat-x; 
	padding-top: 20px;
	padding-left: 3px;
	padding-right: 3px;
	border-top: 1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	
}
P.catdesc {
margin-top: 0px;
margin-bottom: 4px;
vertical-align:top;
}

IMG.catimage {
padding-top: 7px;
vertical-align:top;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8
}

IMG.catimage:hover {
padding-top: 7px;
vertical-align:top;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.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;
}


TD.catimage {
vertical-align:top;
}

TD.catname {
vertical-align:top;
text-align: center;
background-image: URL(../images/bgfade.gif);
background-repeat: repeat-x; 
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
padding: 15px 2px 15px 2px;
}

TD.detailimage {
background-image: URL(../images/bgfade.gif);
background-repeat: repeat-x; 
padding:20px 18px 10px 18px;
border-top: 1px solid #d6d6d6;
border-left:1px solid #d6d6d6;
border-right:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
text-align:center;
}

div.detaildescription {
font-style:italic;
font-weight:bold;
font-size:medium;
padding-top: 5px;
color: #660033;
height: 250px;
}

.detailprice {
color: #000000;
padding-top: 8px;
padding-bottom: 8px;
font-size: 14px;
font-weight: bold;
text-align: center;
}


div.product {
	background-image: URL(../images/bgfade.gif);
	background-repeat: repeat-x; 
	border-top: 1px solid #d6d6d6;
	border-left:1px solid #d6d6d6;
	border-right:1px solid #d6d6d6;
	border-bottom:1px solid #d6d6d6;
	padding-top: 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 300px;
}


hr{
width: 100%;
}

td{
padding: 2px 2px 2px 2px;
}


.prod3buy{
text-align: center
}

.image-container img{float:left;margin:7px}
p.doorheader{margin:2px;padding:3px;}
.dontwrap p{margin-left:0px; height: 219px; background: url('../headerimages/fira_background.jpg')}
.dontwrapdelivery p{margin-left:0px; height: 326px; background: url('../headerimages/')}

.image-unitcontainer img{float:left;margin:7px}
p.unitheader{margin:2px;padding:3px;}
.unitdontwrap p{margin-left:0px; height: 219px;}


div.rightoffers {
height: 72px;
width: 200px;
margin:0;
padding:0px 0px 2px 0px;
background-image:url("../images/right_hover.jpg");
}
div.rightoffers a:visited {
display:block;
}
div.rightoffers a:link {
display:block;
}
div.rightoffers a {
display:block;
}
div.rightoffers a:hover img {
visibility:hidden;
}


div.rightoffers1 {
height: 100px;
width: 200px;
margin:0;
padding:0px 0px 2px 0px;
background-image:url("../images/right5_hover.jpg");
}
div.rightoffers1 a:visited {
display:block;
}
div.rightoffers1 a:link {
display:block;
}
div.rightoffers1 a {
display:block;
}
div.rightoffers1 a:hover img {
visibility:hidden;
}


div.rightoffers2 {
height: 100px;
width: 200px;
margin:0;
padding:0px 0px 2px 0px;
background-image:url("../images/right2_hover.jpg");
}
div.rightoffers2 a:visited {
display:block;
}
div.rightoffers2 a:link {
display:block;
}
div.rightoffers2 a {
display:block;
}
div.rightoffers2 a:hover img {
visibility:hidden;
}



div.rightoffers3 {
height: 100px;
width: 200px;
margin:0;
padding:0;
background-image:url("../images/right3_hover.jpg");
}
div.rightoffers3 a:visited {
display:block;
}
div.rightoffers3 a:link {
display:block;
}
div.rightoffers3 a {
display:block;
}
div.rightoffers3 a:hover img {
visibility:hidden;
}

img.cartimage{
height:20px;
width:20px	
}



.samples_table1 {
	border: 1px solid #D6D6D6;
	background-color: #D6D6D6;
	text-align: center;
}
.samples_table2 {
	border: 1px solid #D6D6D6;
}	
.samples_table3 {
	border: 1px solid #D6D6D6;
	vertical-align: middle;
}
.samples_table4 {
	border: 1px solid #D6D6D6;
	text-align: center;
}





*{margin:0;padding:0}
.round{
	margin:0;
	background:#e9edf0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:70%;
}
.round li,.round li a,.round li span,.round li b{
	background:#dae0e5 url(images/round16lt.gif) no-repeat 0 0;
	float:left;
	white-space:nowrap;
	line-height:30px;
}
.round li{margin:6px 4px;display:inline}
.round li a{background:url(../images/round16rt.gif) no-repeat 100% 0}
.round li a span{background:url(../images/round16lb.gif) no-repeat 0 100%}
.round li a span b{background:url(../images/round16rb.gif) no-repeat 100% 100%}
.round li a{color:#000;text-decoration:none;}
.round li a b{font-weight:normal;padding:0 5px}
.big{font-size:120%}
.small{font-size:70%}
.big a{color:red!important}
.small a{color:green!important}

.kitchendoortable {
	border: 3px solid #FFFFFF;
	background-color: #EFEFEF;
}

.kitchendoortable-dis {
	border: 3px solid #FFFFFF;
	background:url(../images/discontinued.gif) no-repeat 50% 50%	}


.handlegraphic {position:absolute; height: 250px; width: 650px; background:url(../images/test.gif) no-repeat 100% 0;}
.handlesproductdescription { padding-left: 130px; padding-top: 45px;}



