/* Do not edit information about theme and author ! */

/*
Author: Piotr Ryczek ( www.piotrryczek.pl )
www.htmlsalad.pl
*/

@import url('elements.css');
@import url('static.css');
@import url('left_content.css');
@import url('fonts.css');


/* ---------------- */
/* General */
/* ---------------- */

* {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

.clear {
	clear: both;
	display: block;
}

.hide_text {
	font-size: 0;
	line-height: 0;
	text-indent: -2000px;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.overflow_hidden {
	overflow: hidden;
}

label,
input[type="submit"],
button
{
	cursor: pointer;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

/* ---------------- */
/* Structure */
/* ---------------- */

body {
	font-family: Arial, sans-serif;
}

#titlebar_right_bg {
	height: 145px;
	width: 50%;
	left: 50%;
	z-index: 0;
	position: absolute;
	background: #231f20;
}

#footer_left_bg {
	height: 251px;
	width: 50%;
	left: 0px;
	bottom: 40px;
	z-index: 0;
	position: absolute;
	z-index: 2;
	background: url(../../img/layout/template_demo/footer_bg_repeat.png);	
}

#footer_right_bg {
	height: 251px;
	width: 50%;
	left: 50%;
	bottom: 40px;
	z-index: 0;
	position: absolute;
	z-index: 2;
	background: #100f0f;	
}

#body_wrapper {
	width: 100%;
	background: url(../../img/layout/template_demo/titlebar_bg.png) no-repeat top center;
	position: relative;
	z-index: 1;
}

#page {
	width: 996px;
	margin: 0 auto;
}

.content {
	width: 996px;
	margin: 0 auto;
}

#titlebar {
	width: 100%;
	height: 300px;
}

#titlebar .content {
	position: relative;
}

#top {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 172px;
	background: url(../../img/layout/template_demo/animals_top_bg.png) no-repeat 50% 0px;
	bottom: -77px;
	margin-top: -204px;
}

#top_right_bg {
	height: 40px;
	width: 50%;
	left: 50%;
	z-index: 1;
	position: absolute;
	background: white;
	top: 261px;
}

#content {
	background: url(../../img/layout/template_demo/content_top_bg.png) no-repeat top #231f20;
}

#content .content {
	position: relative;
	z-index: 3;
	padding-bottom: 20px;
}

#footer {
	height: 251px;
	background: url(../../img/layout/template_demo/footer_bg.png) no-repeat center; 
	position: relative;
	z-index: 3;
}

#footer .content {
	height: 251px;
	overflow: hidden;
}

#footer #footer_left_content {
	width: 146px;
	height: 251px;
}

#footer #footer_right_content {
	width: 850px;
	height: 251px;
	background: #100f0f;
}

#under_footer {
	height: 30px;
	padding-top: 10px;
	background: white;
}

#content #left_content {
	width: 180px;
	padding-top: 60px;
}

#content #right_content {
	width: 790px;
	padding-top: 60px;
}

#breadcrumbs {
	color: #cacaca;
	font-size: 0.7em;
	overflow: hidden;
}


#breadcrumbs li {
	float: left;
}

#breadcrumbs li {
	background: url(../../img/layout/template_demo/li_small_arrow.png) no-repeat left center;
	padding-left: 14px;
	margin-left: 10px;
}

#breadcrumbs li.info {
	background: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs li a {
	color: #cacaca;
}

#logos {
	border: 5px solid white;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 20px;
}

#logos .items_list {
	overflow: hidden;
	padding: 15px;
}

#logos .items_list li {
	float: left;
	margin: 0px 25px;
}

#logos .items_list li img {
	
}

#featured_box {
	border: 5px solid white;
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 334px;
	position: relative;
	margin-top: 30px;
}

#featured_box #featured_box_items {
	margin: 0 auto;
	width: 686px;
	position: relative;
	top: -5px;
}

#featured_box .arrow {
	position: absolute;
}

#featured_box .arrow_left {
	left: 5px;
	top: 140px;
}

#featured_box .arrow_right {
	right: 5px;
	top: 140px;
}

