﻿h2 a { text-decoration:underline; }
h2 a:hover { text-decoration:none; }
h2 small { font-size:11px; }


/*********** Container Inner - Shop Cart Frame */

#containerInner #shopCartFrame
{
	background:url(/Skin/SiteFrame/ShopCartFrameBg.gif) no-repeat left top;
	padding:8px 0 0 0;
	margin-top:16px;
	margin-bottom:16px;
}

#containerInner #shopCartInner
{
	background:url(/Skin/SiteFrame/ShopCartInnerBg.gif) no-repeat left bottom;
	padding:0 13px 8px 14px;
}

#containerInner #shopCartInner h3
{
	display:block;
	margin:0 -10px 1em -11px;
	padding:0 0 4px 11px;
	background-color:#006baf;
	color:White;
}

#containerInner #shopCartInner a
{
	color:#02619d;
}

#containerInner #shopCartInner .Hr
{
	border-top:solid 1px #b8d4e4;
	height:1px;
}

#containerInner #shopCartInner .Hr hr { display:none; }

#containerInner #shopCartInner th,
#containerInner #shopCartInner td
{
	text-align:left;
}

#containerInner #shopCartInner td span { color:#666666; }

#containerInner #shopCartInner th { font-weight:bold; }
#containerInner #shopCartInner th.SubTotalPrice { text-align:right; }

#shopCartInner .checkoutButton
{
	display:block;
	width:94px;
	height:0;
	padding-top:20px;
	overflow:hidden;
	cursor:pointer;
	background:url(GeneralContent/CheckoutButton.gif) no-repeat left top;
	margin:0.6em 0 0 55px;
}

/************* Form */
.Form
{
	margin:2.2em 0 0.6em 0;
}

.Form p
{
	margin-bottom:0.6em;
	line-height:1.3em;
}

.Form label
{
	display:inline-block;
	width:100px;
	text-align:right;
	color:#006baf;
	padding-right:8px;
}

.Form span label
{
	color:Black;
	display:inline;
	width:auto;
	text-align:left;
	padding-right:auto;
}

.Form .Astrix { color:#ff0000; }

.Form .Buttons
{
	zoom:1;
	margin-bottom:1.4em;
	padding-left:112px;
}

.Form .Buttons:after
{
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.Form .Buttons button
{
	float:left;
	width:92px;
	height:29px;
	border:none;
	cursor:pointer;
	margin:7px 0 0 0;
	margin:18px 15px 0 0;
	background:url(/Skin/GeneralContent/SubmitButton.gif) no-repeat left top;
}

.Form .Buttons button span{	display:none;}