/* CSS Document */
.multiImage
{
	margin:2px;
	float:left;
	display:block;
	width:55px;
	text-align:center;
	vertical-align:middle;
}
#products h1 {
	margin-bottom:15px;
	font-weight:normal;
	color:#d20b09;
}
#products select {
	margin-top:15px;
	background-color:#CCCCCC;
	border:solid 1px #333333;
}
#products #error select {
	margin-top:15px;	
	background-color:#CCCCCC;
	border:solid 5px #FF0000;	
}
#products #error_msg {
	background-image:url(../images/consumer/error.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:67px;
	padding-top:15px;
	height:80px;
	color:#bc2828;
	font-size:16px;
	font-weight:bold;
}
#products #error_msg li {	
	color:#000000;
	font-size:12px;
	font-weight:normal;
}
#products #success_msg {
	background-image:url(../images/consumer/success.jpg);
	background-repeat:no-repeat;
	margin-top:15px;
	margin-bottom:15px;
	padding-left:67px;
	line-height:50px;
	height:80px;
	color:#769b00;
	font-size:16px;
	font-weight:bold;
}

#success_msg2 {
	margin-top:20px;
	margin-bottom:15px;
	color:#769b00;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}


#products #enlarge:link, #products #enlarge:visited , #products #enlarge:active, 
.currency_converter a:link, .currency_converter a:visited, .currency_converter a:hover {
	color:#859cb2;
	font-size:10px;
	text-decoration:none;
	text-align:right;
}
#products #enlarge:hover {
	color:#000;	
}
#products #btn_cart {
	border:none;
	margin-top:15px;
	height:36px;
	/*width:149px;*/
	margin-left:-3px;
}
#products #price {
	color:#d20b09;
	font-size:18px;
	margin-top:20px;
	font-weight:bold;
}
#products h1 a:link, #products h1 a:visited, #products h1 a:active {	
	color:#d20b09;
}
#products h1 a:hover {	
	color:#FF3300;
}
#product_ovewview {
	background-image:url(../images/consumer/prod-bg-rhs.gif);
	width:185px;
	height:195px;	
	color:#000000;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
}
#right #product_ovewview {
	margin-right:0px;
	margin-left:14px;
	margin-top:10px;
	margin-bottom:0px;
}
* html #right #product_ovewview {
	margin-left:7px;	
}
#product_ovewview img {
	border:0px;
}
#product_ovewview a:link h2, #product_ovewview a:visited h2, #product_ovewview a:active h2 {
	height:40px;
	line-height:14px;
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:10px;
	padding-left:6px;
	padding-right:6px;
	color:#000000;
	font-size:10px;
	border:none;
}
#product_ovewview a:hover h2 {
	color:#CC0000;
	
}
#product_ovewview div {
	background-position:center;
	background-repeat:no-repeat;	
	padding-top:2px;
}
#products_all:link, #products_all:visited {
	color:#FFFFFF;	
	font-weight:bold;
	line-height:18px;
}
#products_all:hover {
	color:#FFBFBF;
}
#product_display_lhs {
	width:198px;
	float:left;
}
#product_display_lhs img {
	border:solid 1px #d2d2d2;
}
#product_display_rhs {
	width:287px;
	float:left;
}
#product_display_rhs p {
	margin-top:-3px;
}
/* CART */
#mycart {
	margin-top:20px;
}
#mycart div {
	float:left;
}
#cart-heading {
	color:#666666;
	display:block;
	background-color:
}
#mycart a:link div, #mycart a:visted div {
	background-color:#FFFFFF;
}
#mycart a:hover div {
	background-color:#F2FCFF;
}
#mycart #product_name {
	color:#FF0000;
	width:372px;
	line-height:30px;
}
#cart-heading #product_name {
	color:#666666;
	width:372px;
	line-height:30px;
}
#mycart #qty, #mycart #delete, #mycart #price, #mycart #product_total,#cart-heading #qty, #cart-heading #delete, #cart-heading #price, #cart-heading #product_total {	
	width:100px;
	line-height:30px;	
	text-align:right;
	padding-right:5px;	
}

#mycart #qty {
	width:50px;
	padding:5px;	
}
#cart-heading #qty {
	width:50px;
	padding-left:5px;
	padding-right:5px;
	padding-top:0px;
	padding-bottom:0px;		
}
#mycart #delete {
	width:18px;
	padding-top:7px;	
}
#cart-heading #delete {
	width:18px;
	padding-top:0px;
}
#qty input {
	float:left;
}
#qty div {
	padding:3px;
}
#mycart #totals, #cart-heading #totals {
	text-align:right; 
	display:block; 	
	padding-top:9px;
	padding-bottom:9px;
	width:656px;	
}
#mycart #clear, #cart-heading #clear {
	float:none;
	clear:both;
	border-bottom:1px solid #CCCCCC;
}
#mycart input {
	background-color:#F8FAFA;
	border:1px solid #999999;
	text-align:center;
}
#Update {
	text-align:right;
	margin:13px;
}