#featured_box .item {
	position: absolute;
}

#promotions_box {
	margin-top: 30px;
	background: #302a2c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid #302a2c;
}

#promotions_box .gradient_header {
	width: 91px;
	height: 33px;
	background: url(../../img/layout/template_demo/promotions_header.png);
	position: relative;
	top: -20px;
	left: 2px;
	line-height: 35px;
	padding-left: 36px;
}

.items_promotion {
	overflow: hidden;
	padding: 0px 0px 10px 8px;
}

.items_promotion .item {
	width: 183px;
	height: 340px;
	background: url(../../img/layout/template_demo/promotion_box.png);
	float: left;
	margin-right: 10px;
}

.items_promotion .item:first-child {
	/*margin-left: 0px;*/
}

/*
.items_promotion .item.new {
	background: url(../../img/layout/template_demo/promotion_box_new.png);
}
*/

.items_promotion .item .title {
	font-size: 0.875em;
	text-align: center;
	padding-top: 30px;
}

.items_promotion .item .title a {
	color: #231f20;
}
.recom_title_td {
  height: 51px; 
  padding-top:30px; 
  vertical-align:top; 
  text-align:center;
}
.recom_title_td a {
  color: #231f20;
}

.items_promotion .item .thumbnail {
	display: block;
	width: 140px;
	height: 200px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.items_promotion .item .thumbnail img {
	margin-top: 30px;
}

.items_promotion .item .price {
	font-size: 0.7em;
	text-align: center;
	padding-top: 14px;
}

.items_promotion .item .price .big {
	position: relative;
	top: 2px;
	left: 5px;
}

.items_promotion .item .add_to_cart {
	display: block;
	width: 118px;
	height: 39px;
	line-height: 37px;
	background: url(../../img/layout/template_demo/to_cart_promotion.png);
	position: relative;
	top: 14px;
	color: #615f5f;
	text-shadow: 1px 1px 1px white;
	font-size: 0.8em;
	padding-left: 65px;
	font-family: 'HelveticaRoundedLT-BoldCond';
}

#big_banners_box {
	margin-top: 30px;
	overflow: hidden;
}

#big_banners_box .banner {
	height: 348px;
	float: left;
	display: block;
}

#big_banners_box .banner:nth-child(2n+1) {
	margin-right: 23px;
}




#white_content {
	background: white;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 5px solid white;
	padding: 10px;
	margin-top: 20px;
}

.white_content_header {
/* 	overflow: hidden; */
	padding-bottom: 10px;
	border-bottom: 1px solid #e0e0e0;
	clear: both; 
	float: left;
	width: 100%; 
	display: block;
	
}

.white_content_header .main_header {
	
}

.white_content_header .information {
	font-size: 0.7em;
	color: #848484;
}

.white_content_header .main_header .title  {
	font-size: 1.7em;
	color: #231f20;
}

.white_content_header .per_page_box {
	margin-left: 20px;
}

.white_content_header .per_page_box .information,
.white_content_header .sort_box .information
{
	padding-bottom: 8px;
}


#text_content {
	padding-top: 15px;
}



.page_text h4 {
	font-weight: bold;
	color: #fd9707;
	font-size: 1.125em;
	padding: 8px 0px;
}

.page_text h6 {
	font-weight: bold;
	font-size: 0.75em;
	padding: 12px 0px 8px 0px;
}

.page_text p {
	font-size: 0.75em;
	color: #585858;
	line-height: 24px;
	padding: 8px 0px;
}

.main_header a,
.page_text a 
{
	color: #fda820;
}

.page_text textarea,
.page_text input[type='text'],
.page_text input[type='password']
{
	padding: 5px;
	border: 1px solid #747474;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 12px;
	width: 170px;
}

.page_text input[type='text'] {
	
}
.page_text input[type=select]  {
  width: 180px !important;
  height: 40px !important;
}

.page_text textarea {
	
}

.page_text ul {
	padding: 8px 0px;
}

.page_text ul li {
	background: url(../../img/layout/template_demo/arrow_li_bg.png) no-repeat left 9px;
	font-size: 0.75em;
	color: #585858;
	line-height: 24px;
	padding: 5px 0px 5px 25px;
	display: block;
}

