@media all {
    #dock
    {
	/* padding: 15px; */
    }
    #dock h2
    {
	padding-bottom: 30px;
	padding-top: 30px;
    }
    #part2
    {
	position: relative;
    }
    #part2_image
    {
	position: absolute;
	top: 0px;
	right: 0px;
    }
    #part2_list li
    {
	color: rgb(51, 51, 51);
	list-style: none;
	padding-bottom: 5px;
    }
    #part2_list li img
    {
	vertical-align: bottom;
    }
    #part3 h3
    {
	color: rgb(42, 124, 106);
	padding-bottom: 15px;
	padding-top: 20px;
    }
    .part3_content
    {
	padding-left: 15px;
    }
    .docktable td
    {
	padding: 8px;
	text-align: center;
	vertical-align: top;
    }
    .docktable td:first-child
    {
	text-align: left;
    }
    .docktable thead,
    .docktable tbody tr:last-child
    {
	border-bottom: 2px rgb(51,51,51) solid;
    }
    .docktable tbody tr
    {
	border-bottom: solid 1px rgba(51, 51, 51, 0.15);
    }
    .docktable
    {
	margin-bottom: 15px;
    }
    .price
    {
	table-layout: fixed;
    }
    .price td
    {
	vertical-align: top;
    }
    .price td:first-child
    {
	width: 40%;
    }
    .halftab
    {
	width: 75%;
    }
    .halftab .docktable
    {
	table-layout: fixed;
    }
    .halftab.docktable td
    {
	text-align: left;
    }

}


@media screen and (min-width: 960px)
{
    #part1
    {
	display: table;
    }
    #part1_text
    {
	display: table-cell;
	width: 66%;
	vertical-align: top;
    }
    #part1_image
    {
	display: table-cell;
	width: 33%;
	vertical-align: top;
    }
}

@media screen and (min-width: 566px) and (max-width: 960px)
{
    #part1_image img,
    #part2_image img
    {
	width: 240px;
    }
    #part2_list img
    {
	width: 18px;
    }
    #part2_list
    {
	padding-left: 5px;
    }
    .detail_arrow
    {
	width: 130px;
    }
}

@media screen and (max-width: 566px)
{
    #part1_image img,
    #part2_image img
    {
	width: 180px;
    }
    #part2_list li img
    {
	width: 14px;
	vertical-align: -3px;
    }
    #part2_list
    {
	padding-left: 5px;
    }
    .detail_arrow
    {
	width: 120px;
    }
    #part2_list li
    {
	color: white;
    }
}