@charset "utf-8";
/*  
Theme Name: Gasreview
Theme URI: http://www.gasreview.co.jp
Author: Studio Kan
Author URI: http://www.kan-web.ne.jp
Creation date: 17.10.2008 
*/

/* Base ----------------------------------------------------------------- */

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr {
    margin:0;
    padding:0;
}
a:link, a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
table {
    border-spacing:0;
}
p, pre, blockquote, fieldset {
    margin-bottom: 10px;
}
ul, li { list-style:none; }
ol { list-style: decimal outside; }
h2 {font-size: 18px;}
h3 {font-size: 16px;}
h4 {font-size: 14px;}
h5 {
	font-size: 13px;
}
caption,th {
    text-align:left;
}
a img,:link img,:visited img {
    border:none;
}
hr {
    border:0;
    height:1px;
    color:#999999;
}
fieldset,img,abbr,acronym {
    border:0;
}
q:before,q:after {
    content:'';
}
cite {
	font: normal 13px verdana, helvetica, sans-serif;
}
address {
    font-style:normal;
}
code {
	margin-left: 15px;
}
form p {
	margin-left: 15px;
}
small {
	font-size: 11px;
}

p {
	margin-top: 0px;
	margin-bottom: 5px;
}
blockquote {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
}
a.w:link, a.w:visited, a.w:hover {
	color: #F0F0F0;
	text-decoration: none;
}
a.w:hover {
	color: #FFCC00;
}
a.mn:link, a.mn:visited {
	text-decoration: none;
}

a.bl:link, a.bl:visited, a.bl:hover {
	color: #333333;
	text-decoration: none;
}
a.bl:hover {
	color: #FF0000;
}


/* Layout ----------------------------------------------------------------- */

body {
	text-align: center;
	font: normal 13px arial, helvetica, sans-serif;
	color: #333333;
	margin: 0px auto;
	font-size: 13px;
	background-image: url(images/base_bg1.jpg);
}
#container {
	width: 940px;
	margin: 0px auto;
	background-image: url(images/base_back.gif);
}
#container-inner {
	position: static;
	text-align: left;
	width: 920px;
	margin-left: 10px;
	margin-right: 10px;
}
#header, #content, #gamma {
    position: relative;
}
#gamma-inner, #header-inner {
    position: static;
		overflow: hidden;
}
#header {
	width: 920px;
	text-align: left;
	overflow: hidden;
	height: 90px;
	background-image: url(images/bg_head09b.jpg);
	background-repeat: no-repeat;
	background-position: 100px;
}
#main, #sidebar, #gamma {
	float: left;
	position: relative;
}
#content-inner,
#main-inner, #sidebar-inner, #gamma-inner {
	position: static;
	overflow: hidden;
}
#content {
	width: 920px;
	clear: both;
	display: block;
	text-align: left;
}
#content-inner {
	padding-top: 10px;
	width: 920px;
}
#main {
	width: 580px;
	text-align: left;
	left: 170px;
}
#main-inner {
	width: 560px;
	padding-left: 5px;
}
#sidebar {
	left: -580px;
	width: 170px;
	text-align: left;
}
#sidebar-inner {
	width: 150px;
	margin: 0px;
	padding-left: 5px;
}
#gamma {
	width: 160px;
}
#gamma-inner {
	width: 160px;
}
#banner {
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	background-image: url(images/bg_gray1.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
}

#footer {
	width: 920px;
	background-color: #2644AC;
	font-size: 12px;
	color: #FFFFFF;
	height: 35px;
	margin-top: 2px;
}

/* Header ----------------------------- */

.header-left, .header-right {
	float: left;
}
.header-left {
	float: left;
	width: 320px;
}
.header-right {
	width: 600px;
}
#headbanner {
	margin-top: 20px;
	margin-left: 320px;
	height: 62px;
	width: 250px;
}
.header-right li {
	float: right;
	display: inline;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	padding-left: 10px;
}

/* Navigation ----------------------------------------------------------- */

.navigation {
	font-size: 11px;
	margin-bottom: 5px;
	display: block;
	width: 560px;
	position: relative;
	clear: both;
}
#nav {
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	background-image: url(images/bg_menu_bl.jpg);
	background-repeat: repeat-x;
}
#nav li {
	display: inline;
	float: left;
}
#nav li a {
	display: block;
	width: 95px;
	height: 20px;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	font-weight: normal;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}