.page_text table {
	padding: 8px 0px;
	width: 759px;
	font-size: 0.75em;
}

.page_text table tr td {
	padding-left: 20px;
}

.page_text table thead tr {
	
	height: 37px;
}
.naglowek_koszyk {
      background: url(../../img/layout/template_demo/green_header.png);
/* 	background-repeat: no-repeat; */
  
}

.page_text table thead tr th {
	font-weight: bold;
	color: white;
	padding-left: 30px;
	border-bottom: 1px solid white;
}

.page_text table tbody tr {
	height: 42px;
}

.page_text table tr th:first-child {
	padding-left: 10px;
}

.page_text table tr td {
	color: #393939;
	background: #efefef;
	margin: 20px;
	border: 1px solid white;
}

.input label {
  font-size: 12px;
}
.checkbox label {
  font-size: 12px;
}






#listing {
	padding-top: 20px; 
	clear: both;
}

#listing .item {
	overflow: hidden;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #E0E0E0;
	min-height: 180px;
	position: relative;
	clear: both;
/* 	float: left; */
}

#listing .item .thumbnail {
	width: 130px;
	text-align: center;
	float: left;
	display: block;
	min-height: 100px;
}

/*
#listing .item.new .thumbnail {
	background: url(../../img/layout/template_demo/new_label.png) no-repeat left top;
}
*/

#listing .item .thumbnail img {
	margin-top: 30px;
}

#listing .item .container {
	float: left;
	width: 445px;
	margin-left: 15px;
	margin-right: 15px;
}

#listing .item  .control_area {
	width: 145px;
	height: 160px;
	float: left;
}

#listing .item .container .item_header {
	overflow: hidden;
	padding-bottom: 10px;
}

#listing .item .container .item_header .title {
    width: 340px;
    height: 50px;
    overflow: hidden;
	font-size: 1.125em;
	color: #231f20;
	float: left;
	padding-top: 2px;
}

#listing .item .container .item_header .title a {
	color: #231f20;
}

#listing .item .container .item_header .producent_thumbnail {
	float: right;
}

#listing .item .container .text_area {
	font-size: 0.75em;
	color: #231f20;
	text-align: justify;
	height: 80px;
	overflow: hidden;
}

#listing .item .container .item_footer {
	font-size: 0.7em;
	color: #231f20;
	/*padding-top: 20px;*/
}

#listing .item .container .item_footer .gratis {
	float: left;
}

#listing .item .container .item_footer .gratis .small_thumbnail {
	border: 1px solid #ecebeb;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: middle;
	padding: 2px;
}

#listing .item .container .item_footer .button {
	float: right;
	margin: 5px 0px 0px 5px;
}

#listing .item  .control_area .delivery {
	font-size: 0.7em;
	color: #231f20;
	float: right;
	margin: 5px 0px 20px 0px;
}

#listing .item  .control_area .quanity {
	font-size: 0.7em;
	color: #716969;
	text-align: right;
	margin-bottom: 10px;
}

#listing .item  .control_area .quanity select {
	margin-left: 5px;
}

#listing .item  .control_area .price {
	font-size: 0.625em;
	color: #716969;
	text-align: right;
}

#listing .item  .control_area .add_to_cart {
	background: url(../../img/layout/template_demo/to_cart_small.png);
	display: block;
	width: 93px;
	height: 39px;
	position: absolute;
	bottom: -6px;
	left: 3px;
	color: white;
	text-shadow: 1px 1px 1px #615f5f;
	font-size: 0.9em;
	line-height: 37px;
	padding-left: 46px;
	font-family: 'HelveticaRoundedLT-BoldCond';
}

#listing .item  .control_area button.add_to_cart {
	width: 139px;
}

#listing .item  .control_area #UserCartIndexForm {
	float: none;
	width: auto;
}

#listing .related_items table {
    width: 760px;
}

#listing .related_items table tr td {
    vertical-align: middle;
    padding: 4px 0px;
    border-top: 1px solid #cccccc;
    font-size: 12px;
}

