html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	background-image: url('../images/index/layout/bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	font-variant: small-caps;
	height: 100%;
}

img {
	border: 0;
}

li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #A33626;
}

#container {
	position: relative;
	width: 780px;
	overflow: hidden;
	min-height: 100%;
	height: auto !important;

	margin: 0 auto -66px;
}

#push {
	height: 66px;
	clear: both;
}

#footer {
	height: 66px;
	width: 780px;
	margin: auto;
	overflow: hidden;
}

#footer_top {
	position: relative;
	height: 16px;
	width: 780px;
	overflow: hidden;
	margin-top: 15px;
	background-image: url('../images/index/layout/patern.gif');
	background-repeat: repeat;
	text-align: center;
	color: white;
	font: normal small-caps normal 12px Impact;
}



#top_flash {
	position: relative;
	height: 234px;
	width: 780px;
	z-index: 10;
}

#left {
	position: relative;
	float: left;
	width: 160px;
	padding-right: 40px;
	overflow: hidden;
}

#right {
	position: relative;
	float: right;
	width: 580px;
	padding-top: 10px;
	overflow: hidden;
}

.left_title {
	position: relative;
	width: 157px;
	height: 25px;
	overflow: hidden;
	background-image: url('../images/index/layout/patern.gif');
	background-repeat: repeat;
	margin-top: 20px;
	color: white;
	font: normal small-caps normal 17px Impact;
	padding-top: 5px;
	padding-left: 3px;
	margin-bottom: 0px;
}

.input_div {
	position: relative;
	width: 160px;
	height: 30px;
	overflow: hidden;
}

.input {
	background-image: url('../images/index/layout/search_form.gif');
	background-repeat: no-repeat;
	width: 150px;
	height: 18px;
	border: 0px;
	font: normal normal normal 17px Impact;/* small-caps*/
	color: #D56400;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
	float: left;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
}

.textarea {
	background-image: url('../images/index/layout/textarea.gif');
	background-repeat: no-repeat;
	width: 310px;
	height: 233px;
	border: 0px;
	font: normal small-caps normal 17px Impact;
	color: #D56400;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;;
}

#menu {
	position: relative;
	width: 140px;
	overflow: hidden;
	background-image: url('../images/index/layout/patern.gif');
	background-repeat: repeat;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#menu a {
	font: normal small-caps normal 17px Impact;
	color: white;
	text-decoration: none;
	display: block;
	border-bottom: 2px solid white;
	margin-bottom: 10px;
}

a.register {
	font: normal small-caps normal 13px Impact;
	color: #5A5A5A;
	text-decoration: none;
	margin-top: 5px;
	display: block;
	position: relative;
}

.flash {
	margin: auto;
}

.products {
	position: relative;
	width: 595px;
	margin-top: 10px;
	
}

.product {
	position: relative;
	float: left;
	width: 104px;
	margin-right: 15px;
	height: 170px;
	overflow: hidden;
}

.product_artist {
	width: 104px;
	color: #A33626;
	text-align: center;
	font: normal small-caps normal 17px Impact;
	height: 21px;
	overflow: hidden;
}

.product_thumb {
	width: 104px;
	text-align: center;
	height: 106px;
	overflow: hidden;
}

.product_thumb img {
	padding: 1px;
	border: 1px solid #A9A9A9;
	background-color: white;
}

.product_title {
	width: 104px;
	color: #636363;
	text-align: center;
	font: normal small-caps normal 17px Impact;
	height: 21px;
	overflow: hidden;
}

.product_price {
	color: white;
	background-color: #353535;
	text-align: center;
	font: normal small-caps normal 18px Impact;
	height: 22px;
	overflow: hidden;
}

.line {
	width: 100%;
	height: 0px;
	overflow: hidden;
	border-top: 1px solid #5A5A5A;
	border-bottom: 1px solid #BDBDBD;
	margin-top: 10px;
	clear: both;
	float: left;
}

.opinie {
	position: relative;
	width: 580px;
	margin-top: 10px;
	float: left;
	min-height: 50px;
}

.article {
	position: relative;
	width: 580px;
	margin-top: 10px;
	float: left;
	min-height: 100px;
}

.article_left {
	width: 104px;
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
}

.product_price2 {
	width: 104px;
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #A33626;
	font: normal small-caps normal 20px Impact;
}

.product_price3 {
	width: 104px;
	position: relative;
	float: left;
	text-align: center;
	overflow: hidden;
	color: #575757;
	font: normal small-caps normal 20px Impact;
	text-decoration: line-through;
}

.article_left img {
	padding: 1px;
	border: 1px solid #A9A9A9;
	background-color: white;
}

.article_right {
	width: 476px;
	position: relative;
	float: right;
	overflow: hidden;
}

.article_title {
	width: 466px;
	color: #A33626;
	font: normal small-caps normal 24px Impact;
	overflow: hidden;
	padding-left: 10px;
}


.article_description {
	width: 466px;
	color: #636363;
	font: normal small-caps normal 17px Impact;
	overflow: hidden;
	padding-left: 10px;
}

.article_more {
	margin-top: 10px;
}

