.infobox {
	margin-bottom: 10px;
}

.infobox .ib-top {
	background-image: url(../images/infoBox-head_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.infobox .ib-top div {
	background-image: url(../images/infoBox-head_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.infobox .ib-top div div {
	background-image: url(../images/infoBox-head_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 15px;
	
	font-weight: bold;
	color: black;
	font-size: 13px;
	line-height: 34px;
	list-style-image: url(../images/infoBox-arrow.png);
}

.infobox .ib-top div div p {
	background-image: url(../images/infoBox-arrow.png);
	background-position: center left;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}

.infobox .ib-content {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	padding: 10px 25px;
}

.infobox .ib-subcontent {
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}


/* infoBox bottom */

.infobox .ib-bottom {
	background-image: url(../images/infoBox-bottom_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.infobox .ib-bottom div {
	background-image: url(../images/infoBox-bottom_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.infobox .ib-bottom div div {
	background-image: url(../images/infoBox-bottom_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 15px;
	height: 4px;
}

.categories .ib-content {
	
}


/* detbox */

.detbox {
	margin-bottom: 7px;
}

.detbox {
	background-image: url(../images/detbox_left.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.detbox div {
	background-image: url(../images/detbox_right.png);
	background-position: top right;
	background-repeat: no-repeat;
}

.detbox div div {
	background-image: url(../images/detbox_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 15px;
	height: 40px;
}

.detbox div div div {
	background-image: none;
}



.middle .mcenter .infobox .ib-content {
	padding: 10px 15px;
}


.tablebox {
	width: 100%;
	border-spacing: 10px;
	border-collapse: separate;
}

.tablebox td.tb-content {
	border: 1px solid #DDD;
	padding: 10px;
	width: 50%;
}

.tablebox td.tb-empty {
	border: 0;
	width: 10px;
	height: 10px;
}

.tablebox label {
	display: block;
}



.mini-cart-box {
}

.mini-cart-box .ib-content {
	padding: 5px;
	/*background-color: #f3f3f3;*/
}

.mini-cart-box .ib-top div div p {
	background-image: url(../images/top_cart.png);
	/*padding-left: 20px;*/
	padding: 0;
	text-align: center;
}

.mini-cart-box .mc {
	width: 100%;
	font-size: 11px;
	background-color: #f5f5f5;
	cursor: default;
}

.mini-cart-box .mc td {
	padding: 2px;
}

.mini-cart-box .mc-quantity {
	width: 1px;
	text-align: right;
}

.mini-cart-box .mc-times {
	width: 1px;
}

.mini-cart-box .mc-name {
}

.mini-cart-box .summary {
	width: 100%;
	border-bottom: 1px dashed #DDD;
	border-top: 1px dashed #DDD;
	margin: 7px 0;
}

.mini-cart-box .summary td {
	padding: 3px 0;
}

.mini-cart-box .sm-subtotal {
	width: 1px;
}

.mini-cart-box .sm-value {
	font-weight: bold;
	text-align: right;
}

.mini-cart-box .cart-checkout {
	font-weight: bold;
	text-align: right;
	/*background-color: #F3F3F3;*/
	padding: 5px;
}

.mini-cart-box .mc-empty {
	text-align: center;
}


.support-box .ib-content{
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

.support-box p {
	margin: 3px 0;
}

.support-box .support-new {
	font-size: 13px;
	font-weight: bold;
	color: red;
	margin-left: 7px;
}

.support-box hr {
	height: 1px;
	background-color: #DDD;
	border: 0;
}


/**
 * information box
 */

.information-box .ib-content {
	padding-left: 10px;
	padding-right: 10px;
}

.information-box .ib-content li a {
	border: 0;
	background-image: url(../images/infoBox-arrow.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 0;
	padding-left: 15px;
	color: #700202;
	font-weight: bold;
}

.information-box .ib-content li a:hover {
	border: 0;
}

.loginbox input {
	width: 150px;
}

.loginbox label {
	padding-top: 3px;
}

.infobox .supplierbox {
	padding: 2px 5px;
}

.infobox .supplierbox p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	margin: 5px 0;
}

.infobox .supplierbox img {
	display: block;
	margin-bottom: 2px;
}

.infobox .supplierbox .sb-item {
	border-bottom: 1px dotted silver;
}

.ib-content .category-box a {
	font-size: 13px;
}
