
*
{
	font-family: Verdana, Arial, lucida, sans-serif;
	font-size: x-small;
}

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	background: url( '../img/page_bck.gif' );
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	text-align: center;
}

#container
{
	margin: auto;
	width: 772px;
	background: url( '../img/content_bck.gif' ) repeat-y center;
}

#content_header
{
	background: url( '../img/top_bck.jpg' ) no-repeat top center;
	height: 158px;
	text-align: center;
	cursor: pointer;
}
#content_header H1
{
	display: none;
}
#content_footer
{
	/*background: url('../img/bottom_bck.jpg') no-repeat top center;*/
	background: url( '../img/bottomND_bck.jpg' ) no-repeat top center;
	clear: both;
	height: 70px;
}
#content_footer SPAN
{
	position: relative;
	top: 30px;
	color: white;
	text-align: center;
	width: 759px;
}
#content_footer SPAN a:link, #content_footer SPAN a:active, #content_footer SPAN a:visited
{
	color: White;
	text-decoration: none;
}
#content_footer SPAN a:hover
{
	text-decoration: underline;
}

#content_side1
{
	float: left;
	border: 1px red;
	width: 60px;
}

#content_main
{
	float: right;
	border: 1px green;
	width: 570px;
	margin-right: 10px;
}




/* help+kosik */
/* ---------- */

#help
{
	position: relative;
	top: 3px;
	left: 550px;
	background: url( '../img/questionmark.gif' ) no-repeat left;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#help SPAN A
{
	margin-left: 25px;
	color: white;
	padding: 0px;
}

#shopbasket
{
	position: relative;
	top: 20px;
	left: 286px;
	width: 188px;
	height: 125px;
	text-align: center;
	margin-bottom: 15px;
}
html > body #shopbasket
{
	/* not 4 ie*/
	left: 580px;
	top: 35px;
}

#shopbasket TH
{
	text-align: right;
	color: gray;
	font-weight: bold;
	font-weight: xx-small;
}

#shopbasket HR
{
	width: 100%;
	color: silver;
	height: 1px;
	margin-top: 5px;
}
#shopbasket SPAN#name
{
	display: block-inline;
	font-weight: bold;
	margin-bottom: 5px;
}
#shopbasket SPAN#price
{
	color: #C33100;
	font-weight: bold;
}














/* form  */
/* ----- */

FORM, DL
{
	display: inline;
}

INPUT, SELECT
{
	font-size: xx-small;
}

INPUT.button
{
	display: inline;
	background: url( '../img/input_bck.gif' );
	border: 1px solid gray;
	height: 20px;
	color: #333;
	vertical-align: middle;
	text-align: center;
}
INPUT.button2
{
	display: inline;
	background: url( '../img/input2_bck.gif' );
	border: 1px solid gray;
	height: 19px;
}
INPUT.button3
{
	display: inline;
	background: url( '../img/input3_bck.gif' );
	border: 1px solid gray;
	height: 19px;
}
DIV.button_small
{
	display: inline;
	margin: 5px;
	background: url( '../img/arrow_red.gif' ) no-repeat left;
}
DIV.button_small A
{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 9px;
	margin-left: 10px;
	color: #555;
}

IMG
{
	border: 0px;
	vertical-align: middle;
}

IMG.content_titleimg
{
	position: relative;
	left: 0px;
}
* IMG.content_titleimg
{
	margin-right: 0px;
	margin-top: 0px;
}
html > body IMG.content_titleimg
{
	margin-top: 11px;
	margin-right: -59px;
}
html > body IMG.content_titleimg
{
	/* ie hack*/
	left: 55px;
	top: 4px;
}

/* nadpis */
/* ------ */


H2
{
	padding-top: 10px;
	padding-left: 20px;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #C33100;
}

H3
{
	background: url( '../img/arrow_blue.gif' ) no-repeat top left;
	padding-left: 20px;
	border-bottom: 1px solid gray;
	font-size: x-small;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	color: #333;
}

P
{
	text-align: left;
}

.description
{
	color: gray;
}


.info_title
{
	margin-left: 30px;
	background: url( '../img/arrow_circle2_right.gif' ) no-repeat top left;
	padding-left: 25px;
	padding-top: 4px;
	font-weight: bold;
	text-align: left;
	height: 25px;
}
.info_description
{
	margin-left: 55px;
	text-align: left;
	padding-bottom: 15px;
}


/* anchor */
/* ------ */

A
{
	text-decoration: none;
}
A:Hover
{
	text-decoration: underline;
}

.active
{
	color: #FF7F00;
}
