html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #e8e8e8;
	color: black;
	font-family: Arial;
	font-size: 12px;
}	

div.page {
	width: 950px;
	background-color: #ffffff;
	margin: 0 auto;
	margin-top: 10px;
}

div.header {
	width: 950px;
	height: 136px;
	background: url(images/header-bg1.jpg) no-repeat;
	position: relative;
}

a.logo {
	display: block;
	width: 350px;
	height: 100px;
	position: aboslute;
}

div.menu {
	width: 950px;
	height: 28px;
	/*background: #353535 url(images/menu-bg.jpg) no-repeat;*/
	background-color: #666666;
	margin-top: 2px;
}

div.main-menu {
	position: absolute;
	color: white;
	width: 730px;
	height: 28px;
	line-height: 28px;
	top: 138px;
	left: 220px;
}

div.main-menu a {
	float: left;
	display: block;
	height: 28px;
	font-size: 0px;
	text-decoration: none;
	font-weight: bold;
	background-image: url(images/menu-separator.gif);
	background-repeat: no-repeat;
	background-position: right;
}

div.main-menu a#menu-skladby {
	background-image: url(images/menu-skladby.gif);
	width:179px;
}

div.main-menu a#menu-interpreti {
	background-image: url(images/menu-interpreti.gif);
	width:146px;
}

div.main-menu a#menu-zanre {
	background-image: url(images/menu-zanre.gif);
	width:117px;
}

div.main-menu a#menu-ako {
	background-image: url(images/menu-ako.gif);
	width:190px;
}

div.main-menu a#menu-kontakt {
	background-image: url(images/menu-kontakt.gif);
	width:96px;
}

div.login-form {
	width: 230px;
	height: 50px;
	position: absolute;
	top: 35px;
	right: 15px;

}

div.login-form  font {
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0 5px 3px;
	padding: 0 0 0 0;
}

div.login-form p {
	margin: 3px 0 5px 0;
	padding: 0 0 0 0;
}

div.login-form a {
	color: white;
	text-decoration: none;
	margin-left: 3px;
}

div.login-form a:hover {
	text-decoration: underline;
}

div.login-form input {
	width: 155px;
	height: 22px;
	line-height: 22px;
	border: 0px;
	padding: 0px;
	margin: 0px 0px 3px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 11px;
	padding-left: 5px;
	
}

div.login-form input.submit {
	width: 50px;
	height: 47px;
	position: absolute;
	left: 173px;
	top: 0px;
	border: 0px;
	cursor: pointer;
	background-color: #fc6b6b;
	background-image: url(images/login-submit.gif);
	background-position: center center;
	background-repeat: no-repeat;
	color: white;
	text-indent: -10000px;
}

div.content {
	width: 950px;
	color: black;
	overflow: hidden;
	float: none;
	clear: both;
}

div.content div.main {
	width: 640px;
	float: left;
}

div.main div.main-one {
	padding: 35px;
}



/* two columns */

div.main-two {
	width: 680px;
	float: left;
	overflow: hidden;
	background-image: url(images/two-columns-bg.gif);
	background-repeat: repeat-y;
}

div.left {
	width: 205px;
	float: left;
	overflow: hidden;
	padding-left: 0px;
	padding-top: 20px;
}

div.left ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	border-top: 1px dotted #eaeaea;
}

div.left ul  li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

div.left ul  li  a {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	border-bottom: 1px dotted #eaeaea;
	text-decoration: none;
	color: #353436;
	font-weight: bold;
	font-size: 12px;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 18px center;
}

div.left ul  li  a.active {
	background-color: white;
	color: #ac0001;
}

div.right-content {
	width: 430px;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
	overflow: hidden;
}

form.searchForm {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
	margin-bottom: 10px;
	margin-top: -10px;
}

form.searchForm  input.search {
	width: 315px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	margin: 0 0 0 0px;
	padding: 0 0 0 40px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(http://www.lib.lsu.edu/special/images/search-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

form.searchForm  input.submit {	
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0px;
	padding: 0 10px 0 10px;
	border: 1px solid #eaeaea;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

table.catalog {
	border-bottom: 2px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}

table.catalog td {
	border-top: 1px solid #e6e6e6;
	padding: 5px;
}

div.spevnik-header {
	height: 36px;
	/*border-bottom: 1px solid white;*/
	background-image: url(images/spevnik-caption.gif);
}

div.spevnik-header h3 {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0px;
	color: white;
}

table.cart {
	border-bottom: 1px solid white;
}

table.cart td {
	border-top: 1px solid white;
	padding: 5px;
}

div.content div.spevnik {
	width: 240px;
	float: right;
	background-color: #cd0101;
	color: white;
	padding: 0px 15px 15px 15px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(1, rgb(205,1,1)),
    color-stop(0, rgb(255,0,0))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(205,1,1) 100%,
    rgb(255,0,0) 0%
);

}

div.pages {
	overflow: hidden;
	clear: both;
	float: none;
	width: 350px;
	margin: 0 auto;
}

div.pages a {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	margin-left: 2px;
	margin-bottom: 2px;
	float: left;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	font-weight: bold;
	color: #484848;
	background-color: #e1e1e1;
}

div.pages a.active {
	background-color: #ce0101;
	color: white;
	border: 1px solid #f00001;
}

a.objButton {
	display: block;
	width: 90px;
	height: 40px;
	background-color: white;
	color: black;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	moz-border-radius: 5px;
}

a.objButton:hover {
	background-color: lightgrey;
}

div.loginForms {
	width: 600px;
	overflow: hidden;
	float: none;
	margin-top: 45px;
}

div.loginForms h3 {
	padding-bottom: 10px;
}

div.loginForms form label {
	width: 70px;
	display: block;
	float: left;
	font-size: 11px; color: #3f3f3f;
	height: 30px;
	line-height:30px;
}

div.orderLogin {
	width: 300px;
	float: left;
}

div.orderRegister {
	width: 259px;
	float: left;
	padding-left: 40px;
	border-left: 1px dotted silver;
}

a.niceButton {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	color: white;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	background-color: #dd0000;
	background-image: url('images/niceButton.gif');
}

a.niceButton:hover {
	background-color: #cc0000;
	background-image: url('images/niceButtonHover.gif');
}


div.footer {
	float: none;
	clear: both;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	border-top: 1px dotted silver;
	text-align: center;
	font-size: 10px;
	color: silver;
}

a.pay {
	padding: 3px;
	display: block;
	width: 89px;
	height: 31px;
	border: 1px solid silver;
	float: left;
	margin-right: 15px;
}


div.invoiceData {
	border: 1px dotted silver;
	padding-left: 20px;
	display: none;
	margin-top: 30px;
}

div.invoiceData label {
	width: 110px;
	display: block;
	float: left;
	font-size: 11px; color: #3f3f3f;
	height: 30px;
	line-height:30px;
}

div.promoCupon {
	width: 150px;
	height: 30px;
	border: 1px solid silver;
	float: left;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
}