@CHARSET "UTF-8";

/** Style ogólne **/

body {
	margin: 0px;
	background-color :#CFCFCF;
	background-image: url(images/background_site.gif);
	SCROLLBAR-FACE-COLOR: #F7F7F7;
	SCROLLBAR-HIGHLIGHT-COLOR: #AEAEAE;
	SCROLLBAR-SHADOW-COLOR: #646464;
	SCROLLBAR-3DLIGHT-COLOR: #646464;
	SCROLLBAR-ARROW-COLOR: #F60118;
	SCROLLBAR-TRACK-COLOR: #F7F7F7;
	SCROLLBAR-DARKSHADOW-COLOR: #AEAEAE;
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	color: #6E6E6E;
}

p {
	margin: 0px 0px 5px 0px;
}

img {
	border: 0px;
}

a, a:visited {
	text-decoration: none;
	color: #727272;
}

a:hover {
	text-decoration: none;
	color: red;
}

a.red {
	color: #F60507 !important;
}

a.red:hover {
	color: black !important;
}

form {
	margin: 0px;
}

input, textarea {
	border: 1px solid #727272;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

input.button {
	border: none;
	border-radius: 0px;
	-moz-border-radius: 0px;
}

input.inputSearch {
	width: 150px;
	margin-left: 10px;
}

input[type='radio'], input[type='checkbox'] {
	border: none;
}

ul {
	margin: 0px;
	padding: 0px 0px 0px 14px;
}

li {
	padding: 5px 0px 5px 0px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* Treść */

.content h1, .content h2, .content h3 {
	color: #F60507;
	border-bottom: 1px dotted #F60507;
}

.content h1 {
	font-size: 18px;
}

.content h2 {
	font-size: 15px;
}

.inline {
	margin-left: 20px;
}

.content h3 a {
	color: #F60507;
}

.content h3 a:hover {
	color: #6E6E6E;
}

.content .header {
	color: #F60507;
	border-bottom: 1px dotted #F60507;
	font-weight: bold;
	font-size: 15px;
	clear: both;
	margin: 15px 0px 15px 0px;
}

.content .header .info {
	text-align: right;
	font-size: 11px;
}

.content .header a {
	color: #F60507;
	text-decoration: none;
}

.content .header a:hover {
	text-decoration: underline;
}

.content .more {
	font-style: italic;
	text-align: right;
}

/* Struktura strony */

#mainHeader {
	width: 1100px;
	height: 18px;
	background: url(images/menutop.gif);
	vertical-align: middle;
	padding: 3px 0px 3px 0px;
}

#mainHeader a, #mainHeader a:link, #mainHeader a:visited, #mainHeader a:active {
	color: #eee;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 25px 0px 25px;
}

#mainHeader a:hover {
	color: #BBBBBB;
	text-decoration: none;             
}

#main {
	width: 1100px;
	background: url(images/background_table.gif);
}

#mainLeft {
	background: url(images/background_left.gif) no-repeat;
	width: 262px;
	vertical-align: top;
	padding-bottom: 100px;
}

.moduleLeft {
	margin-top: 10px;
	width: 262px;
	color: #444;
}

.moduleLeft th {
	background-image: url(images/menu_left.gif);
	height: 30px;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.moduleLeft th a {
	color: #ffffff;
}

.moduleLeft th a:hover {
	color: red;
}

.moduleLeft td {
	padding: 5px;
}

.moduleLeft td a {
	color: #444;
}

.moduleLeft a:hover {
	color: #F60507;
}

#mainCenter {
	width: 583px;
	vertical-align: top;
}

#mainContent {
	margin: 0px 24px 20px 24px;
	min-height: 500px;
}

#mainRight {
	width: 255px;
	vertical-align: top;
	text-align: left;
}

table.moduleRight {
	width: 236px;
	background: url(images/modul_right.gif) no-repeat;
	margin: 0px 0px 25px 0px;
	border-bottom: #C3C3C3 1px solid;
}

table.moduleRight > tbody > tr > th {
	height: 26px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	border: 0px;
}

table.moduleRight > tbody > tr > td {
	padding: 8px 2px 8px 2px;
	border-left: #C3C3C3 1px solid;
	border-right: #C3C3C3 1px solid;
}

table.moduleRight > tbody > tr > td.noPadding {
	padding: 2px 2px 0px 2px;
}

#mainFooter {
	background: url(images/footer.gif);
	width: 1100px;
	height: 45px;
	margin-bottom: 15px;
}

#mainFooterCopy {
	width: 263px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #999;
}

#mainFooterCopy a, #mainFooterCopy a:link, #mainFooterCopy a:visited, #mainFooterCopy a:active {
	color: #999;
}

#mainFooterCopy a:hover {
	color: #F60507;
}

.moduleRightProduct {
	width: 224px;
	margin: 3px 3px 3px 3px;
	padding: 5px;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	background: #ffffff;
}

/* Przyciski layoutu */

.buttonSearch {
	width: 79px;
	height: 27px;
	background: transparent url(images/search.gif) no-repeat;
	border-style: none;
}

.buttonSearch:hover {
	background: transparent url(images/search-hover.gif) no-repeat;
}

.buttonAdd {
	width: 86px;
	height: 27px;
	background: transparent url(images/add.gif) no-repeat;
	border-style: none;
}

.buttonAdd:hover {
	background: transparent url(images/add-hover.gif) no-repeat;
}

.buttonOrder {
	width: 73px;
	height: 27px;
	background: transparent url(images/order.png) no-repeat;
	border-style: none;
}

