/* Default CSS Stylesheet for a Syzweb Shop Application project */

.TblCheckout TD
{
	vertical-align: top;
}

.InputQty
{
	width: 20px;
}
.inputqty
{
	width: 20px;
}

.ItemRow
{
}

.AltRow
{
	background-color: #eeeeee;
}
.Separator
{
	height: 10px;
}
.TrCartHeading
{
	font-weight: bold;
	color: #eeeeee;
	background-color: #e7333d;
}
.CartHeading
{
	border-right: #cccccc 1px solid;
	padding-right: 5px;
	border-top: #cccccc 1px solid;
	padding-left: 5px;
	font-size: 14pt;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: 0px;
	border-left: #cccccc 1px solid;
	width: 100%;
	color: #999;
	padding-top: 5px;
	border-bottom: #cccccc 1px solid;
	font-family: verdana;
	background-color: #eeeeee;
	text-align: left;
}
.TblCart
{
}
.TblCart TD
{
	font-size: 10px;
	font-family: "verdana";
}
.TblCartFooter
{
	margin-top: 10px;
}
.TblCartFooter TD
{
	font-size: 10px;
	vertical-align: top;
	font-family: "verdana";
}
.DivcartButtons
{
	padding-right: 80px;
	float: right;
}
.TdCartLeft
{
	text-align: left;
}
.TdCartRight
{
	text-align: right;
}
.TdCartCenter
{
	text-align: center;
}
.SpanPrice
{
	font-weight: bold;
	color: #ff0000;
}
.Error
{
	background-image: url(/shop/images/icon-error.gif);
	background-repeat: no-repeat;
	width: 18px;
	height: 21px;
}

/*Posten*/
.Delivery TD
{
	font-family: "verdana";
}

/*Checkout*/

.DivCheckOut
{
	/*border: solid 1px #a5b198;*/
	width: 80%;
	padding: 20px;
}

.tblCheckout
{
	width: 80%;
	height: 400px;
}

.tblRegUser
{
	width: 550px;
	height: 400px;
}
.LoginLeft
{
	width: 300px;
	border-right: solid 1px #a5b198;
	padding: 3px;
}
.LoginRight
{
	width: 300px;
	padding: 3px;
	padding-left: 15px;
}
.MediumHeading
{
	font-size: 12pt;
	color: #999999;
}

.TopInfo
{
	margin-bottom: 10px;
}


.Fields
{
	padding-top: 20px;
}

.SmallHeading
{
	font-size: 10px;
	font-weight: bold;
}

.InputFields
{
	width: 90%;
	border: solid 1px #a5b198;
}

.InputInactive
{
	width: 90%;
	border: solid 1px #a5b198;
	background-color: #eeeeee;
}


.PnoInputFields
{
	width: 20px;
	border: solid 1px #a5b198;
	margin-bottom: 5px;
}

.ForgotPwd
{
	margin-top: 10px;
}
.Btn
{
	width: 90%;
	text-align: right;
	vertical-align: bottom;
}
.BtnReg
{
	width: 570px;
	text-align: right;
	vertical-align: bottom;
}

.BtnStyle
{
	border: solid 1px #999999;
	width: 75px;
}

.divDotted
{
border: dotted 1px #a5b198;	
padding:5px;
margin-bottom:5px;
}

.NewsLetter
{
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 10px;
	
}

/* Headertabs */
.CheckoutTabs
{
	width: 595px;
}

/* ShopCartSmall */
.tblShopCartSmall
{
	background-color:#fff;
	width: 90%;
	margin-left: 10px;
}
.tblShopCartSmall TD
{
	padding: 3px;
}

.tdShopCartSmallHeading
{
	font-weight: bold;
	padding-bottom: 5px;
}

.tdShopCartSmallItems
{
}

.tdShopCartSmallSum
{
	padding-bottom: 5px;
}




