/* ---------------------------------------------------------------------- */
/* border                                                                 */
.bordertop_info
{
    background:url(../images/background_content_od.gif) no-repeat 100% 0;
    margin:0 0 0 12px;
    height:14px;
}

.bordertop_info div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(../images/background_content_od.gif) no-repeat 0 0;
}

.borderbottom_info
{
    background:url(../images/background_content_od.gif) no-repeat 100% 100%;
    margin:0 0 0 12px;
    height:14px;
}

.borderbottom_info div
{
    height:14px;
    width:12px;
    position:relative;
    left:-12px;
    background:url(../images/background_content_od.gif) no-repeat 0 100%;
}

/* page         */
/* content info */
.page_info
{
    width:160px;
    padding-left: 10px;
}

.page_info_content
{
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    background-color: #E8F7CC;
    padding: 0px 10px 0px 10px;
    font-size:10px;
}

.page_info_content .title,
.page_info_content .subtotal
{
	font-size:10px;
	color:#333333;
	font-weight:bold;
}

.page_info_content .title
{
	color:#012043;
}

.page_info_content_text
{
    font-size:9px;
    color:#333333;
}

.page_info_content_form_text
{
    color:#012043;
}

/* order list*/
.page_order
{
    font-size:10px;
}

.page_order .co_item,
.page_order .co_price
{
    color:#012043;
    padding: 10px 0px 10px 0px;
    border-bottom: 1px solid #FFFFFF;
}

.page_order .co_price
{
    text-align:right;
	padding-right:20px;
}


.page_order .co_subtitle
{
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	background-color:#99cc33;
	text-align:right;
	padding-right:20px;
	color:#012043;
}

.page_order .co_subprice
{
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
	text-align:right;
	padding-right:20px;
	background-color:#99cc33;
	color:#012043;
}

.page_order .b
{
	color:#012043;
	font-weight:bold;
}

/* Blue Button */
a.BlueBtn:link  {
	background-color : #2A3D6B;
	border-bottom : #4B3C64 1px solid;
	border-left : #4B3C64 1px solid;
	border-right : #4B3C64 1px solid;
	border-top : #4B3C64 1px solid;
	color : #FFFFFF;
	cursor : pointer;
	font-family : verdana, arial, helvetica;
	font-size : 9px;
	font-weight : bold;
	padding:5px 5px 5px 5px;
	text-decoration: none;
} 

a.BlueBtn:visited  {
	background-color : #2A3D6B;
	border-bottom : #DCDDE0 1px solid;
	border-left : #DCDDE0 1px solid;
	border-right : #DCDDE0 1px solid;
	border-top : #DCDDE0 1px solid;
	color : #FFFFFF;
	cursor : pointer;
	font-family : verdana, arial, helvetica;
	font-size : 9px;
	font-weight : bold;
	padding:5px 5px 5px 5px;
	text-decoration: none;
} 

a.BlueBtn:active  {
	background-color : #2A3D6B;
	border-bottom : #DCDDE0 1px solid;
	border-left : #DCDDE0 1px solid;
	border-right : #DCDDE0 1px solid;
	border-top : #DCDDE0 1px solid;
	color : #FFFFFF;
	cursor : pointer;
	font-family : verdana, arial, helvetica;
	font-size : 9px;
	font-weight : bold;
	padding:5px 5px 5px 5px;
	text-decoration: none;
} 

a.BlueBtn:hover  {
	background-color : #2A3D6B;
	border-bottom : #DCDDE0 1px solid;
	border-left : #DCDDE0 1px solid;
	border-right : #DCDDE0 1px solid;
	border-top : #DCDDE0 1px solid;
	color : #FFFFFF;
	cursor : pointer;
	font-family : verdana, arial, helvetica;
	font-size : 9px;
	font-weight : bold;
	padding:5px 5px 5px 5px;
	text-decoration: none;
} 
/* ---------------------------------------------------------------------- */

