﻿/*******************************************************/
/***************** Koszyk ******************************/
/*******************************************************/

div#clipboard
{
    margin:20px 20px 20px 100px;
    text-align:center ; 
	min-height:400px;
}

div#pnlNoItems
{
	width:98%;
	float:left;
	height : 100px;
	text-align:center;
	padding-top:75px;

}

div#clipboard span.idShop
{
    display:none ;
} 

div#clipboard div#empty_clipboard
{
clear:both;
padding-top:50px;
font-size:15px;
font-weight:bold;
}

div#pnlNoItems span
{
	font-size: 20px;
	width:100%;
	text-align:center;
}

div#cart_header {	
/*	
	margin-left: 80px;
	margin-right: 80px;
*/
}
div#cart_header span.page_header {
	font-size: 10pt;
	color: #3f4040;
	font-weight: 600;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
}




div#cart_header #back_to_shopping {
	background: url(../images/back_to_shopping.png) no-repeat;
	color: #474646;
	width: 150px;
	height: 24px;
	text-align: center;
	display: inline;
	float: left;
	padding-bottom:5px;
}

div#cart_header #back_to_shopping a {
	padding-top: 4px;
	display: block;
	padding-bottom: 4px;
}

div.cart_shop span#rpShops_ctl00_lblShopIdText {
	display: none;
}

div.cart_shop span#rpShops_ctl00_lblShopId {
	display: none;
}

div.cart_shop div#cart_shop_name {
	display: none;
}


div#cart_table {
	clear: both;
}


div#cart_table th {
	background: #404040;
	color: White;
	height: 25px;
	text-align:center;
}

div#cart_table table {
	border: 1px solid #949494;	
	border-collapse: collapse;	
}

div#cart_table div.cart_image table 
{
    border:none; 
    height:120px;
}
div#cart_table div.cart_image table td
{
    border:none;
    padding:0;
    vertical-align:middle ;
    text-align:center ;    
}

div#cart_table td {
	padding: 5px;
	border:1px solid #969494;
}

div#cart_table tr.cartDetailsMainHeaderRow {
	border-color:#3f4040;
}

div#cart_table div.cart_image {
	width:140px;
	height:120px;
	float:left ; 
}

div#cart_table tr.cartDetailsMainHeaderRow th.col1 {
	width:400px;
}

div#cart_table tr.cartDetailsMainHeaderRow th.col2 {
	width:255px;
}

div#cart_table tr.cartDetailsMainHeaderRow th.col3 {
	width:100px;
}
div#cart_table tr.cartDetailsMainHeaderRow th.col4 {
	width:100px;
}
div#cart_table tr.cartDetailsMainHeaderRow th.col5 {
	width:100px;
}

div#cart_table td.col1 input {
	margin:10px 20px;
	float:left;
}

div#cart_table td.col1 span {
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:26px 20px 0 10px;
}

div#cart_table td.col1 span.kod{
	color:#9D9D9B;
	font-size:11px;
	padding:0 0 0 2px;
	float:left;
}

div#cart_table td.col1 span.kod:last-child {
	float:left;
	clear:none;
}

div#cart_table td.col2 {
	padding:26px 10px 0 5px;
	font-weight:bold;
	vertical-align:top;
}

div#cart_table td.col2 span.ilosc_text {
	line-height:14px;
	display:block;
	float:left ;
    text-align:right;
    width:85px;
}

div#cart_table td.col2 span.ilosc_value 
{
    padding-left:5px; 
}

div#cart_table td.col2 div.description_list {
		width:250px;
		margin-bottom:4px;
}
div#cart_table td.col2 .description_list ul {
	list-style-type: none;
}

div#cart_table td.col2 div.description_list ul li {
	clear: both;
	padding-top: 5px;
	width:250px;	
		float: left;
	}
div#cart_table td.col2 div.description_list ul li ul {
	width:auto!important;
	padding-left: 5px;
	float: left;
}

div#cart_table td.col2 .description_list ul li ul li {
	clear: none;
	padding-top: 0px;
	width:auto;	
}

div#cart_table td.col2 .description_list ul li span
{		
    font-size: 9pt;
	text-transform:uppercase;
    float: left;
	display: inline;
	font-weight:bold ; 
	width:85px;
	text-align: right;
	line-height: 14px;
}
div#cart_table td.col2 .description_list ul li ul li span
{
	width: auto;
	text-align: left;
}