#listing .related_items table tr:first-child td {
    border-top: none;
}

#listing .related_items table tr .related_name a {
    font-size: 14px;
    color: #231f20;
}

#listing .related_items table tr .related_name span {
    font-size: 14px;
    color: #454545;
}

#listing .related_items table tr td .select_short {
    margin-right: 10px;
    display: block;
    float: left;     
}

#listing .related_items table tr td .add_to_cart {
    cursor: pointer;
    width: 23px;
    height: 26px;
    background: #fff url(../../img/layout/template_demo/related_basket_ico.png) no-repeat center center;
    display: block;
    float: right;   
}

#pagination {
	
}

#pagination ul {
	overflow: hidden;
}

#pagination ul li {
	float: left;
}

#pagination ul li.current {
	background-position: bottom;
	text-decoration: none;
	width: 31px;
	height: 29px;
	background-image: url(../../img/layout/template_demo/square.png);
	background-repeat: no-repeat;
	margin-top: 3px;
	color: #4b4b4b;
	text-shadow: 1px 1px 1px white;
	text-align: center;
	line-height: 29px;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 0.7em;
}

#pagination ul li a {
	display: block;
	color: #4b4b4b;
	text-shadow: 1px 1px 1px white;
	text-align: center;
	line-height: 29px;
	font-size: 0.7em;
	margin-left: 3px;
	margin-right: 3px;
}

#pagination ul li a.arrow_left {
	margin-right: 10px;
}

#pagination ul li a.arrow_right {
	margin-left: 10px;
}

#pagination ul li a.square {
	width: 31px;
	height: 29px;
	background-image: url(../../img/layout/template_demo/square.png);
	background-position: top;
	background-repeat: no-repeat;
	margin-top: 3px;
}

#pagination ul li a:hover,
#pagination ul li a.selected 
{
	background-position: bottom;
	text-decoration: none;
}

#pagination ul li a {
	
}



#product {
	padding-top: 20px;
	position: relative;
}

#product .left_content {
	width: 381px;
}

#product .right_content {
	width: 360px;
}




#product .thumbnail {
	text-align: center;
	position: relative;
}

/*
#product.new .thumbnail {
	background: url(../../img/layout/template_demo/new_label.png) no-repeat left top;
}
*/

#product .thumbnail img {
	margin-top: 20px;
}

#product .enlarge {
	font-size: 0.75em;
	color: #231f20;
	padding: 10px 0px 10px 20px;
	margin-left: 80px;
	height: 19px;
	background: url(../../img/layout/template_demo/zoom.png) no-repeat left center;
	display: block;
}

#product .thumbnails_list {
	overflow: hidden;
}

#product .thumbnails_list li {
	float: left;
	margin: 0px 5px;
}

#product .thumbnails_list li a {
	display: block;
	width: 53px;
	height: 55px;
	background-image: url(../../img/layout/template_demo/product_thumbnail_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
}

#product .thumbnails_list li.selected a,
#product .thumbnails_list li a:hover
{
	background-position: bottom;
}

#product .thumbnails_list li a img {
	margin-top: 12px;
}

#product #product_gratis {
	margin-top: 10px;
}

#product #product_gratis .product_gratis_header {
	width: 371px;
	height: 45px;
	line-height: 40px;
	background: url(../../img/layout/template_demo/product_gratis_header.png) #f5f5f5;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.8em;
	color: #3e3b3c;
	padding-left: 10px;
}

#product #product_gratis .container {
	background: #f5f5f5;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 5px solid #f5f5f5;
}

#product #product_gratis .items_list {
}

#product #product_gratis .items_list li {
	font-size: 0.8em;
}

#product #product_gratis .items_list li a {
	display: block;
	padding: 10px 0px 10px 10px;
	color: #231f20;
}

#product #product_gratis .items_list li a img {
	border: 1px solid #ECEBEB;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	vertical-align: -10px;
	margin-right: 5px;
}



#product .primary_information {
	
}

