@charset "utf-8";
/* CSS Document */

div.sheet {
	background:#FFF;
	
	/*padding:30px;
	margin-right:30px;*/
	margin-bottom:20px;
}

div.sheet_blue {
	padding:30px;
	background:#f2f8fc;
}

div.sheet_blue div.box {
	float:left;
	width:33%;
	line-height:22px;
}

div.sheet_blue a {
	color:#232b3e;
}

div.sheet_blue a:hover {
	color:#232b3e;
	text-decoration:underline;
}

div.sheet div.new_address_container {
	width:150px;
	margin:0px auto;
}

div.sheet div.new_address_container a.cancel {
	display:block;
	width:150px;
	text-align:center;
	margin-top:5px;
}

table.tbl_art_list {
	border-collapse:collapse;
	width:100%;
}

.row_header{	
	color:#393939 !important;
	font-size:21px;
	font-weight: bold;
}

.row_header>td{
	border-top:1px solid #bfbfbf !important;
	padding-top:15px !important;
	padding-bottom:15px !important;
	background-color: #f2f8fc;
}

table.tbl_art_list tr {
	border-bottom:1px solid #a4a4a4;
}

table.tbl_art_list tr:last-child {
	border-bottom:1px solid #bfbfbf;
}

table.tbl_art_list td {
	padding-bottom:22px;
	vertical-align:top;
}

table.tbl_art_list tr.row td {
	vertical-align:top;
	padding:22px 0px;
}

table.tbl_art_list a {
	color:#232b3e;
}

table.tbl_art_list a:hover {
	color:#232b3e;
	text-decoration:underline;
}

table.tbl_art_list td.img {width:180px;}
table.tbl_art_list td.title {padding-right:10px !important;}
table.tbl_art_list td.measurements {width:22%; padding-right:10px !important;}
table.tbl_art_list td.price {width:100px;}
table.tbl_art_list td.quantity {width:130px;}

table.tbl_art_list td.icons {width:100px;}
table.tbl_art_list td.icons div.wrapper {float:right;}

table.tbl_art_list td.img img {
	transition:all ease 0.3s;
}

table.tbl_art_list td.img:hover img {
	transform: scale(1.1);
}

table.tbl_measurements {
	border-collapse:collapse;
}

table.tbl_measurements tr,
table.tbl_measurements tr:last-child {
	border-bottom:none;
}

table.tbl_measurements td {padding:0px !important;}
table.tbl_measurements td:nth-child(1) {
	padding-right:5px !important;
}
table.tbl_measurements td:nth-child(2) {
	font-weight:bold;
}

div.quantity_box {
	width:70px;
	border:1px solid #d7d7d7;
}

div.quantity_box a.icon {
	display:block;
	float:left;
	width:24px;
	
	text-align:center;
	color:#232b3e;
	text-decoration:none;
	line-height:30px;
	
	background:#FFF;
	
	transition:background ease 0.2s;
}

div.quantity_box a.icon:hover {
	text-decoration:none;
	background:#F1F1F1;
}

div.quantity_box input {
	float:left;
	width:20px;
	
	line-height:28px;
	
	border:none;
	text-align:center;
}

a.user_icon {
	display:block;
	box-sizing:border-box;
	
	float:left;
	margin-left:5px;
	
	width:30px;
	height:30px;
	
	background-color:#FFF;	
	background-repeat:no-repeat;
	background-position:center;
	
	border:1px solid #d7d7d7;
	
	transition:background ease 0.2s;
}

a.user_icon.edit {
	background-image:url(images/user_icon_edit.png);
}

a.user_icon.delete {
	background-image:url(images/user_icon_delete.png);
}

a.user_icon:hover {
	background-color:#F1F1F1;
}

div.totals_wrapper {
	float:right;
	margin-top:30px;
}

div.totals_wrapper div.total_discount {
	font-size:14px;
	text-align:right;
	
	margin-bottom:5px;
}

div.totals_wrapper div.total_price {
	font-size:18px;
	color:#0072bb;
	font-weight:500;
	text-align:right;
}

div.totals_wrapper div.total_wholesale_price {
	font-size:18px;
	color:#a91736;
	text-align:right;
	margin-top:5px;
}

div.totals_wrapper div.total_discount span,
div.totals_wrapper div.total_price span,
div.totals_wrapper div.total_wholesale_price span {
	display:inline-block;
	min-width:70px;
	text-align:right;
}

div.box_address {
	float:left;
	width:32.66%;
	min-height:210px;
	
	margin-right:1%;	
	padding:30px;

	background:#f7f6f6;
	
	transition:background ease 0.2s;
}

div.box_address:nth-child(3n+1){
	margin-right:0px;
}

div.box_address.sel {
	background:#f2f8fc;
}

div.box_address a {
	color:#232b3e;
}

div.box_address a:hover {
	color:#232b3e;
	text-decoration:underline;
}

.sheet h1:not(.big_gray):not(.complete):not(.top):not(.normal){
	font-size:21px;
	color:#393939;
	background-color:#ebe8e8;
	padding:10px 35px;
	margin-bottom:10px !important;
}

h1.top{
	margin-bottom: 0px;
	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;
	padding: 20px 0px;
	text-align: left;
	color: #d9d9d9;
	font-size: 48px;
	margin-bottom:20px;
}