
body {
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
}

img {
	border-width: 0px;
}

#container {
	margin: 0px auto;
	text-align: left;
	width: 980px;
}

#header {
	background-image: url( layout_01.jpg );
	background-repeat: no-repeat;
	height: 123px;
}
#headermenu {
	padding: 62px 10px 0px 0px;
	text-align: right;
}
#headermenu a {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 8px;
	border-left: 1px solid #FFFFFF;
}
#headermenu a:hover {
	color: #138D30;
}

#contentbox {
	background-image: url( layout_03.jpg );
	background-repeat: repeat-y;
	min-height: 400px;
}

#content {
	float: left;
	margin-left: 24px;
	width: 540px;
	padding-top: 2px;
	font-size: 14px;
}
#content a {
	color: #000000;
	padding-left: 18px;
	background-image: url(page_go.png);
	background-repeat: no-repeat; 
}
#content a:hover {
	text-decoration: none;
}

#leftcol {
	float: left;
	margin-left: 11px;
	width: 185px;
}

#rightcol {
	float: left;
	margin-left: 23px;
	width: 185px;
	color: #000000;
	font-size: 12px;
}

.starbulletlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.starbulletlist li {
	background-image: url(/tmpl/src/bullet_star.png);
	background-repeat: no-repeat;
	padding-left: 16px;
	padding-top: 2px;
}		

#footer {
	background-image: url( layout_04.jpg );
	background-repeat: no-repeat;
	height: 22px;
}

#leftcol a {
	display: block;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	padding: 4px 4px 4px 24px;
	margin-top: 1px;
	background-image: url( button.png );
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 13px;
}
#leftcol a:hover {
	background-image: url( button_o.png );
	color: #CE000C;
}
#rightcol a {
	text-decoration: underline;
	color: #000000;
}
#rightcol a:hover {
	color: #CE000C;
}
	
.col_head_top {
	background-image: url( button_head.png );
	background-repeat: no-repeat;
	height: 20px;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding: 4px 4px 0px 28px;
}	
.col_head {
	margin-top: 12px;
	background-image: url( button_head.png );
	background-repeat: no-repeat;
	height: 20px;	
	color: #FFFFFF;
	font-weight: bold;
	font-size: 15px;
	padding: 4px 4px 0px 28px;
}
.col_text  {
	margin-top: 12px;
}

.cleardiv {
	clear: both;
}
#content h1 {
	margin-top: 1px;
	font-size: 24px;
	color: #138D30;
	border-bottom: 1px solid #138D30;
}
#content h1 + h1 {
	margin-top: 24px;
}
#content h2 {
	font-size: 20px;
	color: #138D30;
	border-bottom: 1px dashed #138D30;
}
#content h3 {
	font-size: 18px;
	color: #138D30;
	border-bottom: 1px dotted #138D30;
}

#content a.bubble {
	display: block;
	margin: 12px 0px;
	padding: 4px 4px 4px 22px;
	font-size: 16px;
	font-weight: bold;
	background-image: url( lightbulb_off.png );
	background-repeat: no-repeat;
	background-position: 4px 5px;
	border: 1px solid #D6D3D3;
	background-color: #CE000C;
	text-decoration: none;
	color: #D6D3D3;
}
#content a.bubble:hover {
	background-image: url( lightbulb.png );	
	color: #FFFFFF;
}

/* al_api styles buttons */
.al_api_buttondiv {
	cursor: pointer;
	margin-top: 8px;
}
.al_api_button_textbox {
	height: 96px;
	text-align: center;
	overflow: hidden;
}
.al_api_button_text {
	font-size: 12px;
	padding: 18px 32px 4px 32px;
}
.al_api_button_text b {
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.al_api_button_price {
	font-size: 12px;
	color: #FFFF00;
	font-weight: bold;
}
.al_api_button_order {
	text-align: center;
	height: 22px;
	overflow: hidden;
}
#rightcol .al_api_button_order_link {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-top: 1px;
	color: #000000;
	text-decoration: none;
}
#rightcol .al_api_button_order_link:hover {
	color: #FFFFFF;
	text-decoration: none;
}

/* al_api styles tables */
.al_api_table {
	border-collapse: collapse;
	border: 1px solid #000000;
	margin: 0px auto;
}
.al_api_head_row {
	font-weight: bold;
	background-color: #EEEEEE;
}
.al_api_table th {
	padding: 8px 4px;
	font-size: 13px;
}
.al_api_table td {
	padding: 2px 4px;
	font-size: 13px;
}
.al_api_row {
	border-top: 1px solid #000000;
}
.al_api_row_even {
	background-color: #FFFFFF;
}
.al_api_row_odd {
	background-color: #EEEEEE;
}
.al_api_cell {
}
.al_api_cell_1 {
}
.al_api_cell_2 {
}
.al_api_cell_3 {
	text-align: right;
	white-space: nowrap;
}
.al_api_cell_4 {
	text-align: center;
}
.al_api_cell_5 {
}
#content .al_api_order_link {
	background-image: none;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
}
#content .al_api_cell a {
	background-image: none;
	padding: 0px;
}
#content .al_api_cell_5 a {
	font-size: 11px;
	font-weight: normal;
}

#al_api_layerbox {
	display: none;
	width: 280px;
}
#al_api_layerbox a {
	background-image: none;
	padding: 0px;
}
#al_api_layerbox_pl {
	border: 1px solid #138D30;
	background-color: #FFFFFF;
	padding: 2px 2px 2px 2px;
	height: 16px; 
	overflow: hidden;
	font-size: 12px;
}
#al_api_layerbox_pl img {
	float: left;
	padding-right: 4px;
}
#al_api_layerbox_ct {
	border: 1px solid #138D30;
	border-bottom-width: 0px;
	padding: 6px;
	background-color: #EEEEEE;
	font-size: 12px;
	height: 280px;
	overflow: auto;
	display: none;
}
.plus {
	background: url(star.png) no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	height: 16px;
}
.al_api_detailinfolink {
	display: block;
	margin-top: 12px;
	font-size: 10px;
}
/* al_api styles forms */
.al_api_form {
	margin: 12px 0px 0px 0px;
}
.al_api_form div {
        margin-bottom: 24px;
        text-align: left;
}
.al_api_form legend {
        display: block;
        font-weight: bold;
        color: #18244C;
        font-size: 14px;
}
.al_api_form_select {
	width: 330px;
}
.al_api_form_submit {
}
#content .al_api_form_order_info {
	background-image: none;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}



