/*2011-09-01*/

#header{
	position: relative;
}

#header-cart-summary{
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#product-search{
	top: 50px;
	right: 0px;
}

#horizontal-navigation div {
    width: 100%;
}

/*========================*/

#main-container{
	background: url('../../_images_frontend/patrykscheme/backgrounds/bg_top.jpg') no-repeat;
}

.layout-box-type-categorymenu .layout-box-content ul li{
	border-top: 1px #ffefc7 solid;
}

.layout-box-type-categorymenu .layout-box-content ul li:hover{
	background: #ffefc7;
}

.layout-box-type-categorymenu .layout-box-content ul li:hover a{
	background: url('../../_images_frontend/patrykscheme/li.png') left no-repeat;
	font-weight: normal;
}

.layout-box-type-categorymenu .layout-box-content ul li.active:hover a{
	background: url('../../_images_frontend/patrykscheme/li.png') left no-repeat;
	font-weight: bold;
}

.layout-box-type-categorymenu .layout-box-content ul li a{
	background: url('../../_images_frontend/patrykscheme/li.png') left no-repeat;
	font-family: 'Lucida Sans';
	font-size: 12px;
	margin-left: 10px;
	padding: 10px 0px 10px 20px;
}

.layout-box-type-categorymenu .layout-box-content ul li a:hover{
	font-weight: normal;
	color: #cc0000;
}


#header #header-cart-summary p{
	background: url('../../_images_frontend/patrykscheme/backgrounds/top_loguj_bg.png') top right no-repeat;
	padding-right: 0px;
	margin-bottom: 0px;
	line-height: 35px;
	height: 35px;
	min-width: 330px;
}

#cart-preview {
	margin-top: 200px;
	float: right;
}

#cart-preview a {
	padding-left: 50px;
}


#header h1 a.logo, #header a.logo {
	margin-top: 150px;
	margin-left: 30px;
}

/* dodatkowe miejsce nad strona */
#header h1 {
	height: 240px;
	margin-bottom: 30px;
}

#horizontal-navigation {
	z-index: 1000;
}

#horizontal-navigation li {
	padding-left: 2px;
}

#horizontal-navigation li:first-child {
	background-image: none;
	padding-left: 0;
}

#horizontal-navigation li ul {
	border: solid 1px #c8c8c8;
	background: #fff;
}

#horizontal-navigation li ul li {
	background: #fff;
	border-top: solid 1px #dedede;
}

#horizontal-navigation li ul li:first-child {
	border-top: none;
}

#horizontal-navigation li ul li a {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	line-height: 1.5em;
	font-weight: normal;
	text-align: left;
	background: transparent url('../../_images_frontend/core/icons/bullet-2.png') 0 center no-repeat;
}

#horizontal-navigation li ul li a:hover,
#horizontal-navigation li ul li a:focus,
#horizontal-navigation li ul li a:active {
	font-family: Arial;
	font-size: 11px;
	color: #000;
	font-weight: normal;
	text-decoration: underline;
	background: transparent url('../../_images_frontend/core/icons/bullet-2.png') 0 center no-repeat;
}

#footer {
	border-top: solid 1px #d5d5d5;
	border-left: none;
	border-bottom: none;
	border-right: none;
	background: none;
}

#footer li a {
	background: transparent url('../../_images_frontend/core/icons/bullet-1.png') 0 center no-repeat;
}

.layout-box .layout-box-header {
	border: solid 1px #fff;
}

.layout-box .layout-box-content {
	background: #fff url('../../_images_frontend/core/backgrounds/layout-box-inner-shadow.png') 0 0 repeat-x;
}

.layout-box-type-showcase .carousel .controls{
	left: 0px;
	bottom: 5px;
}

.layout-box .bottom-tabs{
	background: url("../../_images_frontend/patrykscheme/backgrounds/bottom-tabs-bg.png") repeat-x scroll 0 0 transparent;
}

.layout-box .bottom-tabs li.ui-state-active{
	background: url("../../_images_frontend/patrykscheme/backgrounds/bottom-tabs-active.png") repeat-x scroll center 0 transparent;
}

