.product_sheet
{
	display: inline-block;
	width: 726px;
	margin:12px auto 0 auto;
	padding:0px;
	border: 1px solid #afb5ba;
}

#product_sheet_main_data
{
	position: relative;
	float:left;
	width: 714px;

	background: #f7f7f7;
	background: -moz-linear-gradient(top,  #f7f7f7 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);
	background: linear-gradient(top,  #f7f7f7 0%,#e8e8e8 100%);

	padding: 6px;
}

#product_sheet_main_data .add_to_favorites
{
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    background: #2b6bb2;
    line-height: 30px;
    text-align: center;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.45);
    cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#product_sheet_main_data .add_to_favorites:hover
{
	box-shadow: inset 0px 1px 1px rgba(0,0,0,0.45);
}
#product_sheet_main_data .add_to_favorites div
{
    display: inline-block;
    width: 26px;
    height: 18px;
    background: url('../../images/head_bar/head_sprite.png') 0 -90px no-repeat;
    vertical-align: middle;
}
#product_sheet_main_data .add_to_favorites.favorite div
{
	background: url('../../images/head_bar/head_sprite.png') 0 -540px no-repeat;
}

#product_sheet_tabs
{
	float:left;
	width: 726px;
	padding-top:3px;

	background-color: #e8e8e8;
}

#product_sheet_picture
{
	float:left;
	width: 172px;
	height: 172px;

	border: 1px solid #afb5ba;
	background-color: #ffffff;

	line-height: 172px;
	text-align: center;
}

#product_sheet_picture img
{
	vertical-align: middle;
	margin: -5px -5px -5px;
	border: 5px solid #afb5ba;


	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

#product_sheet_base_data_container
{
	float:left;
	width: 528px;
	padding-left: 12px;
	font-family: Arial;
}

#product_sheet_base_data_container h1
{
	float:left;
	margin:0px;
	padding:0px;
	font-size: 16px;
	color: #4a4a4a;
}

#product_sheet_base_data_container h2
{
	float:left;
	clear:both;
	margin:0px;
	margin-top:6px;
	padding:0px;
	font-size: 14px;
	color: #603699;
}

#product_sheet_base_data_container h2 span
{
	font-weight: normal;
	color: #737373;
}

.addtocart-small
{
	float:left;
	clear:both;
	margin: 12px 0 0 0;
	padding:0px;
}

.product_sheet_amount
{
	position:absolute;
	bottom:0px;
	float:left;
}

.product_sheet_amount img
{
	position:relative;
	left: 6px;
	top: 3px;
}

.product_sheet_amount_style
{
	font-size: 12px;
	margin-bottom: 6px;
	text-align: left;
}

.product_sheet_amount_style_green
{
	color: #008000;
}

.product_sheet_amount_style_red
{
	color: #d61524;
}

#product_sheet_price_info
{
	float: right;
	margin: 16px 6px 0 0;
	font-size: 11px;
	color: #737373;
}

.product_sheet_cart_container
{
	float: left;
	clear: both;
	width: 100%;
}

#product_sheet_tabs_container, #product_sheet_content
{
	float:left;
	width: 726px;
	margin:0px;
	padding:0px;
}

#product_sheet_content
{
	background-color: #ffffff;
	border-top:1px solid #afb5ba;
}

#product_sheet_tabs_container li
{
	float:left;
	list-style: none;
	margin:0px;
	padding: 3px 12px;
	margin-left: 6px;
	margin-top:6px;

	background-color: #ebeaea;
	border: 1px solid #afb5ba;
	border-bottom-width:0px;

	font-family: Arial;
	font-size: 12px;
	color: #2b6bb2;
	font-weight: bold;
	cursor:pointer;
}

#product_sheet_tabs_container .product_sheet_tabs_container_selected
{
	background-color: #ffffff;
	color: #4a4a4a;
	padding: 6px 12px;
	margin-top:0px;
	cursor:default;
	position:relative;
	top:1px;
}

#product_sheet_content li
{
	float:left;
	width: 702px;
	padding:12px;
	display:none;
}

#product_sheet_content li a
{
	color: #2b6bb2;
	text-decoration: none;
	font-weight: bold;
}

#product_sheet_content .product_sheet_content_selected
{
	display:inherit;
	font-family: Arial;
	font-size: 12px;
	color: #4a4a4a;
}

#product_sheet_size_table_container
{
	width: 702px;
	overflow-x:auto;
}

.product_sheet_size_table
{
	border: 1px solid #afb5ba;
}

.box-center-table #product_sheet_size_table_container,
.box-center-table .product_sheet_size_table
{
	width: auto;
	border-left: none;
	border-right: none;
}


.product_sheet_size_table .ps_tr:nth-child(even)
{
	background-color: #eeeeee;
}

.product_sheet_size_table .ps_tr:nth-child(odd)
{
	background-color: #f8f8f8;
}

.product_sheet_size_table #ps_td1
{
	border: 0px solid #afb5ba;
	border-top-width: 1px;
	border-right-width: 1px;

	font-weight: bold;
}

.product_sheet_size_table #ps_td2
{
	border: 0px solid #afb5ba;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
}

.product_sheet_size_table tr:first-child #ps_td1, .product_sheet_size_table tr:first-child #ps_td2
{
	border-top-width: 0px;
}

.product_sheet_size_table td
{
	text-align: left;
	padding: 6px;
}

#ps_subcode_table
{
	width: 100%;
}

#ps_subcode_table td
{
	border-left: 1px dotted #afb5ba;
	padding:0px;
	text-align:center;
}

#ps_subcode_table tr td:first-child
{
	border-left-width: 0px;
}






.product_sheet_newamount
{
	float: left;
	clear: both;

	border: 1px solid #bbbbbb;
	text-align: center;

	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #4a4a4a;

	border-collapse: collapse;
	border-spacing: 0px;
}

.product_sheet_newamount img
{
	margin-right: 6px;
	position: relative;
	top: 3px;
}

.product_sheet_newamount tr:first-child
{
	font-weight: bold;
}

.product_sheet_newamount tr
{
	background-color: #f8f8f8;
}

.product_sheet_newamount td
{
	border: 1px solid #bbbbbb;
	padding: 0 6px;
	height: 27px;
	line-height: 27px;
	vertical-align: middle;
}



.product_sheet_receivable
{
	float: left;
	clear: both;

	border: 1px solid #bbbbbb;
	text-align: center;

	font-family: Arial;
	font-weight: normal;
	font-size: 12px;
	color: #4a4a4a;

	background: #F8F8F8;

	border-collapse: collapse;
	border-spacing: 0px;
}

.product_sheet_receivable img
{
	margin-right: 6px;
	position: relative;
	top: 3px;
}

.product_sheet_receivable tr td:first-child
{
	font-weight: bold;
}

.product_sheet_receivable td
{
	background-color: #f8f8f8;
}

.product_sheet_receivable td
{
	border: 1px solid #bbbbbb;
	padding: 6px;
	height: 21px;
	line-height: 16px;
	vertical-align: middle;
}


.product_sheet_amountreceivTable_container
{
	float: left;
	clear: both;
	padding: 12px 12px 0 0;
}

.product_sheet_amountTable_container,
.product_sheet_receivTable_container
{
	float: left;

	margin: 0 12px 12px 0;
}
.product_sheet_receivTable_container
{
	/*margin-left: 12px;*/
}

.product_sheet_amountreceivTable_container span
{
	float: left;
	clear: both;
	padding: 0;
	margin: 0 0 3px 0;

	color: #4a4a4a;
	font-size: 11px;
}



.product_receivable_info
{
	float: left;
	width: 12px;
	height: 12px;

	margin-left: 6px;

	cursor: pointer;
}

.b2b_btn
{
	display: inline-block;
	line-height: 22px;
	padding: 0 6px;
	border-top: 1px solid #22558c;
	border-bottom: 1px solid #22558c;
	border-right: 1px solid #22558c;

	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;

	text-decoration: none;
	background: #2b6bb2;
	color: #ffffff;
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
}

.b2b_btn:hover
{
	background: #4880BD;
}

.b2b_btn.b2b_btn_round
{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

@media (max-width: 728px)
{
	#thesheet, #product_sheet_main_data, .product_sheet, #product_sheet_tabs, #product_sheet_base_data_container, #product_sheet_tabs_container, #product_sheet_content, #product_sheet_content li, #product_sheet_size_table_container, .product_sheet_size_table {
		width: 100%;
	}

	#product_sheet_main_data, .product_sheet_content_selected {
		box-sizing: border-box;
	}
}