#product .primary_information li {
	background: url(../../img/layout/template_demo/product_primary_information.png) repeat-x bottom;
	border-bottom: 1px solid white;
	border-top: 1px solid #e0e0e0;
	overflow: hidden;
	padding: 10px 15px 10px 15px;
}

#product .primary_information li:first-child {
	border-top: 0px;
}

#product .primary_information li .label {
	font-size: 0.7em;
	color: #2b2b2b;
	float: left;
	width: 80px;
}

#product .primary_information li.field_producent .label {
	padding-top: 10px;
}

#product .primary_information li.field_accessibility .label,
#product .primary_information li.field_accessibility .information
{
	padding-top: 4px;
}

#product .primary_information li .producent_thumbnail {
	float: left;	
}

#product .primary_information li .information {
	font-size: 0.7em;
	float: left;
}

#product .primary_information li .delivery {
	float: right;
	font-size: 0.75em;
}


#product .control_area {
	margin-top: 5px;
	padding: 10px;
	color: #302a2c;
}

#product .control_area .prices {
	overflow: hidden;
	font-size: 0.7em;
}

#product .control_area .prices .price {
	float: left;
}

#product .control_area .prices .old_price {
	margin-left: 20px;
}

#product .control_area .quanity {
	font-size: 0.7em;
	padding: 10px 0px;
}

#product .control_area .quanity select {
	margin-left: 10px;
}

#product .control_area .actions {
	padding-bottom: 30px;
}

#product .control_area .actions .add_to_cart {
	background: url(../../img/layout/template_demo/to_cart_big.png);
	display: block;
	width: 135px;
	height: 39px;
	position: absolute;
	bottom: -6px;
	left: 3px;
	color: white;
	text-shadow: 1px 1px 1px #615f5f;
	font-size: 1.1em;
	line-height: 39px;
	padding-left: 48px;
	font-family: 'HelveticaRoundedLT-BoldCond';
}

#product .control_area .actions button.add_to_cart {
	width: 183px;
}

#product .control_area .actions .button {
	margin-top: 12px;
}

#product .secondary_information {
	padding: 10px;
	margin-top: 10px;
}

#product .secondary_information .page_text {
	color: #231f20;
}

#product .secondary_information .page_text p,
#product .secondary_information .page_text ul 
{
	color: #231f20;
}

#product .secondary_information .ingradients {
	
}

#product .secondary_information .ingradients li {
	background: none;
	overflow: hidden;
	padding: 5px 15px;
}

#product .secondary_information .ingradients li:nth-child(2n-1) {
	background: #eeeeee;
	border: 1px solid #eeeeee;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#product .secondary_information .ingradients li .label {
	float: left;
}

#product .secondary_information .ingradients li .value {
	float: right;
}

#product .secondary_information .ingradients {
	
}








.other_products {
	margin-top: 20px;
	background: url(../../img/layout/template_demo/other_products_bg.png) repeat-x top;
	width: 790px;
	position: relative;
	left: -15px;
}

.other_products .gradient_header {
	height: 37px;
	line-height: 37px;
	padding-left: 30px;
	color: #535253;
	text-shadow: none;
}

.other_products .gradient_header .left_curves {
	width: 22px;
	height: 37px;
	display: block;
	float: left;
	background: url(../../img/layout/template_demo/other_products_header_left_curves.png);
}

.other_products .gradient_header .text {
	height: 37px;
	line-height: 37px;
	background: white;
	float: left;
	padding: 0px 10px;
}

.other_products .gradient_header .right_curves {
	width: 17px;
	height: 37px;
	display: block;
	float: left;
	background: url(../../img/layout/template_demo/other_products_header_right_curves.png);
}

.other_products .items_list {
	overflow: hidden;
	
}

.other_products .items_list .item {
	float: left;
	width: 186px;
	background: url(../../img/layout/template_demo/other_products_item_bg.png) no-repeat bottom;
	margin: 20px 5px 0px 6px;
	height: 340px;
	position: relative;
}

.other_products .items_list .item.new .title {
	background: url(../../img/layout/template_demo/new_label.png) no-repeat left top;
}