/* Search -------------------------------------------------------------- */

.searchform {
	margin-bottom: 5px;
	text-align: right;
	float: right;
}
#s1 {
	width: 150px;
	height: 18px;
	font-size: 15px;
	background-color: #FFFFFF;
	border-top: 2px solid #999999;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 2px solid #999999;
}

/* News -------------------------- */

.news {
	font-size: 14px;
	color: #FF0000;
	line-height: 120%;
	float: left;
	font-weight: bold;
	padding-bottom: 2px;
}
.news a:link, .news a:visited {
	color: #FF0000;
	text-decoration: none;
}
.news a:hover, .news a:focus {
	color: #FF0000;
	text-decoration: underline;
}
.topics {
	color: #333333;
	clear: both;
	padding-top: 6px;
}
.topics .sinsai {
	padding-top: 6px;
	padding-bottom: 5px;
	border: 1px solid #666666;
	padding-left: 10px;
	margin-bottom: 8px;
	font-size: 16px;
	line-height: 100%;
}
.topics h4 {
	padding-left: 6px;
}


.topics ul {
	font-size: 14px;
	line-height: 120%;
	padding-bottom: 3px;
}
.topics li {
	list-style-type: none;
	background-image: url(images/sankaku_top.gif);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #3366FF;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: 1px;
}

/* Number content ------------------------------------------- */

.number-title {
	background-image: url(images/base_bar.jpg);
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	height: 26px;
	clear: both;
}
.number-title h3 {
	font-size: 18px;
	height: 18px;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 10px;
	float: left;
}
.backnav {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}
.backnav li {
	float: left;
}
.backnav a {
	display: block;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 18px;
	text-indent: -9999px;
}
#backnum a {
	background-image: url(images/backn_mae.gif);
	width: 19px;
}
#nextnum a {
	background-image: url(images/backn_next.gif);
	width: 20px;
}
#backtop a {
	background-image: url(images/to_backn.gif);
	width: 102px;
}

.number-title .backnav img {
	margin-left: 3px;
}

.number {
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 538px;
	padding: 10px;
}
.number h2 {
	font-size: 18px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}
.number h3 {
	font-size: 16px;
	line-height: 120%;
	margin-bottom: 5px;
}
.number h4 {
	font-size: 14px;
	line-height: 130%;
}
.number h5 {
	font-size: 13px;
	line-height: 125%;
}
.number table {
	width: 100%;
}
.topleft {
	width: 228px;
	float: left;
	padding-bottom: 10px;
}
.topright {
	float: left;
	width: 310px;
}
.widecolumn {
	width: 538px;
	clear: both;
}
.number dl {
	display: block;
	clear: both;
}
.number dt {
	float: left;
	font-size: 12px;
	color: #3366FF;
	padding-top: 3px;
	padding-bottom: 3px;
}
.topright dl {
	width: 310px;
}
.topright dd, .pnum {
	float: right;
	font-size: 12px;
	color: #3366FF;
	padding-right: 3px;
	text-align: right;
}
.widecolumn dl {
	padding-top: 3px;
	padding-bottom: 3px;
	width: 538px;
}
.widecolumn dt {
	width: 105px;
}
.pcnt {
	font-size: 14px;
	line-height: 115%;
}
.pcnt p {
	font-size: 12px;
	line-height: 130%;
}
.topright .pcnt {
	clear: both;
}
.topright .pcnt li {
	margin-bottom: 2px;
}
dl .pcnt {
	width: 405px;
	float: left;
	padding-left: 3px;
}
.pcnt ul {
	list-style-position: outside;
	margin-left: 15px;
}
.pcnt ul, .pcnt li {
	list-style-type: disc;
}
.longtitle .pcnt {
	clear: both;
	padding-top: 0px;
	padding-left: 110px;
}
.longtitle dt {
	width: 300px;
}
.longtitle2 .pcnt {
	padding-left: 110px;
	width: 360px;
}
.longtitle2 dt {
	width: 300px;
}
.pcnt a:link, .pcnt a:visited {
	color: #666666;
}
.pcnt a:hover {
	color: #FF0000;
}

