/******************************************************************************
  Global
 ******************************************************************************/

body, a, option, div, th, td, li, h4, fieldset, img,
.button .stretch, .link_button .stretch, .link_button .stretch:hover,
.link_button a, .link_button a:hover,
.misc_alert_loading,
.dijitTab, .dijitTabPaneWrapper {
	border-color: #C5C5C5;
	color: #606060;
}

h1, h2, h3 {
	color: #4D4D4D;
}

input.text, input.password, textarea {
	color: #909090;
	border-color: #E5E5E5;
}

fieldset {
	background-color: #FFF;
	border-color: #E5E5E5;
}

/******************************************************************************
  Global - Product
 ******************************************************************************/

.product_list .thumb_image .centered,
.product_detail .thumb_image .centered {
	width: 100px;
	height: 100px;
}

.product_detail .detail_image .centered {
	width: 250px;
	height: 250px;
}

.product_detail label,
.product_detail .num {
	color: #909090;
}

.product_list_item .original_price,
.product_list_tile .original_price,
.product_detail #original_price {
	font-weight: bold;
	color: #000;
}

.product_list_item .price,
.product_list_tile .price,
.product_detail #product_price {
	font-weight: bold;
	color: #000;
}

/******************************************************************************
  Layout
 ******************************************************************************/

/* Html */
html {
	background: #FFF url(../images/layout/html.png) repeat-x scroll 0 0;
}

/* Main - Wrapper */
#main_wrapper {
	width: 940px;
}

/* Main */
#main {
	margin: 10px 0 10px 0;
	background-color: #FFF;
}

/* Main - Header */
#main_header {
	background: transparent url(../images/layout/main_header.png) no-repeat;
	position: relative;
}
#main_header_top {
	height: 23px;
	padding: 2px 10px 0 10px;
}
#main_header_left {
	float: left;
	width: 100px;
	height: 100px;
	margin: 10px 10px 10px 10px;
	position: relative;
}
#main_header_content {
	height: 100px;
	margin: 10px 10px 10px 0;
	overflow: hidden;
}
#main_header_bottom {
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 10px;
	margin-bottom: 10px;
}

/* Main - Footer */
#main_footer_top {
	border-width: 1px;
	margin: 0 10px 20px 10px;
	padding: 9px;
}
#main_footer_content {
	background: transparent url(../images/layout/main_footer_content.png) no-repeat scroll center bottom;
	height: 75px;
	margin-bottom: 20px;
}
#main_footer_bottom {
	height: 25px;
	padding-bottom: 10px;
}

/******************************************************************************
  Tables
 ******************************************************************************/

/* Frame */
.main_column .table {
	border-width: 1px;
	margin-bottom: 20px;
}
.main_column .table h4 {
	border-width: 0 0 1px 0;
	background: transparent url(../images/tables/header.png) no-repeat scroll left bottom;
	padding: 2px 0 2px 9px;
	height: 16px;
	line-height: 16px;
	font-weight: normal;
}
.main_column .table h4 span {
	padding-left: 26px;
	background-image: url(../images/tables/icons.png);
	background-repeat: no-repeat;
}
.main_column .table .content {
	padding: 9px;
	background-color: #FFF;
}
.main_column .table p {
	padding: 0 0 10px 0;
}
.main_column .table .link_button .stretch,
.main_column .table .button .stretch {
	width: 140px;
}

/* Ak Login Box - Inline */
.table_ak_login_box_inline {
	float: right;
	margin-right: 30px;
}
.table_ak_login_box_inline h4,
.table_ak_login_box_inline .forgot_password a {
	color: #FFF;
	font-weight: normal;
}

/* Ak Search - Inline */
.table_ak_search_inline {
	float: right;
	width: 180px;
}

