/* Ak Search - Inline */
.table_ak_search_inline button {
	border: 0;
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	float: left;
}

/* Ak Login Box - Frame */
.table_ak_login_box_frame input {
	width: 156px;
	margin-bottom: 10px;
}
.table_ak_login_box_frame .button_table_login_box_log_in,
.table_ak_login_box_frame .button_table_login_box_register,
.table_ak_login_box_frame_logged .button_table_login_box_account {
	margin-bottom: 10px;
}
.table_ak_login_box_frame .links {
	text-align: center;
	font-size: 77%;
}

/* Ak Login Box - Inline */
.table_ak_login_box_inline h4 {display: inline;}
.table_ak_login_box_inline input {width: 100px;}
.table_ak_login_box_inline .forgot_password {font-size: 77%}

/* Ak Search - Inline */
.table_ak_search_inline input {width: 154px;}

/* Cart contents */
.table_cart_contents td {padding-bottom: 10px;}
.table_cart_contents .subtotal {padding: 10px 0 20px 0;}
.table_cart_contents .subtotal span {font-weight: bold;}
.table_cart_contents .quantity {
	padding-right: 10px;
	white-space: nowrap;
}
.table_cart_contents .item a {text-decoration: none;}
.table_cart_contents .item a:hover {text-decoration: underline;}

/* Manufacturers */
.table_manufacturers select {width: 100%;}

/* Ak Cookie Crumb */
.table_ak_cookie_crumb li {
	display: block;
	float: left;
}

/* Ak Image */
.table_ak_image img {
	position: relative;
}

/* Newsletter Signup */
.table_newsletter_signup input {
	width: 156px;
	margin-bottom: 10px;
}

/* Sale Item */
.table_sale_item .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.table_sale_item .thumb_image {
	margin-bottom: 10px;
}
.table_sale_item .price,
.table_sale_item .sale_price {
	font-weight: bold;
	text-align: center;
}
.table_sale_item .price {
	text-decoration: line-through;
}


/* Random Item */
.table_random_item .title {
	font-weight: bold;
	margin-bottom: 10px;
}
.table_random_item .thumb_image {
	margin-bottom: 10px;
}
.table_random_item .price,
.table_random_item .original_price {
	font-weight: bold;
	text-align: center;
}
.table_random_item .original_price {
	text-decoration: line-through; 
}