/* My accout styles
	1 - Show/hide elements of the structure
    2 - Positioning elements
*/


/* 1 - Show/hide elements of the structure
*************************************************************************************/

/*
{
	border: dashed 1px gray !important
}
*/

/* 2 - Positioning elements
*************************************************************************************/

#signin-panel
{
	text-align: center;
	min-height: 300px
}

#mini-site-subtitle-sign-in
{
	width: 942px;
	height: 22px;
	padding: 5px 0px 0px 20px;
}

#signin-text
{
	height: 50px;
	padding: 20px;
	text-align: left
}

#create-account-text
{
	height: 20px;
	padding: 20px;
	text-align: left
}

#create-account-container
{
	width: 842px;
	/*border: solid 1px #cec2b2;*/
	margin-bottom: 0px;
	padding: 10px 20px 0px 10px
}

#register-submit-button
{
	position: relative;
	float: right;
	margin: -30px 10px 0px 0px
}

#my-account-right-links
{
	width: 200px;
	float: right;
	position: relative;
	margin-top: -45px
}

#my-account-right-links a
{
	margin-left: 13px !important;
	margin-right: 13px !important
}

#my-account-content
{
	width: 940px;
	border-left: solid 1px #c3cdcf;
	border-right: solid 1px #c3cdcf;
	border-bottom: solid 1px #c3cdcf;
	margin-bottom: 25px
}

.my-account-top-text
{
	width: 890px;
	height: 50px;
	background-color: #f5f4f2;
	margin-bottom: 25px;
	padding: 20px 20px 20px 30px
}

.my-account-top-text-tall
{
	width: 890px;
	height: 150px;
	background-color: #f5f4f2;
	margin-bottom: 25px;
	padding: 20px 20px 20px 30px
}

.my-account-inside-box
{
	width: 865px;
	margin: 25px 10px 25px 17px;
	border: solid 1px #c3cdcf;
	padding: 20px
}

.order-table td, .order-table th
{
	padding: 4px 4px 4px 15px
}

/* Navigation */

#my-account-navigation
{
	width: 942px;
	height: 104px;
	background: url(/img/shopping-cart-tabs-background.jpg) repeat-x
}

#my-account-navigation-title
{
	margin: 25px 30px 0px 30px;
	float: left;
	vertical-align: bottom;
	width: 550px
}

#my-account-navigation-text
{
	margin: 30px 0px 0px 0px;
	float: right;
	vertical-align: bottom;
	width: 270px
}

#my-account-navigation-tabs, #my-account-navigation-top
{
	width: 962px
}

#my-account-navigation-top
{
	height: 73px
}

#my-account-navigation-tabs
{
	height: 30px;
	vertical-align: bottom;
}

#my-account-navigation-tabs-left-space, #my-account-navigation-tabs-right-space
{
	width: 21px;
	height: 30px;
	border-bottom: solid 1px #c3cdcf;
	float: left
}

.my-account-navigation-tabs-middle-space
{
	width: 20px;
	height: 30px;
	border-bottom: solid 1px #c3cdcf;
	float: left
}

#my-account-navigation-tabs-tab1, #my-account-navigation-tabs-tab2, #my-account-navigation-tabs-tab3, #my-account-navigation-tabs-tab4
{
	float: left; 
	width: 210px;
	height: 30px;
	text-align: center;
	padding-top: 7px
}

.my-account-navigation-tab-selected
{
	background-color: White;
	border-left: solid 1px #cec4b4;
	border-top: solid 1px #cec4b4;
	border-right: solid 1px #cec4b4;
	color: #857150
}

.my-account-navigation-tab-not-selected
{
	background: url(/img/shopping-cart-tab-background.jpg) repeat-x;
	border-left: solid 1px #638000;
	border-top: solid 1px #638000;
	border-right: solid 1px #638000;
	color: white
}

/* Tabs links */

a:link.my-account-tab-link-not-selected, a:visited.my-account-tab-link-not-selected
{ 
	color: white;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 208px;
	height: 30px;
	padding-top: 6px;
	margin-top: -6px;
	
	background: url(/img/shopping-cart-tab-background.jpg) repeat-x;
	border-left: solid 1px #638000;
	border-top: solid 1px #638000;
	border-right: solid 1px #638000;
	color: white
}

a:hover.my-account-tab-link-not-selected, a:active.my-account-tab-link-not-selected
{ 
	color: #e2efac;
	text-decoration: none
}

a:link.my-account-tab-link-selected, a:visited.my-account-tab-link-selected
{ 
	color: #327312;
	font-size: 10pt;
	font-weight: bold;
	display: block;
	width: 208px;
	height: 30px; 
	padding-top: 6px;
	margin-top: -6px;
	
	background-color: White;
	border-left: solid 1px #c3cdcf;
	border-top: solid 1px #c3cdcf;
	border-right: solid 1px #c3cdcf;
	color: #509130
}

a:hover.my-account-tab-link-selected, a:active.my-account-tab-link-selected
{ 
	color: #77b259;
	text-decoration: none
}

#my-account-buttons
{
	width: 300px;
	float: right;
	padding-right: 23px
}

#my-account-buttons input
{
	float: right
}

#create-account-form-1
{
	float: left;
	margin: 0px 20px 0px 10px;
}