/* 				Buy Page Under Development 				   */
#buy_wrapper
{
	position:relative;
	/*background: url(../images/subtle-pattern-1.jpg) 50% 0 no-repeat fixed;*/ 
	/*height: 1655px;*/
	width:100%;
}

#order_wrapper
{
	position:relative;
	height:2165px;
	width:100%;
}

#buy-thank_wrapper
{
	position:relative;
	/*background: url(../images/subtle-pattern-1.jpg) 50% 0 no-repeat fixed;*/ 
	height: 1400px;
	width:100%;
}

#buy-thank
{ 
	height: 160px; 
	padding: 0; 
	margin: 0; 
	width: 100%; 
	position: relative; 
	margin: 0 auto; 
	float: left;
}

#buy-thank article 
{
	margin-top: 200px;
	margin-left: 70px;
	position:relative;
}

#tabContainer {
	width: 100%;
	background-color: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
	padding-top: 0px;
}

#tabs
{
	position:relative;
	background-color: #e5e5e5;
}

.buy-nav ul a{
    color: #0f0f0f;
    text-decoration: none;
	height: 60px;
	font-size: 1em;
    list-style:none;
	display: inline;
    margin: 0;
    padding: 0;
    text-align: center;
	line-height: 65px;
}


.buy-nav ul li a{
    color: #a7a7a7;
    text-decoration: none;
	background-color: #e5e5e5;
    /*padding:  10px;*/
    display: block;
}

#buy-nav_cur {
    color: #0f0f0f;
    text-decoration: none;
	background-color: #e5e5e5;
    /*padding:  10px;*/
    display: block;
}


.buy-nav ul a:hover{
    color: #000;
    text-decoration: none;
	background-color: #e5e5e5;
    position: relative;
}




	
.buy-nav ul li {
    float: left;
    list-style: none;
	width: 50%;
	display:block;
}


.buy-nav ul a.active:after {
    content: ' ';  
    position: relative;
	bottom: 0px;
    /*adjust vertical height as necessary */
    width: 0;  
    height: 0;  
	/*left: 18px;  
    top: 50px;*/
    text-align: center;
    border-width:15px 15px 0;
    border-style: solid;  
    border-color:#e5e5e5 transparent;  
    margin: 0 auto;
    display: block;
	z-index: 1;
}


.buy-nav ul a.normal:after {
    content: ' ';  
    height: 10px;  
    margin: 0 auto;
    display: block;
}

.tabs_panel
{
	height: 65px;
	width:100%;
}

.tabs_nav{
	height: 65px;
	background-color: #e5e5e5;
}

#tabpage
{
	position:relative;
	background-color: #222;
	width:100%;
}

.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
	width: 20px;
	height: 30px;
}

.form-submit-button{
	margin-top: 20px;
    -moz-border-radius:.9em;
    -webkit-border-radius:.9em;
    border-radius:.9em;
}

.styled-select select {
	width: 305px;
	height: 35px;
	text-indent:20px;
	border:1px solid #ccc;
	border-right:none;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #e5e5e5;
	overflow:hidden;
	margin-bottom: 30px;
	float: left;
	-webkit-appearance: none;
	color: #808080;
}


.styled-select_error select {
	width: 305px;
	height: 35px;
	text-indent:20px;
	border-right:none;
	border-top-left-radius:50px;
	border-bottom-left-radius:50px;
	border-top-right-radius: 50px;
	border-bottom-right-radius: 50px;
	background: #e5e5e5;
	overflow:hidden;
	margin-bottom: 30px;
	float: left;
	-webkit-appearance: none;
	border: 2px solid red;
	color: red;
}

#buy_thank {
	height: 800px;
}

#buy_thank {
	height: 800px;
}

#buy_thank article 
{
	margin-top: 200px;
	position:relative;
}

#buy_thank article p 
{
	position:relative;
	text-align: center;
}