
input[class~="input_font12"] {
    font-size: .8em;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}


h1 {
	font-size: 2em;
}

h1, h2 {
	font-family: 'Merriweather Sans', sans-serif;
	color: #565656;
	margin: 1px 6px;	
	letter-spacing: -0.03em;
}


#page h1 {
	padding: 10px 0px 0px 15px;
    margin:  0px 0;
    font-size: 1.8em;
    color: #222;
}
h3 {
	margin-bottom: 2px;
}

hr[class="dark-split"] {
	width:191px;
	height: 2px;
	margin: 0px 0px;
	float: left;
}

ul[class="sideNav"] > li > a {
	color: #6A6A6A;
}

p {
	font-size: .8em;
	margin-left: 6px;
}

form > div {
	/* margin: 5px 0px; */
	margin: 0px 0px;
}

form > div >
input, textarea {
	border: 1px solid #D4D4D4;
	font-size: 12px;
	color: #555;
}

div[id="navigation-container"] > h2 {
	margin-top: 23px;
	/*margin-bottom: 10px;*/
	color: #323232;
	margin-left: 0px;
}

div[id="page"] {
    margin-top: 23px;
    width: 775px !important;
    /* background-image: url('../../images/template/top_page_corner_03.png'); */
    background-repeat: no-repeat;
    background-position: top left;
}

div[id="page"] > ul > li {
	list-style: circle;
	color: #E1406C;
}

div[id="page"] > ul > li > h3 {
	color: #000;
	font-weight: normal;
	font-size: 1em;
}

div[id="page"] > ul > li > p {
	color: #000;
	font-weight: normal;
	font-size: .8em;
	margin-top: 3px;
}

div[id="page"] > ul > li > div, address {
	color:#000;
	font-weight: normal;
	font-size: .8em;
}

div[id="page"] > div {
	float: left;
}


span[class="heading"] {
	font-family: Verdana, Geneva, sans-serif;
	/*float: left;*/
	clear: right;
	margin: 2px 0px 2px 0px;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
}

span[class="square"] {
	padding-left: 0px;
}


div[id="customer-info"] {
	float: left;
	clear: none;
	width: 765px;
	padding: 24px 0;
	float: left;
    margin-left:10px;
}

div[class="cust-details"] {
	float: left;
	margin: 6px 10px 30px 20px;
}

div[class="cust-details"] > div[class="detail"] {
	overflow: hidden;
	width: 325px;
	min-height: 120px;
	padding: 15px 10px 25px 15px;
	float: left;
	clear: both;
	border-top: 3px solid #565656;
	border-bottom:1px solid #a7a7a7;	
	font-size: 0.72em;
	margin-bottom: 30px;
	background: #f8f8f8;
}

div[class="cust-details"] > div[class="detail"] > ul {
    float:left;
    width: 300px;
    padding:0px;
    margin:13px 0 0 15px;
}

div[class="cust-details"] > div[class="detail"] > ul > li.my_info_field {
    float: left;
    list-style:none;
    width:80px;
    height:20px;
    font-weight:bold;
}
div[class="cust-details"] > div[class="detail"] > ul > li.my_info_content {
    float: left;
    list-style:none;
    width:220px;
    height:20px;
}

div[class="cust-details"] > div[class="detail"] > ul > li.my_info_address_field {
    float: left;
    list-style:none;
    width:80px;
    min-height:20px;
    vertical-align: text-top;
    font-weight:bold;
}
div[class="cust-details"] > div[class="detail"] > ul > li.my_info_address_content {
    float: left;
    list-style:none;
    width:220px;
    min-height:20px;
}
div[class="cust-details"] > div[class="detail"] > ul > li.name_field {
    float: left;
    list-style:none;
    width:293px;
    height:20px;
	margin-top: 5px;
}
div[class="cust-details"] > div[class="detail"] > ul > li.address_field {
    float: left;
    list-style:none;
    width:293px;
    height:20px;
    margin-top: -5px;
    border-bottom:1px solid #E8E8E8; 
}
div[class="cust-details"] > div[class="detail"] > ul > li > span.default_pink_box{
	vertical-align: top;
}



div[class="cust-details"] > div[class="detail"] > ul > li.order_history_header_date {
    float: left;
    list-style:none;
    width:50px;
    height:20px;
    font-weight:bold;
    border-bottom:1px solid #E8E8E8;   
    margin-bottom: 10px; 
}
div[class="cust-details"] > div[class="detail"] > ul > li.order_history_header_order_no {
    float: left;
    list-style:none;
    width:135px;
    height:20px;
    font-weight:bold;
    border-bottom:1px solid #E8E8E8;   
    margin-bottom: 10px;  
}
div[class="cust-details"] > div[class="detail"] > ul > li.order_history_header_status {
    float: left;
    list-style:none;
    width:115px;
    height:20px;
    font-weight:bold;
    border-bottom:1px solid #E8E8E8;  
    margin-bottom: 10px;   
}

div[class="cust-details"] > div[class="detail"] > ul > li.order_history_date {
    float: left;
    list-style:none;
    width:50px;
    height:20px;
}
div[class="cust-details"] > div[class="detail"] > ul > li.order_history_order_no {
    float: left;
    list-style:none;
    width:135px;
    height:20px;
}
div[class="cust-details"] > div[class="detail"] > ul > li.order_history_status {
    float: left;
    list-style:none;
    width:115px;
    height:20px;
}

div[class="cust-details"] > div[class="detail"] > ul > li.my_point_field {
    float: left;
    list-style:none;
    width:123px;
    height:20px;
    font-weight:bold;
}
div[class="cust-details"] > div[class="detail"] > ul > li.my_point_content {
    float: left;
    list-style:none;
    width:170px;
    height:20px;
}


div[class="cust-details"] > div.my_account_button {
    position:relative;
    top: 23px;
    left: 280px;
    font-size: 0.8em;
}

span.s_square { 
    color: #E0406C;
    float: left;
    clear: left;
    margin: 0;
    padding-left: 0;
    font-size: 1.5em;
    width: 10px;
    height: 23px;
    background-image: url('../../images/icon/square_03.png');
    background-repeat: no-repeat;
    background-position: 0 50%;
}