.line {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A73E6;
	height: 1px;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	clear: both;
}
a.red:link, a.red:visited {
	color: #FF0000;
	text-decoration: underline;
}
a.red:hover {
	color: #FF6600;
}

/* doko ----------------------------- */

.content-footer {
	text-align: right;
	margin-bottom: 10px;
}
.underleft {
	width: 130px;
	margin-top: 15px;
	font-size: 13px;
	line-height: 125%;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-left: 5px;
}

/* kiji shosai -------------------------- */

.kijishosai, .products {
	border: 1px solid #4A73E6;
	padding: 10px;
	margin-bottom: 10px;
}
.shosai-title {
	font-size: 16px;
	color: #4A73E6;
	margin-bottom: 5px;
}

.kijishosai h2 {
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 5px;
	line-height: 125%;
}
.kijishosai h4 {
	font-size: 16px;
	line-height: 120%;
}
.kijititle {
	font-size: 16px;
	line-height: 100%;
	color: #3B67D0;
	margin-bottom: 5px;
}

.kijishosai h3 {
	font-size: 16px;
	margin-bottom: 5px;
	line-height: 130%;
}
.kijishosai p {
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 150%;
}
.date {
	font-size: 12px;
	color: #2752BA;
	text-align: right;
	clear: both;
}
.shosailist-header {
	font-size: 12px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.shosailist {
	border: 1px solid #4A73E6;
	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 13px;
	line-height: 135%;
	width: 538px;
	height: 300px;
	overflow: auto;
}
.shosailist a:link, .shosailist a:visited {
	text-decoration: none;
	color: #333333;
}
.shosailist a:hover {
	text-decoration: underline;
	color: #FF0000;
}

/* Category page -------------------------------------------- */

.ca-header {
	clear: both;
	margin-bottom: 10px;
	padding-top: 5px;
}
.ca-header h2 {
	font-size: 16px;
}
.cat-title {
	background-image: url(images/base_bar.jpg);
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	clear: both;
	height: 16px;
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 4px;
}
.cat-title h3 {
	font-size: 15px;
}
.numberlist {
	border: 1px solid #999999;
	margin-bottom: 10px;
	padding: 8px 8px 8px 10px;
	font-size: 13px;
	line-height: 150%;
	width: 538px;
}
.numberlist .listimg {
	float: right;
	border: 1px solid #999999;
	margin-top: 2px;
	width: 85px;
	height: 117px;
}
.listbody {
	width: 445px;
	float: left;
}
.numberlist .listbody dl {
	clear: both;
}
.listbody dt, .listbody dd {
	float: left;
}
.listbody dt {
	width: 135px;
	clear: left;
	overflow: hidden;
}
.listbody dt a {
	width: 62px;
	display: block;
	float: left;
	overflow: hidden;
}
.listbody .longtype a {
	width: 70px;
	display: block;
	float: left;
	overflow: hidden;
}
.listbody dd {
	width: 310px;
}

.numberlist a:link, .numberlist a:visited {
	text-decoration: none;
	color: #333333;
}
.numberlist a:hover {
	text-decoration: underline;
	color: #FF0000;
}


.nodate {
	display: block;
	float: left;
	width: 68px;
	overflow: hidden;
}

.numberlist li {
	clear: left;
}
.listbody li h3 {
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: normal;
	width: 68px;
}
.listbody p {
	font-size: 13px;
	float: left;
	margin-bottom: 0px;
}
li .nodate {
	display: inline;
	width: 70px;
	float: left;
}


/* Gasreview Content table Parts -------------------------------- */

.cnt1 td {
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A73E6;
	vertical-align: top;
}
.cnt1 {
	font-size: 14px;
	line-height: 115%;
}
.subt {
	font-size: 12px;
	color: #4A73E6;
	font-weight: normal;
}
.subt1 {
	font-size: 12px;
	color: #4A73E6;
	font-weight: normal;
	margin-top: 20px;
}
.subth {
	font-size: 12px;
	color: #4A73E6;
	font-weight: normal;
	line-height: 130%;
}
table .subt {
	margin-top: 3px;
	clear: right;
}
p.cnt1 {
	margin-top: 2px;
	margin-bottom: 4px;
}
.colum {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #4A73E6;
	padding-bottom: 3px;
}
.clink:link, .clink:visited {
	color: #FF0000;
}
.h2s {
	font-size: 18px;
	line-height: 130%;
}
#socnt {
	margin-top: 5px;
	font-size: 14px;
	line-height: 130%;
	color: #333333;
	height: 73px;
	overflow: auto;
}
.footue {
	margin-top: 20px;
}


