﻿#box,
.box {
	margin-bottom: 5px;
	border: 1px solid #cacaca;
	padding: 5px;
	position: relative;
	/* display:block; */
	display: -moz-inline-stack;
	display: inline-block;
	width: 90%;	
}

.tip { background-color: #FFFF99; }
#box ul { margin-left: 0; padding-left: 15px;}
#box ol { margin-left: 0; padding-left: 15px; font-size: 8pt;}
#box li {list-style-type: none; list-style-image: url('bluedot.gif'); text-align: left; }
#box img { margin-bottom: 5px; }

	#box .header,
	.box .header{
		background: url("../shop/images/new/box-header-bg.png") 0 0 repeat-x;
		padding: 4px 4px 1px;
		margin: -5px -5px 0 -5px;
	}
	
	#box .header h3,
	.box .header h3{
		padding: 0;
		margin: 0 0 2px 0;
		white-space: nowrap;
		border-bottom: none;
		font-size: 13px;
		color: #233e74;
	}
#box1, #box2, box3{
	float: left;
	margin-right: 5px;
	}

/* Message boxes */
.info, .success, .warning, .error, .validation, .hint, .extrainfo, .simplebox, .simplecartbox {
border: 1px solid;
margin: 10px 5px;
padding:15px 10px 15px 50px;
/* float:left !important;  */
text-align:left;
}
.info, .extrainfo, .hint {
color: #00529B;
background-color: #dedede;
background-image: url('info.png');
background-repeat: no-repeat;
background-position: 10px 10px;
}
.extrainfo{
color: #cccccc;
}
.simplebox{
border-color: #cccccc;
text-align: left;
text-color: #333333;
padding: 10px 10px 10px 10px;
}
.simplecartbox{
border-color: #cccccc;
background-color: #EBEBEB;
text-align: left;
text-color: #333333;
background-image: url('info.png');	
background-repeat: no-repeat;
background-position: 10px 10px;
}
.hint {
color: #00529B;
background-color: #FFFF99;
}
.success {
color: #4F8A10;
background-color: #DFF2BF;
background-image:url('success.png');
background-repeat: no-repeat;
background-position: 10px 10px;
}
.warning {
color: #9F6000;
background-color: #FEEFB3;
background-image: url('warning.png');
background-repeat: no-repeat;
background-position: 10px 10px;
}
.error {
color: #D8000C;
background-color: #FFBABA;
background-image: url('error.png');
background-repeat: no-repeat;
background-position: 10px 10px;
}
.validation {
color: #D63301;
background-color: #FFCCBA;
background-image: url('validation.png');
background-repeat: no-repeat;
background-position: 10px 10px;
}