@charset "utf-8";

body#pod {
	background: url(../images/pod_background.jpg) repeat-x;
}

body#pod div#contents{
	width: 750px!important;
	background: #fff;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

div#podbanner {
	position: relative;
	top: -10px;	
}

div#linkbox a{
	width: 300px;
	display: block;
	text-align: center;
	margin: auto;
	background: #55180D;
	padding: 10px;
	color: #fff;
}

/* @group #message */

div#message {
	margin-bottom: 30px;
	color: #333;
}

div#message h1{
	font-size: x-large;
	margin-bottom: 10px;
}

div#message h2{
	font-size: large;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#message p{
	font-size: medium;
}

div#message ul{
	margin: 1em ;
}

div#message ul li{
	margin-left: 2em;
	list-style-type: disc;
}



/* @end */

/* @group #products */

div#products {
	clear: left;
	width: 508px;
	float: left;
	font-size: small;
	color: #333;
	margin-right: 30px;
}

div#products dl dd.icon{
	float: left;
	margin: 20px;
}

div#products dl dt{
	clear: both;
	font-size: large;
	font-weight: bold;
	color: #666;
	background: #E8EDF3;
	padding: 3px 0 3px 6px;
	border-bottom: 1px solid #ddd;
	border-left: 5px solid #47A3D6;
}

div#products dl dd{
	margin: 10px 0;
}

div#products dl dd ul{
	padding-top: 20px;
	float: left;
	width: 160px;
}


div#products dl dd ul li{
	line-height: 1.5	position: relative;
	right: 20px;	position: relative;
	right: 20px;
	em;
	margin-left: 2em;
	list-style-type: disc;
}


div#products dl dd.image{
	width: 180px;
	float: left;
	display: none;
}

div#products dl dd.price{
	clear: left;
	margin-bottom: 30px;
}

div#products dl dd.price h3{
	font-size: medium;
	margin-bottom: 0.5em;
}

div#products dl dd.price ul{
	margin: 0;
}

div#products dl dd.price div.note{
	margin-top: 1em;
	border: 1px dotted #999;
	padding: 1em 0;
}

div#products dl dd.price div.note h4{
	margin-left: 1em;
	font-weight: bold;
}

div#products dl dd.price div.note ul{
	float: none;
	width: 100%;
}

div#products dl dd.price div.note ul li{
	margin-left: 4em;
}

div#products dl dd.price table{
	border: 0;
	border-collapse: collapse;
	margin-bottom: 0;
}

div#products dl dd.price table tr th{
	background: #E8EDF3;
	font-weight: normal;
	text-align: center;
	border: 1px solid #999;
	color: #333;
}

div#products dl dd.price table tr th.color{
	font-weight: bold;
}

div#products dl dd.price table tr th.mono{
	color: #333;
}

div#products dl dd.price table tr th.transparent{
	color: #333;
}

div#products dl dd.price table tbody tr td{
	border: 1px solid #999;
}

div#products dl dd.price table tbody tr td{
	width: 4em;
	text-align: right;
}

div#products dl dd.price table tfoot tr td{
	border: 0;
	text-align: right;
	padding-bottom: 1em;
	font-size: x-small;
	padding-top: 0.3em;
}

div#products dl dd.contact a{
	float: right;
	display: block;
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
	color: #990000;
	text-align: center;
	padding: 10px;
	margin-right: 20px;
	position: relative;
	top: -15px;
	left: 0px;
	background: #FFE640;
	margin: 0 auto;
	margin-bottom: 30px;
}



/* @end */

/* @group #subtopics.workflow */

div#subtopics.workflow{
	border: 1px solid #ddd;
	background: #fff;
	color: #333;
	padding: 5px;
	width: 200px;
	font-size: 14px;
}

div#subtopics.workflow h3{
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
	background: #E8EDF3;	
	padding: 5px 0;
}

div#subtopics.workflow ol li{
	margin-left: 2em;
	list-style-type: decimal;
	margin-bottom: 1em;
	line-height: 1.5em;
}

div#subtopics.workflow ol li dl{
	margin-top: 1em;
	font-size: small;
}

div#subtopics.workflow ol li dl dt{
	font-weight: bold;
}

div#subtopics.workflow ol li dl dd{
	margin-bottom: 1em;
}



/* @end */
