/* CSS Document */

#bar{
	background-color:#FFFFFF;
	color:#3A7491;
	float:right;
	font-size: 10px;
	margin-right:10px;
	margin-bottom: 2px;
}

#simpleShoppingBag
{
	width: 100%;
	clear: both;
	float:right;
}

#shopHeader
{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

form
{
	margin: 0px;
	padding: 0px;
}

#shoppingBagLink a
{
	color: #D4334A;
	text-decoration: none;	
}

#shoppingBagLink a:hover
{
	text-decoration: underline;
}

#price
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}

#quantity
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 10px;
}



p.clb { 
	border-bottom:2px solid #8DD8F8; 
	line-height: 0px;
	margin-top: 8px;	
	margin-bottom: 8px;	

} 

#sb1, /* Product Name */
#sb2, /* Quantity */
#sb3, /* Selection options */
#sb4, /* Price */
#sb5, /* Sub total */
#sb6{ /* Remove */
	float:left;
	background-color: #8DD8F8;
	text-align:left;
	font-weight:bold;
	color:#ffffff;
	margin-right:3px;
	padding:3px;
	margin-top: 2px;
}
#sb_sb1,
#sb_sb
{ 
	float:left;
	text-align:left;
	margin-right:3px;
	padding:3px;
	margin-top: 2px;
}
#sb_sb1
{
	width: 165px;
}
#sb_sb
{
}
#sb_sb2
{
	float:left;
}

#sb_1, /* Product Name */
#sb_2, /* Quantity */
#sb_3, /* Selection options */
#sb_4, /* Price */
#sb_5, /* Sub total */
#sb_6{ /* Remove */
	float:left;
	text-align:left;
	color:#000000;
	margin-right:3px;
	padding:3px;
}

#sb1,
#sb_1{
	width:257px;
}
#sb2,
#sb_2{
	width:70px;
	text-align:center;
}
#sb_2 input{
	width:55px;
	height:15px;
	font-size:11px;
	border:1px solid #8DD8F8;
	padding:0px;
	text-align:center;
	margin: 0px;
}
#sb3,
#sb_3{
	width:150px;
}
#sb4,
#sb_4{
	width:140px;
	text-align:center;
}
#sb5,
#sb_5{
	width:70px;
	text-align:center;
}
#sb6,
#sb_6{
	width:62px;
	text-align:center;
	margin-right:0px;
}
#sb_6 a{
	text-align:center;
	
}
#update{
	background-color: #8DD8F8;
	width:360px;
	font-size:10px;
	color:#ffffff;
	padding:3px;
	float: left;
	padding-bottom: 9px;
}

#total{
	float:right;
	background-color: #8DD8F8;
	padding-right:10px;
	padding-top:5px;
	width:190px;
	margin-bottom:20px;
	color:#ffffff;
	text-align: right;
	padding-bottom: 6px;
}
#total td{
	color:#ffffff;
}

#total a
{
	color:#ffffff;
}

#paymentTotal
{
	background-color: #8DD8F8;
	color:#ffffff;
}

#total2{
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:100%;
	margin-bottom:20px;
	height: 41px;
	color:#ffffff;
}
#total2 td{
	color:#ffffff;
}

#total2 a
{
	color:#ffffff;
}

.registerField
{
	width: 190px;
}

.registerFieldCountry
{
	width: 196px;
}

.errorStar
{
	font-size: 11px;
	color:  #D4334A;
	
}

.errorTd
{
	color:  #D4334A;
}

.shippingField
{
	width: 190px;
}

.shippingFieldCountry
{
	width: 196px;
}

#dateSelectorD
{
	width: 45px;
	margin-right: 6px
}
#dateSelectorM
{
	width: 55px;
	margin-right: 6px
}
#dateSelectorY
{
	width: 70px;

}
#productListHolder
{
	width: 200px;
	height:250px;
}
#productListLabel
{
	text-align: center;
}
#productListLabel a
{
	font-weight: bold;
}
#subHeaderBar
{
	background:#8DD8F8;
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold;
	padding: 5px;
}
#headerBar
{
	background:#8DD8F8; color: #ffffff; font-size: 16px; font-weight: bold
}
#productListQty
{
	text-align: center;
	width: 20px;	
	height: 15px;
	line-height: 15px;
	border: 1px solid #00ADEF;
}

div#mask
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #999999;
	z-index: 2;
	 /* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}

.window
{
	position: absolute;
	background-color: #ffffff;
	z-index: 3;
	margin: 0px auto;
	padding: 0px 15px 15px 15px;

}