/* Ak Cookie Crumb */
.table_ak_cookie_crumb li {
	background: transparent url(../images/tables/ak_cookie_crumb/background.png) no-repeat scroll 0 -25px;
	padding-left: 20px;
}
.table_ak_cookie_crumb li.home {
	background: none;
	padding-left: 10px;
}
.table_ak_cookie_crumb li.home a {
	background: transparent url(../images/tables/ak_cookie_crumb/background.png) no-repeat scroll 0 -3px;
	padding-left: 20px;
}

/* Cart Contents */
.table_cart_contents h4 span {
	background-position: 0 -34px;
}

/* Categories */
.table_categories h4 span {
	background-position: 0 0;
}
.table_categories li {
	border-bottom-width: 1px;
	width: 160px;
}
.table_categories li.first {border-top-width: 1px;}
.table_categories a {
	display: block;
	line-height: 20px;
	padding: 3px 10px;
	height: 100%;
}
.table_categories a:hover {
	background: transparent url(../images/tables/categories/backgrounds.png) repeat-y scroll 0 0;
	text-decoration: none;
}
.table_categories a.current:hover,
.table_categories a.current {
	background: transparent url(../images/tables/categories/backgrounds.png) repeat-y scroll -160px 0;
}

/* Ak Menu */
.table_ak_menu h4 span {
	background-position: 0 0;
}
.table_ak_menu li {
	margin-left: 10px;
	list-style-type: disc;
}

/* Ak Menu - Categories */
.table_ak_menu_categories h4 span {
	background-position: 0 0;
}
.table_ak_menu_categories li {
	margin: 0;
	list-style-type: none;
	width: 160px;
}
.table_ak_menu_categories li.first {
	border-top-width: 1px;
}
.table_ak_menu_categories a {
	display: block;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 100%;
}
.table_ak_menu_categories a span {
	display: block;
	padding: 3px 10px;
}
.table_ak_menu_categories a.leaf span {
	background: transparent url(../images/tables/ak_menu_categories/arrow_bottom.png) no-repeat scroll center right;
}
.table_ak_menu_categories a.level_2 span {
	padding-left: 20px;
}
.table_ak_menu_categories a.level_3 span {
	padding-left: 30px;
}
.table_ak_menu_categories a.level_4 span {
	padding-left: 40px;
}
.table_ak_menu_categories a:hover {
	background: transparent url(../images/tables/ak_menu_categories/backgrounds.png) repeat-y scroll 0 0;
	text-decoration: none;
}
.table_ak_menu_categories a.current:hover,
.table_ak_menu_categories a.current {
	background: transparent url(../images/tables/ak_menu_categories/backgrounds.png) repeat-y scroll -160px 0;
}

/* Manufacturers */
.table_manufacturers h4 span {
	background-position: 0 -68px;
}

/* Ak Links List - Footer */
.table_ak_links_list_footer {
	text-align: center;
}
.table_ak_links_list_footer li {
	border-left-width: 1px;
	display: inline;
	padding: 0 10px;
}
.table_ak_links_list_footer li.first {
	border: 0 none;
	padding: 0 10px 0 0;
}

/* Ak Menu - Footer */
.table_ak_menu_footer {
	text-align: center;
}
.table_ak_menu_footer li {
	border-left-width: 1px;
	display: inline;
	padding: 0 10px;
}
.table_ak_menu_footer li.first {
	border: 0 none;
	padding: 0 10px 0 0;
}

/* Ak Copyright */
.table_ak_copyright {
	text-align: center;
	font-size: 77%;
}

/* Ak Login Box - Frame */
.table_ak_login_box_frame h4 span {
	background-position: 0 -119px;
}
.table_ak_login_box_frame p {
	text-align: center;
}

/* Newsletter Signup */
.table_newsletter_signup h4 span {
	background-position: 0 -102px;
}

/******************************************************************************
  Page Welcome
 ******************************************************************************/

.page_welcome .welcome {
	border-width: 1px;
	padding: 9px;
	margin-bottom: 20px;
	background-color: #FFF;
}

