/*
Tämä tiedosto sisältää verkkokauppamoduuliin liittyvät tyylimääritykset. Määritykset (tämä tiedosto) otetaan käyttöön lisäämällä leiskaan rivi:
<link href="<?=$this->layout_url?>shop.css" rel="stylesheet" type="text/css" />
*/


/* tuoteryhmälistaus */
#productcatlist {
        margin-top: 0px;
        margin-left: 5px;
}

/* leiskassa näytettävä ostoskori */
#shoppingcart {
        margin-top: 5px;
		color: #ffffff;
}

/* ostoskorin linkit */
#shoppingcart a {
        font-weight: bold;
        text-decoration: none;
        color: #ffffff;
}

/* tuotteiden lyhyt teksti tuotelistauksessa */
.product_short_text{
        color: #555555;
}

/* esim. ostoskorin (ostoskorisivulla) otsikkopalkki */
.pageheading{
        background: url('bar_tausta.jpg') repeat-x;
        font-weight: bold;
        /*background-color: #dddddd;*/
}

/* ostoskoritaulukko */
#cart_table tr td {
        /*border-bottom: 1px solid #dddddd;*/
}


/* ostoskorin yhteensä rivi */
.cart_total_row{
        font-weight: bold;
}

/* asiakkaan tiedot tilausvahvistuksessa */
table#customerinfo {
	font-weight: bold;
}

#product_card_table a {
	text-decoration: none;
}

/* asiakkaan tietojen otsikot tilausvahvistuksessa */
table#customerinfo .caption{
        font-weight: normal;
}

/* asiakkaan tiedot sisältävän taulukon solut */
table#customerinfo tr td {
        border-bottom: 1px solid #dddddd;
}


/* tilausvahvistus-sivulla näytettävä väliviiva */
hr.bar {
	/*display: none;*/
}

/* tuotelistauksessa yhden tuotteen tiedot sisältävä taulukko */
.product_list_table {
        border-top: 0px solid #cccccc;
        /*background-color: #eeeeee;*/
        margin-bottom: 3px;
}

/* tuotelistauksen tuotteen otsikkopalkki */
.product_list_title {
        border-top: 2px solid #cccccc;
        background-color: #ffffff;
	margin-bottom: 3px;
        border-bottom: 1px solid #cccccc;
}

.product_list_title a{
	margin-left: 10px;
	color: #990000;
	text-decoration: none;
}

.product_list_price_discount {
        color: #ff0000;
}

/* tuotekortin otsikkopalkki */
.product_title {
	font-size: 20px;
	line-height: 25px;
    border-bottom: 1px solid #cccccc;
    background-color: #ffffff;
	padding: 0px;
	padding-left: 10px;

}

/* tuotteen hinta tuotekortissa */
.product_price {
	font-size: 20px; 
	font-weight: bold; 
	color: red;
}


/* Info-tekstit (esim. maksu- ja toimitustavan selite) */
td.shopinfo {
        color: #666666;
}


/* Tuoteryhmamenu */
/* 1st level */
#productcatlist TD.menu_level_0{
	padding-left: 3px;
}
#productcatlist a.menu_level_0{
	color: #ffffff;
	font-size: 8pt;
}
a.menu_level_0:link    {  }
a.menu_level_0:visited {  }
a.menu_level_0:hover   {  }

#productcatlist TD.menu_level_0_hover{
	padding-left: 3px;
}

#productcatlist TD.menu_level_0_selected{
	padding-left: 3px;
}

#productcatlist a.menu_level_0_selected {
	color: #cc0000;
}
a.menu_level_0_selected:link    {  }
a.menu_level_0_selected:visited {  }
a.menu_level_0_selected:hover   {  }

TD.menu_level_0_selected_hover	{
	color: #cc0000;
}


/* 2nd level */
TD.menu_level_1{
	padding-left: 10px;
}
a.menu_level_1{
}
a.menu_level_1:link    {  }
a.menu_level_1:visited {  }
a.menu_level_1:hover   {  }

#productcatlist TD.menu_level_1_hover{
	padding-left: 10px;
}

#productcatlist TD.menu_level_1_selected{
	padding-left: 10px;
}
#productcatlist a.menu_level_1 {
        color: #ffffff;
}
#productcatlist a.menu_level_1_selected{
	color: #cc0000;
}
a.menu_level_1_selected:link    {  }
a.menu_level_1_selected:visited {  }
a.menu_level_1_selected:hover   {  }

#productcatlist TD.menu_level_1_selected_hover{
	padding-left: 10px;
}


/* 3rd level */
TD.menu_level_2{
	padding-left: 20px;
}
a.menu_level_2{
}
a.menu_level_2:link    {  }
a.menu_level_2:visited {  }
a.menu_level_2:hover   {  }

TD.menu_level_2_hover	{
	padding-left: 20px;
}

TD.menu_level_2_selected	{
	padding-left: 20px;
}
a.menu_level_2_selected{
	color: #cc0000;
}
a.menu_level_2_selected:link    {  }
a.menu_level_2_selected:visited {  }
a.menu_level_2_selected:hover   { }

TD.menu_level_2_selected_hover{
	padding-left: 20px;
}
#productcatlist a.menu_level_2 {
        color: #ffffff;
}
#productcatlist a.menu_level_2_selected {
        color: #cc0000;
}