/* Sidebar -------------------------------------------------------------- */

#sidebar ul li h2 {
	color: #FFFFFF;
	background: #516B44;
	padding-top: 4px;
	display: block;
	height: 13px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 4px;
	line-height: 1em;
}
#sidebar ul li p {
	font-size: 12px;
	line-height: 130%;
}
#sidebar ul li {
	font-size: 12px;
	line-height: 1em;
}
#mainmenu {
	font-size: 12px;
	margin-bottom: 5px;
}
#mainmenu ul li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#mainmenu li a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 125px;
	border-bottom: 1px solid #999999;
	text-decoration:none;
	height: 12px;
	background-image: url(images/bg_left2.jpg);
	background-repeat: repeat-y;
	color: #333333;
}
#mainmenu .cat a {
	background: url(images/bg_left1.jpg);
	width: 140px;
	padding-left: 10px;
	color: #FFFFFF;
}
#mainmenu li a:link, #mainmenu li a:active, #mainmenu li a:visited, #mainmenu li a {
	text-decoration: none;
}
#mainmenu li a:hover {
	color: #FF3300;
}

#sidebar li li .children li a {
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	width: 140px;
	background-image: url(images/left_bg_li.gif);
	background-repeat: no-repeat;
}
.newbooks {
	padding-top: 5px;
	background-color: #FFFFFF;
	width: 135px;
	border: 1px solid #285BE1;
	padding-left: 9px;
	padding-right: 4px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.newbooks h4 {
	color: #FF0000;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 120%;
}
.newbooks p {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 0px;
}
.newbooks img {
	padding-top: 3px;
	padding-bottom: 4px;
}

#newbooktitle {
	background-image: url(images/sinkan_annai.gif);
	height: 18px;
	background-repeat: no-repeat;
	font-size: 1px;
	display: block;
}
#makercat {
	padding-top: 10px;
	background-color: #FFFFFF;
	width: 138px;
	border: 1px solid #285BE1;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
#makercat ul {
	margin-top: 5px;
	margin-bottom: 5px;
}
#makercat ul li {
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}


.current-cat a {
	background-color: #FFCC33;
}

/* Right -------------------------------------------- */

#sidebanner {
	text-align: center;
	margin-bottom: 5px;
}
.pr-seihin {
	padding: 5px;
	border: 1px solid #666666;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 10px;
}
.right-box {
	padding: 5px;
	border: 1px solid #666666;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 5px;
}
.right-box li {
	padding-top: 2px;
	padding-bottom: 2px;
}


/* main contents -------------------------------------------- */

.cnt-header h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #FF3300;
	clear: both;
}
.cnt-body {
	font-size: 14px;
	line-height: 150%;
	width: 560px;
	margin-left: 10px;
}

/* Footer ----------------------------- */


/* Parts -------------------------------------------- */