.article_button {
	display: block;
	position: relative;
	float: left;
	margin-left: 10px;
	height: 22px;
	background-image: url('../images/index/layout/button_bg.gif');
	background-repeat: no-repeat;
	color: #A33626;
	font: normal small-caps normal 13px Impact;
	padding-left: 7px;
	line-height: 15px;
	text-decoration: none;
	
}

.article_button img {
	vertical-align: middle;
}



/* koszyk.html */

#table {
	width: 550px;
	position: relative;
	float: left;
	margin-left: 12px;
	margin-top: 8px;
}

* html #table { 
	margin-left: 6px;
}

#table_top {
	width: 673px;
	position: relative;
	float: left;
	height: 34px;
	overflow: hidden;
	font: bold 13px Arial;
	color: #FFF;
	background: url('../images/index/layout/patern.gif');
}

#table_top_1 {
	width: 320px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	border-right: 1px solid #FFF;
	padding-left: 10px;
	padding-top: 9px;
}

#table_top_2 {
	width: 71px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
	border-right: 1px solid #FFF;
}

#table_top_3 {
	width: 85px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
	border-right: 1px solid #FFF;
}

#table_top_4 {
	width: 59px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
}

.table_row {
	width: 550px;
	position: relative;
	float: left;
	min-height: 34px;
	overflow: hidden;
	font: bold 13px Arial;
	border-bottom: 1px solid #CACACA;
}

.empty_row {
	width: 550px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	font: bold 13px Arial;
}

.table_cell_1 {
	width: 320px;
	position: relative;
	float: left;
	min-height: 25px;
	overflow: hidden;
	padding-left: 10px;
	padding-top: 9px;
	border-left: 1px solid #CACACA;
	color: #56606E;
}

.empty_cell_1 {
	width: 452px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	padding-right: 5px;
	padding-top: 9px;
	color: #000;
	text-align: right;
}

.table_cell_2 {
	width: 70px;
	position: relative;
	float: left;
	height: 30px;
	overflow: hidden;
	text-align: center;
	padding-top: 4px;
	/*border-right: 1px solid #FFF;*/
}

.empty_cell_2 {
	width: 71px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
	color: #000;
}

.table_cell_2 input{
	width: 60px;
	height: 20px;
	border: 1px solid #7D93AF;
	text-align: center;
	padding-top: 4px; 
	color: #56606E;
}

.table_cell_3 {
	width: 83px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
	color: #56606E;
	font: normal 13px Arial;
}

.empty_cell_3 {
	width: 83px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
	color: #F00;
	font: bold 13px Arial;
}

.table_cell_4 {
	width: 59px;
	position: relative;
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
	padding-top: 9px;
}

#basket_buttons {
	width: 550px;
	height: 38px;
	position: relative;
	float: left;
	/*background: url('../images/index/layout/buttons_bg.gif');*/
	margin-bottom: 10px;
}

.basket_button_space {
	width: 10px;
	height: 38px;
	position: relative;
	float: left;
}

.basket_button_left {
	width: 3px;
	height: 38px;
	position: relative;
	float: left;
	background: url('../images/index/layout/basket_button_left.gif');
}

.basket_button_right {
	width: 3px;
	height: 38px;
	position: relative;
	float: left;
	background: url('../images/index/layout/basket_button_right.gif');
}

.basket_button_content {
	height: 28px;
	position: relative;
	float: left;
	background: url('../images/index/layout/basket_button_content.gif');
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
}

.basket_button_content a {
	color: #1A5198;
	font: bold 13px Arial;
	text-decoration: none;
}

.basket_button_content a:hover {
	text-decoration: underline;
}

#comments_left {
	color: #000;;
	font: bold 12px Arial;
	position: relative;
	float: left;
	width: 127px;
	text-align: right;
	padding-right: 10px;
	padding-top: 5px;
}

#comments_right {
	color: #000;;
	font: bold 13px Arial;
	position: relative;
	float: left;
	width: 536px;
}

#comments_right textarea {
	width: 530px;
	height: 78px;
	border: 1px solid #869BB5;
	color: #56606E;
}

#order {
	margin-top: 15px;
	position: relative;
	float: left;
	width: 673px;
	height: 25px;
	background-image: url('../images/index/layout/order.gif');
	background-position: 158px 0px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 9px;
	overflow: hidden;
}

#order a {
	color: #FFF;
	font: bold 13px Arial;
	text-decoration: none;
}

#order a:hover {
	text-decoration: underline;
}

#notes_up {
	position: relative;
	float: left;
	width: 673px;
	height: 4px;
	overflow: hidden;
	margin-top: 15px;
	background: url('../images/index/layout/notes_up.gif');
}

#notes_down {
	position: relative;
	float: left;
	width: 673px;
	height: 4px;
	overflow: hidden;
	background: url('../images/index/layout/notes_down.gif');
}

#notes {
	position: relative;
	float: left;
	width: 653px;
	overflow: hidden;
	background: url('../images/index/layout/notes.gif');
	padding: 10px ;
	color: #585555;
	font: normal 13px Arial;
	line-height: 20px;
	
}
