<?php
Header( "Content-type: text/css; charset=UTF-8" );
?>
table.basket_list {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 700px;
    margin: 0 auto;
}


body, td, table, input, select {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    text-align: right;
}

.body {
    background-image: url(images/title.jpg);
    background-repeat: no-repeat;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 60px;
    margin-right: 50px;
    text-align: right;
}

a {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 10px;
    color: #444444;
    text-decoration: none;
}
a.menu {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: none;
    
}
a.menu:hover {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 10px;
    color: #000000;
    text-decoration: underline;
}
a.viewbaket {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 10px;
    color: #444444;
    text-decoration: none;
    
}
a.viewbaket:hover {
    font-family: Verdana, Timok, Arial, sans-serif;
    font-size: 10px;
    color: #444444;
    text-decoration: underline;
}


table.checkout_table {
    border: 1px solid #cccccc;
    padding: 2px;
    width: 700px;
    margin: 0 auto;
}

table.checkout_table input,select,textarea {
	border: 1px inset gray;
	background-color: #EAEAEA;
/* 	background */
	color: black;
	width: 250px;
}

table.checkout_table .sbm {
	border: 2px outset silver;
	background-color: RGB(212,208,200);
	background: RGB(212,208,200);
	color: black;
	width: 100px;
}

td.th {
    padding: 2px;
    border-bottom: 1px solid black;
}

.right {
    text-align: right;
}

div.navigation {
    width: 690px;
    margin: 0 auto;
    margin-top: 10px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.bold {
    font-weight: bold;
}

.pad_2 {
    padding: 2px;
}

.black_border {
    border-top: 1px solid black;
}

.remove_all {
    padding: 2px;
    text-align: right;
}

.red {
    color: red;
    text-align: center;
}

.even_row {
    background-color: #f6f6f6;
}

.odd_row {
    background-color: #ffffff;
}
.menu_holder {
/* 	width:627px; */
	height:23px;
	float:left;
	padding-bottom:3px;
/* 	padding-left:5px; */
/* 	background:url(images/blue_background.jpg); */
	margin-top:3px;
	margin-left:3px;
}
.mholder_left{ width: 7px; height: 23px;
	background: url(images/mholder_left.jpg) 0% 0% no-repeat;
}
.mholder_right{ width: 9px; height: 23px;
	background: url(images/mholder_right.jpg) 0% 0% no-repeat;
}
.mholder_mid { height: 23px;
	background: url(images/mholder_mid.jpg) 0% 0% repeat-x;
}
html>body .menu_holder {
	width:625px;
	height:20px;
}

.admin_menu {
	border-right: 1px solid gray;
	vertical-align: top;
}

.admin_header_l {
	width: 150px;
}

.admin_header_r {
	width: 450px;
	color: gray;
	font-style: oblique;
}