/* https://github.com/nathansmith/960-Grid-System/blob/master/code/css/min/reset.css */

/*font*/
@font-face {font-family: 'EraserDustRegular';src: url('../../fonts/erasdust-webfont.eot');src: url('../../fonts/erasdust-webfont.eot#iefix') format('embedded-opentype'),
         url('../../fonts/erasdust-webfont.woff') format('woff'),
         url('../../fonts/erasdust-webfont.ttf') format('truetype'),
         url('../../fonts/erasdust-webfont.svg') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'EraserRegular';src: url('../../fonts/eraser-webfont.eot');src: url('../../fonts/eraser-webfont.eot#iefix') format('embedded-opentype'),
         url('../../fonts/eraser-webfont.woff') format('woff'),
         url('../../fonts/eraser-webfont.ttf') format('truetype'),
         url('../../fonts/eraser-webfont.svg') format('svg');font-weight: normal;font-style: normal;}
.EraserRegular {font-family: 'EraserRegular';text-transform: uppercase;}
.EraserDustRegular {font-family: 'EraserDustRegular';text-transform: uppercase;}
/*------------------------------------------------------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0
}

html,body {
	height: 100%
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

b,strong {
	font-weight: bold
}

img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic
}

li {
	display: list-item
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,td,caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left
}

svg {
	overflow: hidden
}

html {
	
}

body {
	background: url("../../images/page_bg.jpg") repeat scroll 0 0 #3F494A;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 14px;
}

/* STRUCTURE */

#page {
	background: url("../../images/cart_bgM.png") repeat-y scroll 0 0 transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 22px 62px 0 34px;
	width: 495px;
	position: relative;
}

body#register #page {
	background: url("../../images/accountM.png") repeat-y scroll 0 0 transparent;
	margin-left: auto;
	margin-right: auto;
	padding: 22px 62px 0 34px;
	width: 743px;
	position: relative;
}

#leftcolumn {
	width: 620px;
	float: left;
}

#rightcolumn {
	width: 280px;
	float: right;
}

.productsmall {
	width: 130px;
	float: left;
	margin: 0 17px 15px 0;
}

.tile {
	height: 4em;
	float: left;
	border: 1px solid #ccc;
	border-radius: 5px 5px;
	padding: 5px;
}

.end {
	margin: 0;
}

/* SECTIONS */

#header {
	background: url(../../images/cart_bgT.png) no-repeat;
	position: relative;
	width: 590px;
	margin: 0 auto;
	height: 180px;
}

body#register #header {
	background: url(../../images/accountT.png) no-repeat;
	position: relative;
	width: 839px;
	margin: 0 auto;
	height: 180px;
}

#checkout-detes #header {
	background: url(../../images/cart_bgT2.png) no-repeat -1px 0;
}

#cds #header {
	background: url(../../images/cart_bgT3.png) no-repeat -1px 0;
}

body#register .page-botom {
	background: url(../../images/accountB.png) no-repeat;
	position: relative;
	width: 839px;
	margin: 0 auto;
	height: 69px;
}

.page-botom {
	background: url(../../images/cart_bgB.png) no-repeat;
	position: relative;
	width: 590px;
	margin: 0 auto;
	height: 60px;
}

#footer {
	background-color: #ccc;
	text-align: center;
}

#cartbox {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ddd;
}

/* TEXT */

body {
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-size: 0.95em;
}

h1 {
	font-size: 14px;
	line-height: 1.2em;
	text-transform: uppercase;
	position: absolute;
	top: 77px;
	left: 69px;
}

h2 {
	font-size: 1.5em;
	margin-bottom: 20px;
}