/******************************************************************************
  List Products
 ******************************************************************************/

.category_detail {
	border-width: 1px;
	background: #FFF;
	margin-bottom: 10px;
	padding: 4px;
}
.category_detail td {
	padding: 5px;
}

.product_sort {
	height: 38px;
	line-height: 38px;
	border-width: 1px;
	background: #FFF;
	margin-bottom: 10px;
	padding: 0 9px;
}

/* IE6 & IE7 */
.list_products {
	margin-left: 0 !important;
	margin-left: -5px;
	height: 1% !important;
	height: auto;
	position: relative;
}

.product_list_item {
	width: 148px;
	height: 418px;
	padding: 9px;
	margin: 0 5px 10px;
	border-width: 1px;
	background-color: #FFF;
}
.dijitTabPane .product_list_item {
	margin: 0 2px 10px;
}
.product_list_item_hover {
	border-color: #000;
	cursor: pointer;
}

.product_list_item .title,
.highslide-caption .title {
	font-size: 116%;
	font-weight: bold;
}
.product_list_item .title {
	height: 39px;
}
.product_list_item .num,
.highslide-caption .num {
	height: 16px;
	font-size: 77%;
}
.product_list_item .num {
	top: 50px;
}
.product_list_item .thumb_image {
	top: 76px;
	left: 34px;
}
.product_list_item .manufacturer {
	top: 186px;
	height: 16px;
	font-size: 77%;
}
.product_list_item .stock {
	top: 202px;
	height: 16px;
}
.product_list_item .original_price {
	top: 228px;
	font-weight: bold;
}
.product_list_item .price {
	top: 248px;
	font-weight: bold;
}
.product_list_item .short_desc {
	top: 268px;
	height: 100px;
}
.product_list_item .buttons {
	top: 368px;
}
.product_list_item .buttons .button,
.product_list_item .buttons .link_button {
	margin: 10px 0 0 0;
}
.product_list_item .buttons .link_button .stretch,
.product_list_item .buttons  .button .stretch {
	width: 128px;
}

/******************************************************************************
   List
 ******************************************************************************/

.list th {
	padding-bottom: 10px;
}

.list_item td {
	padding-bottom: 10px;
}

/******************************************************************************
   Pager
 ******************************************************************************/

.pager {
	height: 18px;
	border-width: 1px;
	background: #FFF;
	margin-bottom: 10px;
	position: relative;
}

.pager table {
	position: absolute;
	right: 9px;
}

.pager .current {
	padding: 0 4px;
	background-color: #4D4D4D;
	color: #FFF;
}

.pager td {
	padding: 0 2px;
	line-height: 18px;
}

/******************************************************************************
  Product Detail
 ******************************************************************************/

.product_detail .details {
	border-width: 1px;
	padding: 9px;
	background-color: #FFF;
	margin-bottom: 10px;
}

.product_detail .detail_image {
	float: left;
	margin-right: 10px;
}
.product_detail .detail {
	float: right;
	overflow: hidden;
}

.product_detail .num {
	font-size: 77%;
}

.product_detail .short_desc {
	margin-bottom: 5px;	
}

.product_detail .detail_item {
	clear: left;
	padding-top: 5px;
	font-size: 85%;
}
.product_detail .detail_item label {
	width: 90px;
	display: block;
	float: left;
	line-height: 18px;
}
.product_detail .detail_item div {float: left;}

#product_quantity {width: 30px;}
.product_detail .detail .buttons {
	padding-top: 10px;
	font-size: 100%;
}
.product_detail .detail .buttons .button {
	padding-top: 10px;
	margin-right: 20px;
}

.product_detail .pricing table {width: auto;}
.product_detail .pricing table td,
.product_detail .pricing table th {
	padding: 2px;
	border-width: 1px;
	text-align: center;
}

.product_detail .dijitTabContainer {
	margin-bottom: 10px;
}

.product_detail .thumb_image {
	margin: 5px;
}