.other_products .items_list .item .title {
	font-size: 0.875em;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.other_products .items_list .item .title a {
	color: #231f20;
}

.other_products .items_list .item .thumbnail {
	display: block;
	width: 140px;
	height: 185px;
	margin: 0 auto;
	text-align: center;
}

.other_products .items_list .item .price {
	font-size: 0.7em;
	text-align: center;
}

.other_products .items_list .item .price .big {
	position: relative;
	top: 2px;
	left: 5px;
}

.other_products .items_list .item .add_to_cart {
	background: url(../../img/layout/template_demo/to_cart_small.png);
	display: block;
	width: 93px;
	height: 39px;
	position: absolute;
	bottom: -1px;
	left: 22px;
	color: white;
	text-shadow: 1px 1px 1px #615f5f;
	font-size: 0.9em;
	line-height: 39px;
	padding-left: 46px;
	font-family: 'HelveticaRoundedLT-BoldCond';
}



#product_navigation {
	padding: 20px 0px 10px 0px;
}

#product_navigation .arrow {
	font-size: 0.7em;
	color: #4b4b4b;
	width: 100px;
	line-height: 32px;
}

#product_navigation .arrow_left {
	background-position: left;
	padding-left: 30px;
	text-align: right;
}

#product_navigation .arrow_right {
	background-position: right;
	padding-right: 30px;
	text-align: left;
}



.cart_navigation {
	overflow: hidden;
	padding-bottom: 10px;
}

.cart_navigation li {
	float: left;
	margin-right: 10px;
}

.cart_navigation li .cart_button {
	display: block;
	height: 47px;
}

.cart_navigation li .cart_button .container {
	overflow: hidden;
	height: 43px;
	display: block;
}

.cart_navigation li .cart_button .bottom_arrow {
	width: 11px;
	height: 4px;
	margin: 0 auto;
	display: block;
}

.cart_navigation li .cart_button .container .left_curves {
	width: 9px;
	height: 43px;
	background-image: url(../../img/layout/template_demo/step_button_left_curves.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

.cart_navigation li .cart_button .container .text {
	height: 43px;
	background-image: url(../../img/layout/template_demo/step_button_bg.png);
	background-position: top;
	float: left;
	padding: 0px 15px;
}

.cart_navigation li .cart_button .container .right_curves {
	width: 9px;
	height: 43px;
	background-image: url(../../img/layout/template_demo/step_button_right_curves.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

.cart_navigation li .cart_button .container .text .top {
	font-size: 0.95em;
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px #4b4747;
	display: block;
	text-align: center;
	padding-top: 1px;
	
}

.cart_navigation li .cart_button .container .text .bottom {
	display: block;
	font-size: 0.7em;
	color: white;
	text-shadow: 1px 1px 1px #4b4747;
	text-align: center;
}

/*.cart_navigation li a:hover .container .left_curves, */
.cart_navigation li.selected .cart_button .container .left_curves
{
	background-position: bottom;
}

/*.cart_navigation li a:hover .container .text, */
.cart_navigation li.selected .cart_button .container .text
{
	background-position: bottom;
}

/*.cart_navigation li a:hover .container .right_curves, */
.cart_navigation li.selected .cart_button .container .right_curves
{
	background-position: bottom;
}

/*.cart_navigation li a:hover .container .text .top, */
.cart_navigation li.selected .cart_button .container .text .top
{
	color: #4b4747;
	text-shadow: 1px 1px 1px white;
}

/*.cart_navigation li a:hover .container .text .bottom, */
.cart_navigation li.selected .cart_button .container .text .bottom
{
	color: #4b4747;
	text-shadow: 1px 1px 1px white
}

/*.cart_navigation li a:hover .bottom_arrow, */
.cart_navigation li.selected .cart_button .bottom_arrow
{
	background: url(../../img/layout/template_demo/orange_step_box_bottom_arrow.png);
}






.cart_table .cross {
	display: block;
	width: 11px;
	height: 11px;
	background: url(../../img/layout/template_demo/cross.png);
	float: left;
	margin-top: 20px;
	margin-right: 10px;
}

.cart_table .thumbnail {
	float: left;
	border: 1px solid #ecebeb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	padding: 5px 10px;
	background: white;
	margin-right: 10px;
}

.cart_table .title {
	padding-top: 15px;
}

.cart_table td {
	padding: 10px 0px;
}



#content .cart_box {
	font-size: 0.75em;
	overflow: hidden;
	margin-top: 10px;
	color: #393939;
	padding: 10px;
}

#content .cart_box  .title {
	float: left;
	width: 120px;
}

#content .cart_box .options_area {
	float: left;
	width: 550px;
}

#content .cart_box .options_area li {
	padding-bottom: 10px;
}

