@CHARSET "UTF-8";

/* ORDER BUTTON FOR PRODUCT LIST */

div.order_btn {
	width: 75px;
	height: 53px;
	background: url("/i/shopping/order-btn.png");
	position: relative;
	margin-left: 3px;
}

div.order_btn input {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font: 11px Verdana;
	color: #333333;
	
	width: 64px;
	height: 16px;
	line-height: 16px;	

	position: absolute;
	top: 3px;
	left: 3px;
}

div.order_btn a {
	text-decoration: none;
	text-align: left;
	
	display: block;	
	width: 64px;
	height: 21px;
	padding-left: 6px;
	padding-top: 8px;
	
	position: absolute;
	top: 24px;
	left: 1px;	
}

div.order_btn a span {
	display: inline-block; /* for IE filters */ 
	font: bold 10px Verdana;
	color: white;
	text-shadow: #208590 1px 1px 1px;	
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#208590,direction=135,strength=2);	
}

/* ORDER BUTTON FOR DETAIL VIEW */

div.order_btn_horiz {
	width: 169px;
	height: 28px;
	background: url("/i/shopping/order-btn-horizontal.png") no-repeat;
	background-position: 4px 0px;
	padding-left: 4px;
	position: relative;
}

div.order_btn_horiz input {
	border: 0px;
	padding: 0px;
	margin: 0px;
	font: 11px Verdana;
	color: #333333;
	
	width: 67px;
	height: 16px;
	line-height: 16px;	

	position: absolute;
	top: 6px;
	left: 8px;
}

div.order_btn_horiz a {
	text-decoration: none;
	text-align: left;	
	
	display: block;	
	width: 68px;
	height: 20px;
	padding-left: 6px;
	padding-top: 8px;
	
	position: absolute;
	top: 0px;
	left: 95px;	
}

div.order_btn_horiz a span {
	display: inline-block; /* for IE filters */ 
	font: bold 10px Verdana;
	color: white;
	text-shadow: #208590 1px 1px 1px;	
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#208590,direction=135,strength=2);	
}

/* CALL BUTTON */

a.order_call_btn {
	text-decoration: none;
	text-align: left;
	
	background: url("/i/shopping/order-call-btn.png");
	width: 70px;
	height: 21px;
	display: block;
	margin-left: 4px;
	padding: 9px 0px 0px 4px;
}

a.order_call_btn span {
	display: inline-block; /* for IE filters */	
	font: bold 10px Verdana;
	color: white;	
	text-shadow: #554C45 1px 1px 1px;	
	filter:progid:DXImageTransform.Microsoft.Shadow(Color=#554C45,direction=135,strength=2); 
}

/* SHOPPING CART */

.step_indicator {
	overflow: hidden;
}

.step_indicator .down, .step_indicator .disabled, .step_indicator .up {
	float: left;
	height: 30px;
	margin: 0px 5px 0px 0px;
}

.step_indicator .inner {
	height: 30px;
	display: block;
	cursor: default;
}

.step_indicator .down {
	background: url("/i/shopping/step-down-right.png") no-repeat right;
}

.step_indicator .down .inner {
	background: url("/i/shopping/step-down-left.png") no-repeat left;
	font: 15px Play;
	line-height: 30px;
	padding: 0px 10px;
	color: black;
}

.step_indicator .up, .step_indicator .disabled {
	background: url("/i/shopping/step-up-right.png") no-repeat right;
}

.step_indicator .up .inner {
	background: url("/i/shopping/step-up-left.png") no-repeat left;
	font: 15px Play;
	line-height: 30px;
	padding: 0px 10px;
	color: black;
	cursor: pointer;
}

.step_indicator .disabled .inner {
	background: url("/i/shopping/step-up-left.png") no-repeat left;
	font: 15px Play;
	line-height: 30px;
	padding: 0px 10px;
	color: #666666;
}


div.shopping_cart_list {
	border: 1px solid #A4998E;
	position: relative;
}

div.shopping_cart_list table {
	border-collapse: collapse;
	border-top: hidden !important;
	border-bottom: hidden !important;
}

div.shopping_cart_list td {
	border-left: 1px solid #C5BEB8;
	border-right: 1px solid #C5BEB8;
	border-top: 1px solid #C5BEB8;
	border-bottom: 1px solid #C5BEB8;
	padding: 4px;
	background-color: white;
}

div.shopping_cart_list tr.heading td {
	background: #94867B url("/i/shopping/product-list-heading.png") repeat-x top;
	border-right: 1px solid #C5BEB8;
	border-left: 1px solid #C5BEB8;
	border-bottom: hidden;
	border-top: hidden;
	height: 40px;
	text-align: center;
	color: white;
	font: bold 10px Verdana;
}

div.shopping_cart_list td.first_col {
	border-left: hidden !important;
}

div.shopping_cart_list td.last_col {
	border-right: hidden !important;
}