.border {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.clearall {
	clear: both;
	font-size: 1px;
	height: 1px;
}
.clear {
	clear: both;
}
.f15 {
	font-size: 15px;
	line-height: 120%;
}
.f16 {
	font-size: 16px;
	line-height: 120%;
}
.f14 {
	font-size: 14px;
	line-height: 130%;
}
.f13 {
	font-size: 13px;
	line-height: 130%;
}
.f12 {
	font-size: 12px;
	line-height: 130%;
	font-weight: normal;
}
.f11 {
	font-size: 11px;
}
.f10 {
	font-size: 10px;
}
.small {
	font-size: 12px;
	line-height: 150%;
}
.bread {
	font-size: 11px;
	margin-top: 5px;
}
.alignc {
	text-align: center;
}
.mgbtm5 {
	margin-bottom: 5px;
}
.mgbtm10 {
	margin-bottom: 10px;
}
.imgleft {
	margin-right: 10px;
	margin-top: 5px;
}
.imgright {
	float: right;
	margin-left: 10px;
}
.pcnt .imgright {
	margin-left: 3px;
}

.red {
	color: #FF0000;
}
.blue {
	color: #4A73E6;
}

.mgt15 {
	margin-top: 15px;
}
.mgt10 {
	margin-top: 10px;
}
.mgt5 {
	margin-top: 5px;
}
.mgl100 {
	margin-left: 108px;
	margin-top: 2px;
}

.toppr li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.toppr {
	padding: 2px 5px 5px 10px;
	border: 1px solid #3D61B5;
}

/* Business ------------------------- */

.leftbox {
	float: left;
	margin-right: 10px;
}
.rightbox {
	float: left;
}
.business-link {
	margin-top: 10px;
	font-size: 13px;
	line-height: 150%;
	width: 560px;
}
.link-title {
	height: 24px;
	padding-top: 6px;
	padding-left: 10px;
	background-image: url(images/base_bar.jpg);
	color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.linkbox {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.linkbox p {
	margin-bottom: 5px;
}
.linkbox h3 {
	font-size: 14px;
	color: #143DA7;
}
.business-link ul li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
	margin-top: 5px;
}
.business-link ul li li {
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.linknav td {
	text-align: center;
	font-size: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #F2F4F7;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.linknav {
	margin-top: 10px;
}
/* Product --------------------*/

.products {
	margin-top: 10px;
	padding: 10px;
	width: 538px;
}
.products .leftbox {
	width: 230px;
	overflow: hidden;
	padding-right: 15px;
	margin: 0px;
}
.products .rightbox {
	width: 293px;
	font-size: 14px;
	line-height: 150%;
}
.leftbox .about {
	background-color: #F3F3F3;
	padding: 5px;
	font-size: 13px;
	line-height: 130%;
}
.leftbox .seihinimg {
	height: 230px;
}


.products .border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 10px;
	margin-bottom: 10px;
}
.products .comment1 {
	font-size: 14px;
	line-height: 150%;
	padding-left: 20px;
	padding-right: 20px;
}
.products .comment2 {
	padding-bottom: 10px;
}
.products .comment2 td {
	font-size: 12px;
	padding-bottom: 4px;
}
.products .comment2 h4 {
	margin-left: 5px;
}




.product-header {
	margin-top: 10px;
	padding: 5px;
	color: #3B69D0;
	border-bottom: 1px solid #4471D8;
}
.product-header h2 {
	font-size: 16px;
}
.products .rightbox h2 {
	font-size: 17px;
	line-height: 130%;
	color: #123485;
	margin-bottom: 10px;
}
.products h3 {
	font-size: 16px;
	line-height: 130%;
	color: #123485;
}
.products .rightbox h3 {
	line-height: 130%;
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
}
.products h4 {
	font-size: 14px;
	margin-bottom: 5px;
	color: #666666;
}
.prod-sub {
	border: 1px solid #4975CE;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #4773CC;
}
.prod-item {
	font-size: 12px;
	color: #4773CC;
	padding: 2px;
	width: 170px;
	font-weight: bold;
	line-height: 125%;
}
.prod-listbox {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 10px;
}
.prod-listbox td {
	padding: 5px;
	width: 175px;
}
.prod-listbox th {
	text-align: center;
	vertical-align: middle;
}
.prod-listbox h3 {
	font-size: 12px;
	color: #285BE1;
	font-weight: normal;
	margin-bottom: 5px;
}

/* Event ----------------------------- */

.event-body {
	font-size: 13px;
	line-height: 130%;
	clear: both;
}
.event-body h4 {
	margin-bottom: 10px;
	margin-top: 5px;
}
.event-body h3 {
	font-size: 14px;
	color: #3155AD;
	margin-bottom: 5px;
	background-image: url(images/dot_blue1.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 3px 1px;
}

.event-body li {
	list-style-type: disc;
	margin-left: 20px;
}
.event-body ul {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
	padding-left: 20px;
}
.event-nav {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.event-nav li {
	float: left;
	padding-right: 20px;
}

.topbooks {
	border: 1px solid #999999;
	margin-bottom: 10px;
	width: 558px;
	padding: 0px;
	margin-top: 10px;
}