div#cart_table td.col2 ul.boolDescList {
	display: block;
	clear: both;
	padding-top: 5px;
	font-weight: 600;
}


div#cart_table .col4 span, div#cart_table .col5 span 
{
	font-weight:bold;
	font-size:16px;
}
div#cart_table td.col3, div#cart_table td.col4, div#cart_table td.col5 
{
    display:table-cell ;
    text-align :center ; 
    vertical-align:middle ; 
}

div#cart_table textarea
{
    width:100%; 
    height:70px;
    float:left ; 
}
div#cart_table a.action_save
{
    color:#747374;
    font-weight:bold ;
    display:block ;
    float:right ;  
}  
div#cart_table a.action_save_sel
{
    color:Red;
    font-weight:bold ;
    display:block ;
    float:right ;  
}  

div.cart_sum {
	margin-top:3px;
}

div.cart_sum div.cart_sum_left {
	display:block;
	float:left;
	padding:25px 20px 25px;
}

div.cart_sum div.cart_sum_left img {
	margin-right:5px;
}

div.cart_sum div.cart_sum_left a {
	color:#8b8989;
	font-weight:bold;
	vertical-align:30%;
}

div.cart_sum div.cart_sum_right {
	display:block;
	float:right;
	margin-right:15px;
	margin-top:5px;
	text-align:right;
}

div.cart_sum div.cart_sum_right span {
	color:#020014;
	font-weight:bold;
}

div.cart_sum span#rpShops_ctl00_lblShopCartCount1, div.cart_sum span#rpShops_ctl00_Label91 {
	font-size:9px;
}

div.cart_sum span#rpShops_ctl00_lblShopCartSum1, div.cart_sum span#rpShops_ctl00_Label111 {
	font-size:18px;
}

div.cart_sum span#rpShops_ctl00_Label111 {
	margin-right:5px;
}

div.cart_sum div.cart_sum_right #buy_button {
	background:transparent url(../images/buy.png) no-repeat scroll 0 0;
	color:#FBFBFC;
	display:block;
	text-align:center;
	width:97px;
	height:25px;
	margin-top: 5px;
}
div.cart_sum div.cart_sum_right a {
	display:block;
	color:#fbfbfc;
	padding:5px 0;
	font-weight:bold;
	font-size:11px;
}
#content_bottom .ShipmentSameCostCards{
	margin-top: 20px;
}
#content_bottom .ShipmentSameCostCards .logo {
	width: 345px;
	text-align: center;
	float: left;
	margin-right: 10px;
}
#content_bottom .ShipmentSameCostCards .logo span {
	background-color: #8b8b8b;
	color: #fff;
	font-size: 11pt;
	font-weight: bold;
	width: 345px!important;
	display: block;
	padding: 4px 0px;
}
#content_bottom .ShipmentSameCostCards .logo img {
	margin-top: 5px;
	border: solid 1px #e4e4e4!important;
}
#content_bottom .ShipmentSameCostCards .content {
	float: left;
	width:598px;
}
#content_bottom .ShipmentSameCostCards .content_header {
	background-color: #8b8b8b;
	padding-bottom: 13px;
	line-height: 16px;
}
#content_bottom .ShipmentSameCostCards .content_header span {
	color: #fff;
}
#content_bottom .ShipmentSameCostCards .content_header a {
	color: #85fd72;
	text-decoration: underline;
}
#content_bottom .ShipmentSameCostCards .content #products {
	padding-top: 5px;
}
#content_bottom .ShipmentSameCostCards .product_item,
#content_bottom .ShipmentSameCostCards .product_item_on,
#content_bottom .ShipmentSameCostCards .product_item_week_choice_and_news,
#content_bottom .ShipmentSameCostCards .product_item_week_choice_and_news_on {
	width: 141px;
	margin-right: 9px;
	height: 251px;
	[margin-right: 6px;
}
/* Style dla listy kart produktów ze strony Cart.apsx: 
#content_bottom .ShipmentSameCostCards .product_item .panel_image,
#content_bottom .ShipmentSameCostCards .product_item_on .panel_image,
#content_bottom .ShipmentSameCostCards .product_item_week_choice_and_news .panel_image,
#content_bottom .ShipmentSameCostCards .product_item_week_choice_and_news_on .panel_image {
zapisane sa w pliku products.aspx (titaj FF nie hcciał ich zczytać
/* KONIEC */