﻿.mug_cust_profile > div, p
{
	margin: 0px;
	padding: 0px;
}
.mug_cust_profile
{
	color: #414042;
	width: 940px;
	margin: 0 auto;
}
.mug_cust_profile > .heading
{
	border-bottom: medium dotted #b0d8d4;
	font-size: 27px;
	padding-top: 15px;
}
.mug_cust_profile > .fieldContainer
{
	width: 650px;
	margin: 0 auto;
}
table.info
{
	width: auto;
}
table.info tr
{
	height: 40px;
}
table.info tr td
{
	font-size: 17px;
}
table.info> tbody> tr>td:first-child
{
	text-align: right;
	padding-right: 16px;
	width: 150px;
}
table.info>tbody> tr> td:last-child
{
	text-align: left;
	padding-left: 16px;
	vertical-align: middle;
}
table.info>tbody> tr> td > input[type='checkbox']
{
}
table.info >tbody> tr> td input[type='text'], textarea, input[type='password']
{
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #8f8f90;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 7px;
	width: 334px;
}
table.info>tbody> tr> td select
{
	font-family: Arial;
	font-size: 14px;
	border: 1px solid #8f8f90;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 4px;
	width: 200px;
}
table.info >tbody> tr> td > select > option
{
	border: thin;
	padding: 1px;
}
.btnYellow
{
	border: none;
	text-align: center;
	background-color: #fdb813;
	border-radius: 20px;
	padding: 3px;
	font-family: "Nevis-Bold";
	min-width: 100px;
	cursor: pointer;
	display: inline-block;
}
.btnWhite {
    border:2px solid;
    text-align: left;    
    border-radius: 20px;
    padding: 3px;
    padding-left:10px;
    font-family: "Nevis-Bold";   
    display: inline-block;
    width:100%;
}
.btnCancelBlue
{
	border: none;
	text-align: center;
	background-color: #9DD7D4;
	border-radius: 20px;
	padding: 3px;
	font-family: "Nevis-Bold";
	min-width: 100px;
	cursor: pointer;
	display: inline-block;
}

a
{
	color: #febe30;
	cursor: pointer;
	text-decoration: none;
}
#updateEmailId
{
	display: none;
	margin-top: -15px;
	position: absolute;
}
#updatePassword
{
	margin-top: -15px;
	position: absolute;
}
.hiddenPasswordRow
{
	display: none;
}
/*.btnYellow:hover
{
	background-color: #fdd929;
}
*/
.css-label
{
	font-size: 17px !important;
}

/*Customer Order Table*/
#orderTable
{
	width: 100%;
	border-collapse: collapse;
}
.border_bottom
{
	border-bottom: 2px solid #b0d8d4;
}
#orderTable tr th
{
	font-size: 17px;
	text-align: center;
	color:#414958;
}
#orderTable tr
{
	/*font-size: 17px;
	text-align: center;
	height: 40px;
	vertical-align: middle;*/
	line-height:45px;
	/*color:#8E8184;*/
}
#orderTable tr td
{
	font-size: 17px;
	text-align: center;
	height: 40px;
	vertical-align: middle;
	line-height:45px;
	color:#8E8184;
}

#orderTable tr td >a
{
	font-weight:bold;
	color:#FDB813
}
.eye-link
{
	display: block;
	padding: 0 0 0px 24px;
	background: url(../../images/account/albums/eye_black.png) no-repeat;
	background-position: left center;
	height:30px;
}
.order_rows
{
	cursor:pointer;
}
.order_rows:hover
{
	background-color:#EBF7F6;
}
.eye-link-hover
{
	display: block;
	padding: 0 0 0px 24px;
	background: url(../../images/account/albums/eye_hover.png) no-repeat;
	background-position: left center;
	height:30px;
}
/*Order details*/
.border_bottom_yellow
{
	border-bottom: 1px solid #FDB813;
}
.border_right_yellow
{
	border-right: 1px solid #FDB813;
}
.orderNumberH2
{
	margin:0px;
	padding:0px;
	font-size: 27px;
}
.address {
    font-style: normal;
    margin-left: 34px;
    margin-bottom:10px;
}
.addressHeader
{
	color:#FDB813;
	margin-top:10px;
	margin-bottom:10px;
}

/*Support*/
.searchbox {
    background-image: url("../images/SupportImages/search.png");
    background-position: 98% center;
    background-repeat: no-repeat;
    border: 1px solid #b0d8d4;
    font-size: 25px;
    height: 40px;
    padding-right: 39px;
    padding-left:20px;
    width: 85%;
}
.searchbtn {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    display: inline;
    height: 40px;
    margin-left: -45px;
    vertical-align: super;
    width: 30px;
}

.ui-accordion-content.ui-helper-reset.ui-widget-content.ui-corner-bottom.ui-accordion-content-active > p {
    display: inline;
}

/*Product Order*/
.mug_img_container
{
	width:730px;
}
.mug_img_item
{
	text-align:center;
	display:inline-block;
	margin:10px;
	width:150px;
}
.mug_border_left
{
	border-left:1px solid #b0d8d4;
}
.mug_border_right
{
	border-right:1px solid #b0d8d4;
}

.mug_span_bold
{
	font-size:17px;
	font-weight:bold;
}
.mug_span_17
{
	font-size:17px;
}
.image_box
{
	width:100px;
	height:120px;
}

