body {
	position: relative; /* IE7 */
    margin: 0;
    padding: 7px 0 3em 0;
    font-family: "Verdana CE", "Verdana", sans-serif;
    font-size: 10pt;
    color: #000000;
    background: #ffffff;
    text-align: center;
}

/* -- box -- */

.box {
    zoom: 1;
    display: block;
    position: relative;
}

.box .clt,
.box .crt,
.box .clb,
.box .crb {
    zoom: 1; 
    margin: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: green; 
    overflow: hidden;
}

.box .clt {
    top: 0px; 
    left: 0px; 
    background: transparent url("/gui/box-blue-clt.gif") no-repeat left top;
}

.box .crt {
    top: 0px; 
    right: 0px;
    background: transparent url("/gui/box-blue-crt.gif") no-repeat left top;
}

.box .clb {
    bottom: 0px; 
    left: 0px; 
    background: transparent url("/gui/box-blue-clb.gif") no-repeat left top;
}

.box .crb {
    bottom: 0px; 
    right: 0px; 
    background: transparent url("/gui/box-blue-crb.gif") no-repeat left top;
}

.box h2.head-box {
    margin: 0;
    padding: 7px 10px;
    font-family: "Tahoma", "Tahoma CE", "Verdana", "Verdana CE", sans-serif;
    font-size: 8pt;
    font-weight: bold;
}

.box a.clt {
    top: 0px; 
    left: 0px; 
    background: transparent url("/gui/box-blue-clt.gif") no-repeat left top;
}

.box a.crt {
    top: 0px; 
    right: 0px;
    background: transparent url("/gui/box-blue-crt.gif") no-repeat left top;
}

.box a.clb {
    bottom: 0px; 
    left: 0px; 
    background: transparent url("/gui/box-blue-clb.gif") no-repeat left top;
}

.box a.crb {
    bottom: 0px; 
    right: 0px; 
    background: transparent url("/gui/box-blue-crb.gif") no-repeat left top;
}

/* -- -- */

#page {
    width: 1000px;
    margin: 0 auto;
    padding: 20px 0 0 0;
    text-align: left;
}

#pagehead {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 10pt;
}

#pagehead h1 {
    margin: 0;
    padding: 0;
}

#pagehead h1 img {
    display: block;
    margin: 0;
    padding: 0;
    border-style: none;
    
}

#page {
	border-bottom: 1px solid #ffffff;
}

#colleft {
	display: inline;
	float: left;
	width: 200px;
	font-size: 10pt;
}

#colright {
	display: inline;
	float: right;
	width: 800px;
	overflow:hidden;
	color: #ffffff;
    background-color: #040264;
    font-size: 10pt;
}

/* -- -- */

.hidden {
    display: none;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.cleaner {
    display: block;
    clear: both;
    margin: 0;
    padding: 0;
    visibility: hidden;
    height: 0px;
    font-size: 1px;
    overflow: hidden;
    background-color: #ffffff;
}

/* -- -- */

table.form-layout {
    font-size: 10pt;
    margin: 0;
    padding: 0;
    border-style: none;
    border-collapse: collapse;
}

table.form-layout td {
    margin: 0;
    padding: 0;
    border-style: none;
    vertical-align: middle;
}


/* -- -- */

#mainmenu {
	margin: 3em 0 0 0;
	padding: 0;
}

#mainmenu ul {
	display: block;
	margin: 0;
	padding: 0;
}

#mainmenu ul li {
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0 0 1px 0;
	padding: 0;
}

#mainmenu ul li.selected a {
	font-weight: bold;
	background-image: none;
}

#mainmenu ul li a {
	display: block;
/*	background: transparent url("/gui/user-menu-bullet.gif") no-repeat left center;  */
	padding: 0.3em 0 0.2em 1em;
	margin: 0;
	text-decoration: none;
	color: #333333;
	
}

#mainmenu ul li.selected a {
	background-color: #040264;
	color: #ffffff; 
}

#mainmenu ul li a:hover {
	background-color: #dddddd;
	color: #ffffff; 
}

#mainmenu ul li a.box .clt {background-image: none;}
#mainmenu ul li a.box .crt {background-image: none;}
#mainmenu ul li a.box .clb {background-image: none;}
#mainmenu ul li a.box .crb {background-image: none;}

#mainmenu ul li.selected a.box .crb {background-image: none;}
#mainmenu ul li.selected a.box .clt {background: transparent url("/gui/box-blue-clt.gif") no-repeat left top;}
#mainmenu ul li.selected a.box .crt {background: transparent url("/gui/box-blue-crt.gif") no-repeat left top;}
#mainmenu ul li.selected a.box .clb {background: transparent url("/gui/box-blue-clb.gif") no-repeat left top;}
#mainmenu ul li.selected a.box .crb {background: transparent url("/gui/box-blue-crb.gif") no-repeat left top;}

