﻿#body
{	
	font-family:Calibri, sans-serif;
	color:#000;
}

#content
{	
	display:table;	
	color:#000;
}

#cartsummary
{
	display:table;	
}

#cartsummary span
{
	display:block;
	float:right;
	height:15px;
	padding-top:10px;
}

#cartsummary span:first-child
{	
	background:url(/gfx/basket.png) no-repeat center right;
}

#cartitems
{
	display:block;
	width:40px;	
	text-align:left;
}

#content h2
{
	color:#000;
	font-weight:bold;
}

.introduction
{
	margin-bottom:30px;
}

table#cart th
{
	text-align:left;
	text-transform:uppercase;
	padding:0 5px 5px 0;	
}

table#cart td
{	
	padding:0 5px 5px 0;	
	vertical-align:middle;
	font-size:1.2em;	
}

table#cart td.total
{	
	/*padding:5px;*/
	background-color:#ccc;
	color:#000;
}

table#cart input.txtbox
{
	width:40px;	
}

table#cart .buttonbar
{	
	padding:10px 0;	
}

.fieldbox
{		
	font-size:1em;	
}

#addresses
{		
	display:table;
	width:100%;
	margin-top:25px;		
}

ul.address li
{
	width:100%;	
}

ul.eshop
{
	margin-top:20px;	
}

table input
{
	margin-right:10px;	
}

div.buttonbar, .requiredmsg
{		
	height:30px;	
}

div#spacer
{
	clear:both;
	width:300px;
	height:1px;
}

.fieldbox h3
{
	margin-bottom:0;
}

#ctl00_textPL_lstShipping label
{
	float:left;
	width:350px;
	font-size:1em;
	font-weight:normal;	
}

ul.botborder
{
	width:185px;
	margin-bottom:20px;
	border-bottom:2px solid #000;
}

#ctl00_textPL_discountCode
{
	margin:2px 20px 0 0;
}

.stock0
{	
	color:#cf1212;
}

@media only screen and (min-width:730px)
{	
	#content
	{	
		width:98%;
		margin:0 1%;	
		min-height:305px;		
	}
	
	#cartsummary
	{			
		width:95%;		
		padding:5px 3% 0 0;
		text-align:right;
		color:#bebdbd;		
	}
	
	#ctl00_textPL_EShopStages1_stagesnav
	{		
		width:80%;
		margin-bottom:25px;
		padding:7px 0;	
		background-color:#ccc;
	}

	#ctl00_textPL_EShopStages1_stagesnav li
	{	
		display:inline;
		padding-left:35px;
	}	
	
	#ctl00_textPL_EShopStages1_stagesnav a
	{	
		text-transform:uppercase;	
	}

	#ctl00_textPL_EShopStages1_stagesnav a.current
	{	
		text-decoration:underline;
	}
	
	fieldset.useraccount
	{
		float:left;
		margin-right:3%;
		padding:2%;
	}
	
	fieldset.billing
	{
		clear:both;
	}
	
	table#cart
	{
		display:table;
		width:100%;
	}
	
	table#cart td
	{
		height:110px;
		margin-right:1%;
	}

	table#cart td:first-child
	{	
		width:50%;
	}
	
	table#cart td:first-child img
	{	
		width:20%;
		margin-right:5%;
		float:left;
	}
	
	table#cart td:nth-child(2)
	{	
		width:5%;
	}
	
	table#cart td:nth-child(3)
	{	
		width:10%;
	}
	
	table#cart td:nth-child(4)
	{	
		width:15%;
	}
	
	ul.address
	{
		float:left;
		width:30%;			
		margin-right:3%;
	}
	
	.fieldbox.btn
	{
		clear:both;
	}
}

@media screen and (max-width:729px)
{
	#content
	{	
		width:90%;
		margin:5%;				
	}
	
	#cartsummary
	{			
		position:absolute;
		top:25px;	
		width:200px;
		right:95px;	
		color:#fff;		
		z-index:101;
	}
	
	#ctl00_textPL_EShopStages1_stagesnav
	{		
		display:none;
	}
	
	table#cart
	{
		display:table;
		width:100%;
	}
	
	table#cart th
	{
		display:none;
	}
	
	table#cart td, td.total
	{
		float:left;
		width:100%;
		text-align:center;		
	}
	
	table#cart td:first-child img
	{	
		width:100%;		
	}
	
	table#cart td.subtotal
	{
		border-bottom:1px solid #000;
	}
	
	ul.address
	{		
		width:100%;			
		margin-bottom:25px;
	}
	
	fieldset
	{
	  width:96% !important;
	  padding:5% 2% !important;	  
	}	
	
	.fieldbox
	{
	  width:100% !important;	    
	}
}	