@charset "utf-8";
/* CSS Document */

#pgcontent .colleft {
	display:block;
	width:375px;
	float:left;
}
#pgcontent .colmain {
	display:block;
	margin-left:385px;
	margin-right:195px;
	width:170px;
	/*padding:10px 10px;*/
}
html>body #pgcontent .colmain {
	width:180px;
	/*padding:10px 10px;*/
}

#pgcontent .colright {
	display:block;
	width:185px;
	float:right;
}

.pghome .boxsmall .header {
	background:#0aaaca url('images/boxheader_small_blue.gif') no-repeat top right;
}

.pghome #calcalc {
	float:right;
	width:185px;
}
.pghome #mta {
	float:right;
	width:185px;
}
.pghome #mta .boxsmall {
	margin-top:12px;	
}
.pghome #mta .boxsmall .body {
	padding-bottom:20px;
}

.pghome #calcalc .inputbox .colleft {
	width:60px;
	float:left;
}

.pghome #calcalc .inputbox .colright {
	width:100px;
	float:right;
}

.pghome #calcalc, .pghome #calcalc select, .pghome #calcalc input {
	font-size:96%;
}

.pghome #calcalc .inputbox {
	height:24px;
	width:160px;
	/*font-size:90%;*/
}


.pghome #calcalc #calcres {
	padding:2px 2px;
	font-weight:bold;
	font-size:120%;
	color:#3dac4e;
	text-align:center;
	background-color:#ffffff;
	border:dotted 1px #eeeeee;
	margin-top:2px;
}

.pghome #pgcontent {
	padding-top:0px;
}

.pghome #pgcontent #homeptp {
	margin-top:10px;
	float:right;
	clear:right;
}
#homeptp .header {
	width:362px;
}
#homeptp .body {
	width:352px;
	background-image:none;
}

html>body #homeptp .header {
	width:365px;
}
html>body #homeptp .body {
	width:355px;
}


#dtashop {
	margin-top:10px;
}

#dtashop .body {
	padding:5px 10px;
}

#homeptp .body {
	padding:5px 10px;
}
#homeptp .body img {
	float:right;
}