.saleprice {
	color: red;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.small {
	font-size: 0.85em;
}

p {
	margin: 0.5em 0;
}

.form_error {
	color: red;
	font-size: 0.8em;
	font-style: italic;
}

.input, input[type=text], input[type=email], input[type=number], input[type=password], input.range, textarea {
	font-size: 100%;
	width: 90%;
	padding: 4px;
	border: 1px solid #999;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: 'Helvetica Neue', arial, sans-serif;
	color: #333;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

table.pad {
	width: 100%;
}

table.pad td {
	padding: 5px 5px 5px 0;
	font-size: 14px;
	line-height: 16px;
}

td p {
	margin-top: 0;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', serif;
	font-size: 13px;
}

table.pad th {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	padding-bottom: 9px;
	margin-bottom: 9px;
	line-height: 19px;
}

.cart-stuff {
	font-weight: normal;
	text-transform: none;
}

.x a {
	background: url(../../images/x.jpg) no-repeat;
	padding-left: 18px;
	font-style: normal;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 1px;
}

.b_update {
	background: url(../../images/butt_update.jpg) no-repeat;
	border: none;
	display: block;
	float: right;
	width: 83px;
	height: 21px;
	text-indent: -99999px;
	margin-bottom: 10px;
	cursor: pointer;
}

.b_next {
	background: url(../../images/butt_next.jpg) no-repeat;
	border: none;
	display: block;
	float: right;
	width: 83px;
	height: 21px;
	text-indent: -99999px;
	cursor: pointer;
}

.border-bottom {
	background: url(../../images/border-h2.jpg) repeat-x bottom left;
}

.border-top {
	background: url(../../images/border-h2.jpg) repeat-x top left;
}

.vborder {
	background: url(../../images/border-v2.jpg) repeat-y 16px 3px;
	margin-top: 2px;
}

.p36 {
	padding-left: 36px !important;
}

.tip {
	position: absolute;
	bottom: 10px;
	left: 275px;
	width: 140px;
}

.tip input {
	width: 40px;
	height: 20px;
}

.please-work-please td {
	padding-top: 40px !important;
}

.tip-row {
	position: absolute;
	bottom: 120px;
	left: 396px;
}

.pad textarea {
	height: 75px;
	resize: none;
}

.border-heading {
	background: url(../../images/border-h3.jpg) no-repeat -3px bottom;
}

.add-some-padding td {
	padding-top: 16px !important;
}

.b_back {
	background: url(../../images/butt_modify.jpg) no-repeat;
	display: block;
	text-indent: -9999999px;
	width: 96px;
	height: 21px;
	cursor: pointer
}

.b_continue {
	background: url(../../images/butt_continue.jpg) no-repeat;
	display: block;
	text-indent: -9999999px;
	width: 96px;
	height: 21px;
	border: none;
	float: right;
	cursor: pointer
}

.b_place {
	background: url(../../images/butt_place.jpg) no-repeat;
	display: block;
	text-indent: -9999999px;
	width: 96px;
	height: 21px;
	border: none;
	float: right;
	cursor: pointer
}

.b_modify {
	background: url(../../images/butt_modify.jpg) no-repeat;
	display: block;
	text-indent: -9999999px;
	width: 96px;
	height: 21px;
	border: none;
	float: left;
	cursor: pointer
}

.b_print {
	background: url(../../images/butt_print.jpg) no-repeat;
	display: block;
	text-indent: -9999999px;
	width: 107px;
	height: 21px;
	border: none;
	float: left;
	cursor: pointer
}

.orange {
	text-transform: capitalize;
	color: #c15919;
}

.cross-time {
	float: left;
	margin-bottom: 15px;
}

.cross-time button {
	border: none;
	width: 162px;
	cursor: pointer;
	vertical-align: top;
	padding: 30px 10px 70px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	display: table-cell;
}

.box1 button {
	margin-right: 4px;
	background: url(../../images/cross1.png) no-repeat;
}

.box2 button {
	margin-right: 4px;
	background: url(../../images/cross2.png) no-repeat;
}

.box3 button {
	background: url(../../images/cross3.png) no-repeat;
}

.labelHighlight {
	color: #999
}

.bts {
	background: url(../../images/butt_bts.png) no-repeat;
	display: block;
	width: 83px;
	height: 18px;
	text-indent: -99999999px;
	position: absolute;
	top: 36px;
	right: 58px;
}
.so-a {
	height: 18px;
	position: absolute;
	 right:148px;
 	 top:38px;
	color: black;
	font-size: 11px;
	font-weight: bold;
}

.cc {
	background: url(../../images/butt_credit.png) no-repeat;
	width: 166px;
	height: 135px;
	display: block;
	text-indent: -999999px;
	margin-left: 80px;
	float: left;
}

.ca {
	background: url(../../images/butt_cash.png) no-repeat;
	width: 168px;
	height: 137px;
	display: block;
	text-indent: -999999px;
	float: left;
}

.col-1 {
width:364px;
float:left;
padding-left:25px;
}
.col-2 {
width:353px;
float:left;
}
.form_wrapper {
	padding-left:30px;
	width:480px;
	margin-bottom:20px;
}
.order_wrapper {padding-left:30px;}
.account_title {
	font-family: EraserRegular;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	color: #c05a22;
	margin-top:0;
	padding: 20px 0;
}
.submit_btn {
	width:85px;
	height:20px;
	margin-right:35px;
	float:right;
	background:url(../../images/submit_btn.jpg) no-repeat;
	border:none;
}
#order_header {
	width:725px;
	height:35px;
	position:absolute;
	background:url(../../images/order_tb_bg.jpg);
}
.view_dets {
	color:#000;
	font-size:12px;
	text-decoration:underline;
}
table.pad tr th {
	font-family: EraserRegular;
	text-transform: uppercase;
	font-size:13px;
	font-weight: normal;
	color: #000;
}
table#profile_table {width:100%;}
#profile_table td label {font-size:13px;}

#profile_table td {padding-bottom:20px;}
/* Account login */
.new_user_form {margin-top:40px;}
.new_user_form tr td {padding-bottom:25px;}
.new_user_form label {line-height:12px;}
.create_account_btn {
	border:none;
	background:url(../../images/create_btn.png) no-repeat;
	height:32px;
	width:152px;
	float:right;
	margin-right:20px;
}
.signin_btn {
	border:none;
	background:url(../../images/signin_btn.png) no-repeat;
	height:32px;
	width:152px;
	float:right;
	margin-right:20px;
}
.account-input {
	border:none;
	background:url(../../images/large_inpt_account.jpg) no-repeat;
	height:22px;
	width:239px;
}
.account-input-small {
	border:none;
	background:url(../../images/small_inpt_account.jpg) no-repeat;
	height:22px;
	width:142px;
}
h3.user_login {
	font-family: EraserRegular;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: normal;
	color: #c05a22;
}
.new_user_form label {
	font-family: EraserRegular;
	text-transform: uppercase;
	font-size:14px;
	font-weight: normal;
	color: #000;
}
.new_user_form a {color:#000;}
.col1 {
	float:left;
	width:330px;
	padding:0 20px;
}
.col2 {
	float:left;
	width:315px;
	padding:0 20px;
}

.text_plain {font-size:12px;}
.divider {
	background:url(../../images/divider.jpg) no-repeat;
	height:295px;
	width:4px;
	float:left;
	position: absolute;
	top: 130px;
	left: 410px;
}
form#login {
	position:absolute;
	top:95px;
}
.forms_wrapper {padding-left:15px;}
.new_user_form label.agreement {
	font-family: Helvetica, sans-serif;
	text-transform: none;
	font-size:12px;
}
#remember_text {
	width: 300px;
	text-align: right;
	padding-right: 20px;
}
#remember_text label {
	font-family:Helvetica, sans-serif;
	text-transform:none;
	font-size:12px;
}
#remember_text a {
	font-family:Helvetica, sans-serif;
	text-transform:none;
	font-size:12px;
}
.mc-field-group {
	position: relative;
	top: 30px;
}
.bta {
	display: block;
	position: absolute;
	top: 36px;
	left: 38px;
	color: black;
	font-size: 11px;
	font-weight: bold;
}
#address_error {
	color: red;
	font-size: 14px;
}