html {
    
}
body {
    
}
form {
    margin: 0px;
}
input, select, textarea, td {
	color: #646464;
	font-size: 11px;
	font-family: Verdana;
}

a:link, a:visited {
	color: #646464;
    font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
}
a:hover {
	text-decoration : none;
}

a.white:link, a.white:visited {
	color: white;
    font-size: 8pt;
	font-family: Verdana;
	text-decoration : none;
}
a.white:hover {
	text-decoration: underline;
}

a.black:link, a.black:visited {
	color: black;
    font-size: 8pt;
	font-family: Verdana;
	text-decoration: underline;
}
a.black:hover {
	text-decoration: none;
}

.page_title {
    font-family : Verdana;
	font-size : 11pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}
.paging {
    font-family : Verdana;
	font-size : 11px;
	font-weight : bold;
	color : White;
    padding-right: 10px;
}
.prod_name {
    font-family : Verdana;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
}
.prod_descr {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}

.nicetablerow {
	font-family: Tahoma;
	margin:5px;
	padding: 5px;
	border: 1px solid Silver;
	background-color:#FFFFFF;
	color:#000000;
	font-size: 11px;
}

.nicetablerow2 {
	font-family: Tahoma;
	padding: 2px;
	border: 1px solid Silver;
	background-color:#FFFFFF;
	color: #000000;
	font-size: 11px;
}

.action_title {
    background-color: #000000;
    height: 45px;
}

div.tusa {
	font-family: Tahoma;
	font-size: 11px;
    margin:0px;
    overflow:visible;
    position:relative;
    width:100%;
}

div.tusa div.product {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 135px;
    height: 160px;
	border: 1px solid #cccccc;
    cursor: pointer;
}
/*
div.tusa div.product img {
    border: 1px solid #d5d5d5;
    padding: 1px;
}
*/
.imgbord {
    border: 1px solid #d5d5d5;
    padding: 1px;
}
.pages_total {
    font-weight: bold;
    color: #ffffff;
}
.pages_on {
    padding: 0px 5px 0px 5px;
    border: 1px solid #ffffff;
    font-weight: bold;
    color: #ffffff;
}

.required {
    font-size: 11px;
    font-weight: bold;
    color: red;
}

a.bot_menu:link, a.bot_menu:visited {
	font-family : Verdana;
	font-size : 8pt;
	font-weight : bold;
	color : white;
	text-decoration : none;
}
a.bot_menu:hover {
	text-decoration : underline;
}

.dots_vert {
	background-image: url(../images/dots_vert.gif);
	background-repeat: repeat-y;
	background-position: left;
}