@charset "utf-8";
/* CSS Document */

.marginT5 {
	margin-top:5px;
}
.marginT10 {
	margin-top:10px;
}
.marginT15 {
	margin-top:15px;
}
.marginT20 {
	margin-top:20px;
}
.marginT30 {
	margin-top:30px;
}
.marginT40 {
	margin-top:40px;
}

.marginB5 {
	margin-bottom:5px;
}
.marginB10 {
	margin-bottom:10px;
}
.marginB15 {
	margin-bottom:15px;
}
.marginB20 {
	margin-bottom:20px;
}
.marginB30 {
	margin-bottom:30px;
}
.marginB40 {
	margin-bottom:40px;
}

.marginL10 {
	margin-left:10px;
}

.marginL20 {
	margin-left:20px;
}

.marginL30 {
	margin-left:30px;
}

.marginR5 {
	margin-right:5px;
}

.marginR10 {
	margin-right:10px;
}

.marginR20 {
	margin-right:20px;
}

.marginR30 {
	margin-right:30px;
}



.right {
	float:right !important;
}

.left {
	float:left;
}
.center {
	float:none !important;
	margin:0 auto !important;
}

.textRight {
	text-align:right;
}
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textJustify {
	text-align:justify;
}

.auto {
	width:auto;
}
.half {
	width:49%;
}
.clear {
	clear:both;
}



.littleFont {
	font-size:12px;
}


.bestPrice {
	width:75px;
	height:53px;
	background:url(../images/bestPrice.png) no-repeat;
	color:white;
	font-size:22px;
	padding:22px 0 0 0;
	font-weight:bolder;
	text-align:center;
}

/* boxes */

.boxTitle {
		margin:15px 0 20px 0;
	}
	.boxBodyContainer {
		background:url(../images/index/indexBox_middle.gif) repeat-y;
	}
		.boxBody {
			width:544px;
			background:url(../images/index/indexBox_top.gif) no-repeat top;
			padding:20px 20px 10px 20px;
			text-align:justify;
			line-height:20px;
		}
	.boxFooter {
		height:12px;
		background:url(../images/index/indexBox_bottom.gif) no-repeat;
	}
.boxTitleB {
	color:#fd7000;
	text-align:right;
	font-size:30px;
	font-weight:bolder;
	margin:15px 0 15px 0;
}

.border2 {
	border:2px solid #333;
}
/* font size */

.fontS12 {
	font-size:12px;
}