#content .cart_box .options_area .options {
	overflow: hidden;
	padding-bottom: 5px;
}

#content .cart_box .options_area label {
	float: left;
	padding-bottom: 5px;
	margin-left: 5px;
}

#content .cart_box .options_area input {
	float: left;
	position: relative;
	top: 2px;
}

#content .cart_box .options_area li input[type="radio"] {
	vertical-align: -2px;
	margin-right: 5px;
}

#content .cart_box .note {
	font-size: 0.95em;
}

#content .cart_box .summary {
	float: left;
	width: 55px;
	font-weight: bold;
	text-align: right;
}


.discount_box {
	padding: 10px 20px 10px 10px;
	font-size: 0.75em;
}

.discount_box input {
	margin-left: 10px;
}

.discount_box .button {
	margin: 1px 0px 0px 10px;
}

.discount_box .summary {
	font-weight: bold;
	padding-top: 4px;
}




#cart_footer {
	width: 760px;
	height: 114px;
	background: url(../../img/layout/template_demo/cart_footer_bg.png);
	color: white;
	font-size: 0.75em;
}

#cart_footer a {
	color: white;
}

#cart_footer .container {
	padding: 15px 15px 0px 15px;
}

#cart_footer .menu {
	padding-top: 5px;
}

#cart_footer .menu li {
	font-weight: bold;
	background: url(../../img/layout/template_demo/li_small_arrow.png) no-repeat left 5px;
	padding-left: 10px;
	margin-bottom: 3px;
}

#cart_footer .menu li a {
	text-decoration: underline;
}

#cart_footer .menu li a:hover {
	text-decoration: none;
}

#cart_footer .right_content {
	text-align: right;
}

#cart_footer .right_content p {
	padding-bottom: 5px;
}

#cart_footer .right_content .big {
	padding-left: 5px;
}





div#wysuwane{
  
    background: url(../../img/layout/template_demo/fbpodklad.png); 
    padding: 10px;
    width: 222px;
    height:381px;
 
    position: fixed;
    margin-top: -200px; /*połowa wysokości panelu w górę */
    left: 0px;
    top: 50%;
    z-index:121313123;
}
.zamknij
{
    background-position: 0px 0px -242px 0px;
}

.sd {
  font-size: 12px !important;
}
.sd *{
  font-size: 12px !important;
  color: black !important;
}

.big_orange_button_schowek {
  -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
   border: 1px solid #fda41a;
   background-color: #fda41a;
   color: #333030;
    font-size: 14px;
    height: 33px;
    line-height: 27px;
    text-shadow: 1px 1px 1px white;
    text-transform: uppercase;
    padding-left:10px;
    padding-right:10px;
}
.page_text h5.title {
  color: black; 
  font-size: 18px;
}
.page_text h5.title  a{
  color: black !important;
  font-size: 18px;
}
.cart_table_schowek {
/*   font-size: 12px  ; */
}
.cart_table_schowek *{
  font-size: 12px  ;
}

.slide_likebox {
  float: left;
  width: 247px;
  height: 385px;
  background: url('../../img/layout/template_demo/fbslide4.png') no-repeat !important;
  display: block;
  left: -205px;
  padding: 0;
  position: fixed;
  top: 235px;
  z-index: 1002;
}


.page_text2 {
  
  color: black !important;
  font-size: 12px;
  line-height: 15px;
  
}

.page_text2 p {
  line-height: 15px !important;
  font-size: 12px !important;
  color: black !important;
}