#mainmenu ul li a.box:hover {background-image: none; color: #000000;}
#mainmenu ul li a.box:hover .clt {background: transparent url("/gui/box-silver-clt.gif") no-repeat left top;}
#mainmenu ul li a.box:hover .crt {background: transparent url("/gui/box-silver-crt.gif") no-repeat left top;}
#mainmenu ul li a.box:hover .clb {background: transparent url("/gui/box-silver-clb.gif") no-repeat left top;}
#mainmenu ul li a.box:hover .crb {background: transparent url("/gui/box-silver-crb.gif") no-repeat left top;}


/* -- -- */


#page h2.title {
	margin: 0;
	padding: 0.7em 7px 0.5em 7px;
	font-family: "Arial CE", "Arial", sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 12pt;
	
}
	
.content {
	zoom: 1;
	margin: 0 5px 5px 5px;
	padding: 1em 1em 1px 1em;
	background-color: #ffffff;
	color: #000000; 
}

table {
	font-size: 9pt;
}

.form {
	margin: 0 0 1em 0;
	padding: 0;
}

.content .form table {
	border-style: none;
	margin: 0 0 1em 0;
	padding: 0;
}

.content .form table td, 
.content .form table th {
	background-color: transparent;
	border-style: none;
	margin: 0;
	padding: 0 0 0.4em 0;
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}

.content .form table th {
	padding-right: 1em;
}

.content .form fieldset {
	padding: 0 1em 0 1em;
}

.content .form fieldset table{
	margin-top: 1em;
	}
	
.form th label {
	position: relative;
	top: 0.25em;
}

.form legend {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	}
	
.form label {
	font-weight: normal;
	font-size: 10pt;
}

	
/* -- -- */

form {
    margin: 0;
    padding: 0;
}

label {
    font-family: "Tahoma", "Tahoma CE", "Verdana", "Verdana CE", sans-serif;
    font-weight: bold;
}

.form ul.error {
	margin: 0 0 0.5em 0;
	padding: 0 0 0 5px;
}

div.group {
	margin-bottom: 1em;
	}

ul.error li  {
	list-style-position: outside;
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px 0 2px 23px;
	background: transparent url("/gui/icon-error.gif") no-repeat 0px 2px;
}

.form ul.error li {
	color: #cb0000;
}

.form th label.required {
	font-weight: bold;
	}
	
.form th label.required:after {
	content: "*" ;
	color: #cb0000;
	}

.form textarea[readonly="1"] {
	color: #000000;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	font-family: "Verdana CE", "Verdana", sans-serif;
	font-size: 8pt;
}
	
table td, 
table th {
	padding: 1px 0.7em 1px 0;
}
	

.form ul.error li {
	color: #cb0000;
}

/* -- -- */

fieldset {
	border: 1px solid #ffffff;
	border: 1px solid #888888;
	margin-bottom: 1em;
	padding: 0;
}

fieldset legend {
	font-weight: bold;
	margin-left: 0.5em;
	color: #000000;
	}

fieldset table {
	margin: 0.5em;
	}

.ordinarytext {
	margin-bottom: 2em;
	}



.content h1,
.content h2, 
.content h3, 
.content h4, 
.content h5, 
.content h6 {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0; 
    font-family: "Arial CE", "Arial", sans-serif;
    font-weight: normal;
    color: #040264;	
}

.content h1 {font-size: 15pt;}
.content h2 {font-size: 14pt;}
.content h3 {font-size: 13pt;}
.content h4 {font-size: 12pt;}
.content h5 {font-size: 11pt;}
.content h6 {font-size: 10pt;}

.content a {
	color: #040264;
	text-decoration: underline;
}
	
.content p {
	margin: 0 0 1em 0;
	padding: 0;
} 

.content table {
	margin: 0 0 1em 0;
	font-size: 8pt;
	border: 2px solid #000000;
	border-collapse: collapse
}

.content table.fulltable {
	width: 100%;
	}
	
.content table td, 
.content table th {
	border: 1px solid #888888;
	padding: 0.3em 0.7em;
	text-align: left;
}

.content table th {
	font-weight: bold;
	background: #cccccc;
}

.content address {
	margin: 0 0 1em 0;
	padding: 0;
	font-style: italic;
}
	
.tovar {
	display: inline;
	float: left;
	width: 47.5%; 
	margin: 0.7em 1.5% 0.7em 0;
	padding: 0;
}

.tovar img {
	display: inline;
	float: left;
	margin: 0 0.7em 0 0;
}

.tovar strong {
	display: block;
}
	
.tovar .price {
	display: block;
	margin: 0 0 0.5em 0;
	padding: 0;
	color: #ff0000;	
}

.tovar .price span {
	font-weight: normal;
	color: #000000;
	font-size: 8pt;
}

.line {
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
}

#denniksport {
	margin: 2em 0 0 0.7em;
}
	
#denniksport img {
	border-style: none;
}