﻿#Kart_Container
{
	width:263px;
	vertical-align:top;
}

#Store_Container
{
	vertical-align:top;
}

.Store_breadcrumb
{
	font-size:10px;
	line-height:15px;
	padding-bottom:5px;
}

.kart_middle
{
	background-image:url(/assets/images/PFSA/cart_middle.gif);
	width:242px;
	padding-left:10px;
	padding-right:10px;
	padding-top:25px;
	position:relative;
}
.kart_footer
{
	background-image:url(/assets/images/PFSA/cart_bottom.gif);
	width:262px;
	height:21px;
}

.kart_title
{
	position:absolute;
top:-5px;
left:12px;
	font-size:20px;
	font-weight:bold;
	color:#005478;
}

.kart_header
{
	background-image:url(/assets/images/PFSA/cart_top.gif);
	width:262px;
	height:14px;
	
}
.kart_table
{
	width:242px;
	line-height:normal;
}

.kart_table th
{
	color:#005478;
	font-weight:bold;
	text-align:left;
}

.kart_table th a:link,
.kart_table th a:visited,
.kart_table th a:active
{
	color:#005478;
}
.kart_table th a:hover
{
	color:#008ebb;
}

.kart_table td
{
	color:#008ebb;
}

.kart_table .deleterow
{
	text-align:right;
	vertical-align:middle;
}

.kart_table .whiteline
{
	border-top:solid 1px white;
}

.ItemPricePrice,
.kart_subtotal_price
{
	color:#005478;
	font-weight:bold;
}

.ItemPrice,
.kart_subtotal
{
	font-weight:bold;
	color:Black;
}

.CheckoutBtn
{
	position:absolute;
	right:0px;
}

.kart_button_div
{
	position:relative;
	top:10px;
}





.ItemImagesContainer
{
	width:170px;
	overflow-x:auto;
}

.ItemValues
{
	float:left;
	padding-left:10px;
	padding-right:10px;
	width:280px;
}

.ItemImage
{
	float:left;
	width:175px;
}

.ItemName
{
	font-size:20px;
	font-weight:bold;
	color:#005478;
	width:100%;
	border-bottom:solid 1px #005478;
	line-height:normal;
	padding-bottom:5px;
}
.ItemDesc
{
	color:#005478;
	font-size:12px;
	line-height:16px;
	padding-bottom:10px;
	padding-top:5px;
}

.ItemAdd
{
	margin-top:40px;
	margin-bottom:10px;
}