.product-details .cartOptions {
	background: url("../../_images_frontend/patrykscheme/priceAmountContainer_bg.png") repeat-x scroll 0 0 #ff8a34;
}
.product-details .cartOpt, .product-details .cartOptions{
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: none;
	
	border: 1px solid #ff8a34;
}

.product-details .toCart .price {
	color: #ffffff;
}

ul.product-list li h4 a span.price{
	display: none;
}

#productTabs .tabs{
	background: url("../../_images_frontend/patrykscheme/griadents/10_34_ffe5a6_ffd671.png") repeat-x scroll 0 0 #ffd671;
}

#productTabs .tabs li{
	border-right: 1px solid #FFBC75;
	border-top: 1px solid #FFBC75;
}

#filter{
    background-color: #FFD671;
    border-bottom: 1px solid #FFBC75;
    border-top: 1px solid #FFBC75;
}

.add-to-cart{
	-moz-border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: none;
	padding: 0px;
	border: 1px solid #FFBC75;
	background: url("../../_images_frontend/patrykscheme/griadents/10_34_ffe5a6_ffd671.png") repeat-x scroll 0 0 #ffd671;
}

.add-to-cart div.inner{
	-moz-border-radius: 5px 5px 5px 5px;
	border: 1px solid #fff;
}

.add-to-cart span.price{
	font-family: Arial;
	padding: 10px 3px;
	display: block;
	margin: 0 auto;
	color: #910303;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #ee7900;
}

.add-to-cart a.button-red {
	font-family: Arial;
    -moz-border-radius: 0px 0px 3px 3px;
    background-color: #8d0101;
    background-image: url("../../_images_frontend/redButton_bg.png");
    background-position: 0 0;
    background-repeat: repeat-x;
    border-bottom: 1px solid #8d0101;
    border-top: 1px solid #fff;
    color: #FFFFFF !important;
    display: inline-block;
    font-size: 13px;
    height: 20px;
    padding: 0.2em 0.75em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px #333333;
    text-transform: none;
    vertical-align: middle;
    width: 110px;
}

.layout-box-type-product-list.layout-box-width-class-2 .layout-box-content > ul.list-long > li .description {
	margin-right: 140px;
}


.layout-box-type-cart table.cart {
    border: none;
    margin: 0 5px 7px;
}

.layout-box-type-cart table.cart thead th {
    border-bottom: 1px solid #D8E0E4;
    border-left: none;

    padding-top: 3px;
    text-align: center;
    white-space: nowrap;
}


.layout-box-type-product-list .layout-box-content > ul.list-grid > li {
    height: 350px;
}

.layout-box-type-product-list .layout-box-content > ul.list-grid > li .add-to-cart {
    bottom: 2px;
    left: 26px;
    position: absolute;
}

.layout-box-type-product-list .layout-box-content > ul.list-grid > li .rating {
    bottom: 75px;
    left: 17px;
    margin: 0;
    position: absolute;
}

.layout-box-type-product-list .layout-box-content > ul.list-grid > li h4 {
    position: relative;
}

.layout-box-type-product-list .layout-box-content > ul.list-grid > li h4 {
    height: 260px;
    position: relative;
}

.layout-box-type-product-list.layout-box-width-class-2 .layout-box-content > ul.list-grid > li h4 .name {
    bottom: 15px;
    position: absolute;
}



.layout-box-type-cart table.cart tbody .o td.name, .layout-box-type-cart table.cart tbody .o th.name {
    background: #fff5db;
    border-bottom: 1px solid #ffda75;
	border-left: none;
	border-right: none;
	border-top: 1px solid #fff;
}
.layout-box-type-cart table.cart tbody .o td, .layout-box-type-cart table.cart tbody .o th {
    background: #fff5db;
    border-bottom: 1px solid #ffda75;
	border-left: none;
	border-right: none;
	border-top: 1px solid #fff;
}

.layout-box-type-cart table.cart tbody td, .layout-box-type-cart table.cart tbody th {
	background: #feeec3;
    border-bottom: 1px solid #ffda75;
	border-left: none;
	border-right: none;
	border-top: 1px solid #fff;
}

.layout-box-type-cart-summary #cart-contents p {
    text-align: center;
}