body {
	background-color:white;
}
a
    {
    color: black;
    text-decoration: none;
    }

a:hover { 
	text-decoration: none;
	color:#49a4ca;
}
a:visited {
	text-decoration: none;
}


table {
	font-family: verdana;
	font-size: 11px;
}

.page {
	font-family: verdana;
	font-size: 11px;
	background-repeat:   repeat-x;
}

.box_top_left {
	background-image:url('../img/page/box_top_left.png'); 
	background-repeat: no-repeat;
	background-position: right;
}

.box_name {
font-family: verdana;
	font-size: 12px;
	background-image:url('../img/page/box_top_center.png'); 
	background-repeat: repeat-x;
	font-size: 10px;
   color: white;
	font-weight: bold;
	background-position: right;
}

.box_top_right {
	background-image:url('../img/page/box_top_right.png'); 
	background-repeat: no-repeat;
}

.box_content  {
font-family: verdana;
font-size: 11px;
padding-top: 5px;pa
padding-bottom: 5px;
}

.box_middle_left {
	background-image: url('../img/page/box_middle_left.png');
	background-repeat: repeat-y;
	background-position: right;
}

.box_middle_right {
	background-image: url('../img/page/box_middle_right.png');
	background-repeat: repeat-y;
}

.box_bottom_left {
	background-image: url('../img/page/box_bottom_left.png');
	background-repeat: no-repeat;
	background-position: right;
}

.box_bottom_center {
	background-image: url('../img/page/box_bottom_center.png');
	background-repeat: repeat-x;
}

.box_bottom_right {
	background-image: url('../img/page/box_bottom_right.png');
	background-repeat: no-repeat;
}

.price {
	background-color: #49a4ca;
	color:white;
	font-family:arial;
	font-weight:bold;
	font-size: 12px;
	height: 18px;
	padding-left: 3px;
	padding-right: 3px;
}

.price2 {
	background-color: white;
	color:black;
	font-family: arial;
	font-size:10px;
	padding-left: 3px;
	padding-right: 3px;

}

.product_name {
	font-size: 10px;
	font-family: verdana;
	font-weight:bold;
}

.icons {
	padding-left: 10px;
}

.cart_top {
	width: 144px;
	height:51px;
	background-image: url('../img/page/koszyk.png');
	font-size: 17px;
	text-align: right;
	font-weight: bold;
	font-family: verdana;
}

.cart_button {
	border-style: solid;
	border-color:#49a4ca;
	background-color: #C7E7F4; 
	border-width: 1px;
	width:200px;
	text-align:left;
	font-weight:bold;
}


.cart_count {
	border-style:solid;
	border-width:1px;
	width: 40px;
}

.order_input,input {
	border-color: #A9A9A9;
	border-width: 1px;
	border-style:solid;
}

.order_button {
	border-style: solid;
	border-color:#49a4ca;
	background-color: #C7E7F4; 
	border-width: 1px;
	width:100px;
	text-align:center;
	font-weight:bold;
}

#help {font-size:11px;}
#help #mark {color: #49a4ca;}
#help #name {font-size: 12px;font-weight:bold;padding-left:20px;padding-bottom:12px;}
#help #content {font-size:12px;text-align: justify;padding-bottom:32px;}