﻿body
{
	background-color: white;
	font-size: 10pt;
	font-family: Arial, Verdana;
	color: #383431;
	text-align: justify;
	width: 800px;
}


p
{
	font-size: 100%;
}

em
{
	font-size: 107%;
	font-weight: bold;
	font-style: normal;
	color: #DB224C;
}

a img
{
	border: none;
}



h1
{
	font-size: 160%;
	color: #079AE0;
}
h2
{
    font-size: 110%;
    color: #DB224C;
}

h3
{
	font-size: 110%;
}

h4, 
{
	font-weight: bold;
	font-size: 103%;
	color: #DB224C;
	background-color: Red;
}

#header
{
	border-bottom: solid 3px #383431;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#header p
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#tabs
{
	position: relative;
	left: 225px;
	display: block;
	list-style: none;
	margin: 0px 0px -14px 0px;
	padding: 0px 0px 0px 0px;
}

#tabs li /*komentarz*/
{
	background-image: url('img/tab-bg.gif');
	background-repeat: no-repeat;
	display: inline-block;
	list-style: none;
	width: 110px;
	height: 23px;
	margin: 0 0 0 0;
	padding: 2px 0 0 23px;
	color: White;
}

#home-page
{
	width: 750px;
	position: relative;
	left: -290px;
}
#home-promotion
{
    position:absolute;
    margin-left: 310px;
    margin-top: 20px;
    
}

#tabs li:hover
{
	background-image: url('img/tab-bg-sel.gif');
}

.homepage-right
{
	min-height: 300px;
	background-image: url('img/index-right-bg.jpg');
	background-repeat: no-repeat;
	float: right;
	margin: 0;
	padding: 0 15px 0 0px;
	width: 240px;
    
}

.homepage-right ul
{
	list-style: none;
	margin: 0;
	padding-right: 5px;
	padding-left: 18px;
}

.homepage-right ul li
{
	padding: 13px 5px 0 0;
}

.homepage-right .ask
{
	font-size: 150%;
	font-weight: bold;
	color: #DB214C;
}

.homepage-right .red
{
	font-size: 102%;
	color: #DB214C;
}

.homepage-right .blue
{
	font-size: 102%;
	color: #007CC3;
}


.comments-button /*DIV na homepage: z trzema przyciskami*/
{
	min-height: 100px;
	float: left;
}

#comments-page ul
{
	list-style: none;
}

.odd
{
	background-color: #F7FAFC;
}

.add-comment li
{
	list-style: none;
	margin: 0 0 0 -20px;
}
a
{
    color: #079ae0;
}


a:hover
{
	text-decoration: none;
}

#tabs li.howtobuy
{
	padding: 2px 0 0 19px;
}


#tabs li.selected
{
	background-image: url('img/tab-bg-sel.gif');
}

#tabs li a
{
	color: White;
	margin: 10px 0 0 0;
	text-decoration: none;
}


li
{
	padding: 3px;
}

ul
{
	list-style-image: url('img/LiDot.gif');
}

ul li img
{
	float: left;
}

ul li ul li
{
	margin: 0 0 0 2px;
}



#tagline
{
	position: absolute;
	font-weight: bold;
	font-size: 200%;
	left: 450px;
	top: 0px;
}

#content
{
	min-height: 400px;
}

#page-image
{
	float: left;
	width: 350px;
}

#page-content
{
	padding: 0 0 0 2px;
	float: right;
	width: 440px;
}

#footer
{
	border-top: solid 3px #383431;
	margin: 0;
	padding: 0;
	margin-top: 45px;
	float: left;
}

#footer ul.nav
{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-image: none;
	float: left;
	width: 20%;
}

#footer ul.nav:hover
{
	font-style: normal;
}

#footer ul.nav li
{
	display: inline-block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
    list-style: red;
}

#text-footer
{
	font-size: 80%;
	color: Gray;
	float: right;
	display: block;
	width: 80%;
}

input .Order
{
	width: 500px;
}

#order
{
	float: right;
	position: relative;
	width: 100%;
	top: -88px;
}



#order span
{
	float: right;
	vertical-align: bottom;
	color: Gray;
	padding-top: 20px;
	margin-right: 4px;
}

#order div
{
	background-image: url('img/order-bg.gif');
	text-align: center;
	height: 36px;
	width: 140px;
	padding: 2px 0 0 0;
	float: right;
}


#order div:hover
{
	background-image: url('img/order-bg-sel.gif');
	width: 140px;
	height: 36px;
}

#order-info
{
	text-align: right;
	color: gray;
}

ul.order-first-step, ul.order-first-step li ul
{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.order-first-step ul
{
	list-style: none;
}

.order-navigation
{
    
	margin: 15px 0 15px 0;
	border: solid 1px #E0E0E0;
}

.shipmentMethodId
{
	background-color: Red;
}

.text-description
{
	color: #919191;
}
#order a
{
	padding-left: 10px;
	padding-top: 4px;
	color: White;
	text-decoration: none;
}

.field-validation-error
{
	color: #ff0000;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}


.validation-summary-errors
{
	list-style: none;
	color: #db214c;
	font-weight: bold;
    
}

span.invoice
{
	float: right;
}
span.invoice input[type="radiobutton"]
{
	padding: 0 15px 0 15px;
}

input[type="submit"], a.button
{
	display: block;
	text-decoration: none;
	text-align: center;
	border: solid 0px red;
	background-image: url('img/order-back-bg.gif');
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	width: 66px;
	height: 20px;
	color: white;
	float: left;
}

input[type="submit"]:hover, a.button:hover
{
	background-image: url('img/order-back-bg-sel.gif');
	width: 66px;
	height: 20px;
	border: none;
	cursor: pointer;
}
ul.adress-table
{
	padding: 0 0 0 0;
}

ul.adress-table li
{
	margin: 4px 0 0 0;
}

ul.adress-table li input[type="text"]
{
	float: right;
	border: solid 1px #D8D8D8;
}



#home-button
{
	display: block;
	width: 101px;
	height: 32px;
	background-image: url('img/home-button.gif');
	color: White;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	padding: 1px 10px 0px 10px;
	float: right;
}

#home-button:hover
{
	background-image: url('img/home-button-sel.gif');
}

.unit-price
{
	display: block;
	list-style: none;
}
.unit-price img
{
	float: left;
	margin: 20px 30px 20px -30px;
	
}

.promotion-prices
{
	background-image: url('img/promotion-bg.gif');
	background-repeat: no-repeat;
	list-style: none;
	height: 130px;
	padding: 15px 20px 10px 20px;
}

.promotion-prices img
{
	float: left;
	margin: 10px 20px 0 -10px;
	padding: 0 5px 0 -10px;
}

.promotion-prices span
{
	font-weight: bold;
	color: Red;
}

ul.delivery-price
{
	padding: 0 0 0 0;
}
ul.delivery-price li
{
	margin: 0 0 0 40px;
}
ul.delivery-price li span
{
	float: right;
}



.adress-table
{
	list-style: none;
}

legend
{
	font-weight: bold;
}

.quantity
{
	width: 30px;
	text-align: center;
	border-color: #E0E0E0;
}

.dec, .inc
{
	display: none;
	border: none;
	border-color: White;
	background-image: url('img/AddButton.gif');
	background-repeat: no-repeat;
	margin: 0 10px 0 10px;
	width: 25px;
	height: 25px;
	color: White;
	font-size: 130%;
	font-weight: bold;
}

.dec:hover, .inc:hover
{
	display: none;
	background-image: url('img/AddButton-sel.gif');
	background-repeat: no-repeat;
	color: White;
}

input.large-button
{
	background-image: url('img/large-button.gif');
	width: 85px;
	height: 20px;
}
input.large-button:hover
{
	background-image: url('img/large-button-sel.gif');
	width: 85px;
	height: 20px;
}

span.nick
{
	display: block;
	font-weight: bold;
	text-align: right;
}

.navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation li
{
	display: block;
	float: left;
	list-style: none;
	width: 45%;
	padding: 0 0 0 10px;
	margin: 0;
}


#place-order-page .navigation
{
	clear: both;
	border-top: solid 1px silver;
	margin-top: 30px;
	padding: 10px 0 30px 0;
}

#place-order-page .navigation li.next
{
	text-align: right;
}

#place-order-page .navigation li.next input
{
	float: right;
}


ul.summary-table, ul.summary-table li ul, ul.summary-table ul
{
	list-style: none;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}

ol li ul li ul li
{
	margin-left: 180px;
	background-color: #F9FDFF;
}
span.right
{
	text-align: right;
	float: right;
    
}

ol
{
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
  
}
li.summary
{
	border-top: solid 1px silver;
}

ol li ul
{
	padding: 3px 0 3px 0;
}

ol li.order-sum ul li
{
	list-style: none;
}

#place-order-page .summary
{
	border-top: solid 1px silver;
	display: none;
	list-style: none;
	padding: 0 0 0 0;
}

#rules-page div
{
	margin-top: 30px;
	width: 98%;
	height: 400px;
	overflow: scroll;
}

ul.no-style
{
	list-style: none;
	padding: 0 0 0 20px;
}

fieldset ul
{
    list-style: none;
}

fieldset ul li.buttons
{
    margin: 5px 0 5px 220px;
    padding: 0 0 20px 0;
}

ul.partners
{
    margin: 0 0 0 120px;
    list-style: none;
    
    }
    
ul.partners span
{
    color: Gray;
}