.buttonOrder:hover {
	background: transparent url(images/order_hover.png) no-repeat;
}

.buttonCompare {
	width: 89px;
	height: 27px;
	background: transparent url(images/compare.png) no-repeat;
	border-style: none;
}

.buttonCompare:hover {
	background: transparent url(images/compare_hover.png) no-repeat;
}

.buttonSend {
	width: 66px;
	height: 27px;
	background: transparent url(images/send.png) no-repeat;
	border-style: none;
}

.buttonSend:hover {
	background: transparent url(images/send_hover.png) no-repeat;
}


input.inputNewsletter {
	width: 150px;
	margin-left: 5px;
}


/* Katalog ofertowy */

.catalogHuge {
	width: 162px;
	float: left;
	margin: 6px;
	text-align: center;
	padding-bottom: 5px;
}

.catalogHuge .catalogName {
	width: 162px;
	height: 24px;
	background: url(images/catalog_name.png);
	padding: 6px 0px 0px 0px;
}

.filters td {
	text-align: left;
	padding-left: 15px;
	padding-right: 1px;
}

.pagesBar {
	text-align: center;
	margin: 15px;
	clear: both;
}

.pagesBar a {
	border: 1px solid #c2c2c2;
	padding: 5px;
	margin: 3px;
}

.pagesBar a:hover {
	background-color: #f0f0f0;
}

.pagesBar a.active {
	font-weight: bold;
	background-color: #f0f0f0;
	color: red;
}

.products h3 {
	margin: 10px 0px 2px 0px;
}

.products .price {
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.products .basket {
	width: 119px;
	height: 27px;
	background: transparent url(images/basket.gif) no-repeat;
	border-style: none;
}

.products .basket:hover {
	background: transparent url(images/basket-hover.gif) no-repeat;
}

.products .compare {
	width: 119px;
	height: 27px;
	background: transparent url(images/tocompare.gif) no-repeat;
	border-style: none;
}

.products .compare:hover {
	background: transparent url(images/tocompare_hover.gif) no-repeat;
}

.products .compare {
	font-size: 11px;
}

/* Strona produktu */

#productContent {
	margin-top: 10px;
}

.productBig {
	margin: 0px 12px 2px 0px;
	border: 1px solid #c3c3c3;
	cursor: pointer;
}

.productInfo-noImage {
	margin-left: 10px;
}

.productInfo {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px solid #C3C3C3;
	width: 321px;
	background: #eee;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

table.productInfo .price {
	font-size: 14px;
	font-weight: bold;
}

table.productInfo .basket {
	width: 119px;
	height: 27px;
	background: transparent url(images/basket.gif) no-repeat;
	border-style: none;
	margin: 4px 4px 0px 0px;
}

table.productInfo .basket:hover {
	background: transparent url(images/basket-hover.gif) no-repeat;
}

table.productInfo .compare {
	width: 119px;
	height: 27px;
	background: transparent url(images/tocompare.gif) no-repeat;
	border-style: none;
	margin: 4px 4px 4px 4px;
}

table.productInfo .compare:hover {
	background: transparent url(images/tocompare_hover.gif) no-repeat;
}

#productDetails {
	padding-top: 10px;
	clear: both;
}

table.productSpecification {
	width: 100%;
}

table.productSpecification th {
	background: #eee;
	padding: 5px;
	width: 50%;
	text-align: right;
	font-weight: normal;
}

table.productSpecification td {
	background: #eee;
	padding: 5px;
	width: 50%;
	text-align: left;
	font-weight: bold;
}

.accessorieHeader {
	color: #F60507;
	border-bottom: 1px dotted #F60507;
	font-weight: bold;
	font-size: 15px;
	clear: both;
	margin: 0px;
}

.accessorieHeader a {
	color: #F60507;
	text-decoration: none;
}

.accessorieHeader a:hover {
	color: #6E6E6E;
}

img.gallery {
	cursor: pointer;
}

.viewAlso {
	width: 242px;
	margin: 5px 10px 5px 10px;
	padding: 5px;
	background: #fff;
	border: 1px solid #C3C3C3;
	border-radius: 10px;
	-moz-border-radius: 10px;
}

/** Zamówienie **/

.orderBasket th {
	text-align: center;
	background: grey;
	color: white;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.orderBasket td {
	vertical-align: middle;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #efefef;
}

.orderBasket .item {
	height: 25px;
}

.orderBasket .item span {
	vertical-align: 2px;
}

.orderBasket .item span.active {
	font-weight: bold;
}

.orderTotal, .orderTotal2 {
	background: #f5f5f5;
	border: 1px solid #c3c3c3;
	width: 200px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 5px 0px 10px 0px;
}

.orderTotal .price, .orderTotal2 .price {
	font-weight: bold;
}

.orderTotal2 {
	width: 250px;
	background: #fa503b;
	color: #ffffff;
	border: 1px solid grey;
}

.orderButton {
	width: 250px;
	background: #fa503b;
	color: #ffffff;
	border: 1px solid grey;
	border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
}

a.orderButton {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.orderTotal2:hover, .orderButton:hover {
	background: red;
}

.orderInfo td {
	border-radius: 5px;
	-moz-border-radius: 5px;
	background: #efefef;
	padding: 4px;
}

.orderInfo .value {
	font-weight: bold;
}

.orderInfo a {
	font-weight: bold;
	color: #F60507;
	text-decoration: none;
}

.orderInfo a:hover {
	text-decoration: underline;
}

.padding0 {
	padding: 0px;
}

