/*
Site: Belag International
Page: common
*/

/* --- initialize --- */

a {
	color: #c00;
	text-decoration: underline;
}

a:hover {
	color: #03c;
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size:13px;
	*font-size:medium;
	*font:medium;
	line-height:135%;
	text-align:center;
	background: url(../common/bg.jpg) #000 center top no-repeat;
}

table {
    font-size: inherit;
    font: 100%;
}

td, th {
	line-height: 135%;
}

p {
	margin: 0;
	padding: 0;
}

.clr {
    clear: both;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: 0 -1px -1px 0;
    border: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

/* --- layout --- */

div#container-upper-frm {
	height: 172px;
	background: url(../common/upper-bg.gif) repeat-x;
}

div#container-upper {
	width: 952px;
	margin: 0 auto;
}

div#container-frm {
	clear: both;
	width: 952px;
	margin: 0 auto;
	background: url(../common/container-bg.gif) repeat-y;
}

div#container-index {
	text-align: left;
	padding: 0 21px 10px;
}

div#container {
	text-align: left;
	padding: 0 21px 0 11px;
}

/* --- header --- */

div#intro {
	height: 18px;
	overflow: hidden;
	text-align: left;
}

div#intro h1 {
	margin: 0;
	padding: 3px 0 0 5px;
	line-height: 100%;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

div#header {
	height: 121px;
	overflow: hidden;
	background-image: url(../common/header-bg.jpg);
	text-align: left;
}

p#logo {
	padding: 10px 0 0 0;
}

ul#gnavi {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#gnavi li {
	float: left;
	margin: 0;
	padding: 0;
}

/* --- navi-left --- */

div#navi-left {
	width: 190px;
	float: left;
	padding: 24px 0 20px 0;
}

div#navi-left ul {
	margin: 2px 0 20px 0;
	padding: 0;
	border-top: 1px solid #1e1e1e;
	list-style-type: none;
}

div#navi-left li {
	margin: 0;
	padding: 10px 5px 10px 22px;
	background: url(../common/nl-li-bg.gif) no-repeat #333;
	line-height: 100%;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #1e1e1e;
}

div#navi-left a {
	color: #ccc;
}

div#favorite {
	text-align: center;
	padding: 0 0 20px 0;
}

p#shopinfo {
	padding: 5px;
	margin-bottom: 20px;
	border: 3px double #333;
	color: #ccc;
}

div#calendar {
	text-align: center;
}

/* --- contents --- */

div#contents {
	width: 710px;
	float: right;
	padding-bottom: 20px;
}

p#topic-path {
	text-align: right;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	border-bottom: 1px dotted #333;
}

p#topic-path a {
	color: #666;
}

/* --- footer --- */

div#container-bottom-frm {
	background: url(../common/bottom-bg.gif) repeat-x #e00000;
}

div#container-bottom {
	width: 950px;
	margin: 0 auto;
}

table#navi-bottom {
	border-collapse: collapse;
	width: 100%;
}

table#navi-bottom td {
	padding: 15px 20px 0;
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	color: #fcc;
}

table#navi-bottom td a {
	color: #fcc;
}

p.switcher {
	text-align: center;
	padding: 7px 0 0 0;
	color: #f99;
}

p.switcher a {
	color: #f99;
}

address#footer {
	font-style: normal;
	border-left: 1px dotted #fff;
	padding-left: 15px;
}

/* --- layout and design --- */

h2.sub-title {
	margin: 0;
	padding: 0 0 0 15px;
	background: url(../common/sub-title-bg.gif) no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	height: 40px;
	line-height: 40px;
}

h2.sub-title a {
	color: #fff;
	text-decoration: none;
}

h3.sec-title {
	clear: both;
	margin: 10px 0 0 0;
	padding: 7px;
	background-color: #333;
	font-size: 100%;
	font-weight: bold;
	color: #fff;
	line-height: 100%;
}

h3.sec-title a {
	color: #fff;
	text-decoration: none;
}

p#page-title {
	padding: 20px 0 30px;
	text-align: center;
}

div.frm-upper {
	margin: 5px 0 0 0;
	padding: 10px 0 0;
	background:url(../common/frm-upper.gif) left top no-repeat;
}

div.frm-footer {
	margin: 0 0 30px 0;
	padding:0 0 10px;
	background:url(../common/frm-footer.gif) left bottom no-repeat;
}

div.frm-body {
	padding: 0 25px;
	background:url(../common/frm-bg.gif) left repeat-y;
}

p.spc-n {
	padding: 10px 0;	
}

p.spc-b {
	padding: 10px 0 30px 0;
}

p.spcr-n {
	padding: 0 0 10px 0;
}

p.spcr-b {
	padding: 0 0 30px 0;
}

.aln-c {
	text-align: center;
}

.aln-r {
	text-align: right;
}

img.flt-l {
	margin:0 10px 3px 0;
	float: left;
}

img.flt-r {
	margin:0 0 3px 10px;
	float: right;
}

td.td-c {
	text-align: center;
}

span.attn {
	color: #03c;
	font-weight: bold;
	font-size: 120%;
}

span.emp {
	font-weight: bold;
}

span.div-intro {
	color: #ff8000;
	font-weight: bold;
}

span.notes {
	color: #666;
}

span.price {
	color: #f00;
	font-weight: bold;
}

span.price-b {
	color: #f00;
	font-weight: bold;
	font-size: 150%;
}

span.must {
	color: #f66;
}

p.lead-txt {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px dashed #c93;
	background-color: #ffffe0;
	color: #cc5000;
}

div.youtube {
	padding: 10px 0 20px 30px;
}

/* --- links --- */

div.link-list {
	padding: 5px 0 30px 0;
}

div.link-list p {
	padding: 3px 5px;
	border-bottom: 1px dotted #ccc;
}