/* CSS Document */

#bar{
	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;
}

.productTitle
{
	font-size: 14px;
	color: #D4334A;
	font-weight: bold;
}

form
{
	margin: 0px;
	padding: 0px;
}

#shoppingBagLink a
{
	color: #D4334A;
	text-decoration: none;	
}

#shoppingBagLink a:hover
{
	text-decoration: underline;
}

#quantityBox
{
	text-align: center;
	width: 35px;	
	height: 15px;
	line-height: 15px;
	border: 1px solid #D4334A;
}
#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 #cccccc; 
	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: #D4334A;
	text-align:left;
	font-weight:bold;
	color:#ffffff;
	margin-right:3px;
	padding:3px;
	margin-top: 5px;
}
#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;
	margin-top: 2px;
}

#sb1,
#sb_1{
	width:275px;
}
#sb2,
#sb_2{
	width:70px;
	text-align:center;
}
#sb_2 input{
	width:55px;
	height:15px;
	font-size:11px;
	border:1px solid #D4334A;
	padding:0px;
	text-align:center;
}
#sb3,
#sb_3{
	width:150px;
}
#sb4,
#sb_4{
	width:70px;
	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: #D4334A;
	height:40px;
	width:370px;
	font-size:10px;
	color:#ffffff;
	padding:3px;
}

#total{
	float:right;
	background-color: #D4334A;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	width:185px;
	margin-bottom:20px;
	height: 41px;
	color:#ffffff;
	text-align: right;
}
#total td{
	color:#ffffff;
}

#total a
{
	color:#ffffff;
}

#total2{
	float:right;
	background-color: #D4334A;
	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;
}

#paymentTotal
{
	color: #ffffff;
}

p.outstock {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
}