﻿/* new layout */
body {font-family:Verdana;font-size:small;}
.boxTable {font-size:small;font-family:Verdana;color:white;}
.boxDiv {margin:0px; background-color:#EFF3FB;text-align:center;border-color:LightBlue; border-width:1px;border-style:solid;border-top-width:0px;}
.BasketTipDiv {margin:0px; background-color:#EFF3FB;text-align:center;border-color:LightBlue; border-width:1px;border-style:solid;}
.divFloatLeft {float:left}

.MainLink:hover {color:Red;cursor:hand}
.MainLink .l {float:left;width:10px; height:25px;}
.MainLink .c {float:left; height:25px;padding-top:4px}
.MainLink .r {float:left;width:10px; height:25px;}
.MainLinkText {text-decoration:none; color:White;}

.MainLink:hover .l {float:left;width:10px; height:25px;background-image:url(images/hover_tab_left.PNG)}
.MainLink:hover .c {float:left; height:25px;background-image:url(images/hover_tab_center.PNG); background-repeat:repeat-x; color:Red}
.MainLink:hover .r {float:left;width:10px; height:25px;background-image:url(images/hover_tab_right.PNG)}
.MainLink:hover .c .MainLinkText {color:DarkBlue}

.corner_left {width:9px;height:20;background:url(images/titlebar_left.png) no-repeat;}
.corner_right {width:9px;height:20px;background:url(images/titlebar_right.png) no-repeat;}
.corner_center {height:20px;background:url(images/titlebar_center.png) repeat-x;}

.row {background-color:#EFF3FB;}
.row2 {background-color:#dbe9fc;}


.corner_left2 {
	width:9px;
	height:20px;
	background-image: url('images/titlebar_left.PNG');
	background-repeat: no-repeat;
}
	
.center_top2{
	background-image: url('images/titlebar_center.PNG');
	background-repeat: repeat-x;
	height:19px;
	width:802px;
}

.corner_right2{
	width:9px;
	height:20px;
	background-image: url('images/titlebar_right.PNG');
	background-repeat: no-repeat;
}

.middle {
	width:800px;
	border-left: 1px solid #ADD8E6;
	border-right: 1px solid #ADD8E6;
	border-bottom: 1px solid #ADD8E6;
	background-color:#EFF3FB;
	padding:2px;
}

#koszyk{
	color: darkblue;
}



.btn {width:75px;height:22px;background:url(images/btn.png);font-weight:bold;border-style:None;}
.btn:hover {cursor:hand;width:75px;height:22px;background:url(images/btn_hover.png);font-weight:bold;border-style:None;}

.btn_long {width:95px;height:22px;background:url(images/btn_long.png);font-weight:bold;border-style:None;cursor:hand}

.back_bar {background:url(images/tabs_row_bcg.gif) repeat-x;}

/* end new layout */
.row {background-color:#EFF3FB;}
.row2 {background-color:#dbe9fc;}
/*body
{
    background-image:url("images/bg_top.gif");
    background-repeat:repeat-x;
    background-position: top;
    margin: 0;
    padding: 0;
      font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}
*/

p
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
}

.menu p
{
   font-size: 12px;
   font-weight: bold;
   color: #336699;
}

a
{
   color: #336699;
}


.menu a
{
   font-size: 13px;
   font-weight: bold;
   color: #336699;
}

.menu a:link, .menu a:visited
{
  text-decoration: none; 
}

.menu a:hover, .menu a:active
{
  text-decoration: underline; 
}

.grid
{
   border: solid 1px #ddd;
}

.grid td
{
    /*border: solid 1px #ddd;*/
}

.type
{   background-color: #336699;
    color: #fff;
}
.type p
{
    background-color: #336699;
    margin: 1px;
    padding: 3px;    
}

.brand
{
   border: solid 1px #ddd; 
}
.brand p
{
    background-color: #F5F3F1;
    margin: 1px;
    padding: 3px;
    text-align: left;
}



.product th
{
   background-color: #eee;
   text-align: left;
}

.product td
{
    border: solid 1px #ddd;
}

.product a:link, .product a:visited
{
  text-decoration: none; 
}

.product a:hover, .product a:active
{
  text-decoration: underline; 
}

.prod_bg
{
	background-image:url("images/bg_thumb.gif");
	text-align: center;
}

.prod_bg img
{
	border: solid thick #fff;
}