/* CSS Document */
/* .first, .last, .left, .right, .top, .bottom & .selected are reserved and should only be */
/* defined in context. e.g. .column.first or .menu_item.selected */
/* Common Layout */
.layout_clear {
	clear: both;
}

.page_outer {
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 962px;
}

.page_width {
	margin-left: auto;
	margin-right: auto;
	width: 898px;
}

.strike_through {
	text-decoration: line-through;
}

.red {
	color: #D42023;
}

.grey {
	color: #333333;
}

#action_buttons {
	float: right;
}

html, body {
	background-color: #D42023;
}

html, body, h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.333;
	color: #666666;
}
h2 {
	color: #FFFFFF;
	font-size: 2em;
	font-weight: bold;
}
h3 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: normal;
}
h5 {
	color: #666666;
	font-weight: normal;
}
h6 {
	color: #FFFFFF;
	font-weight: bold;
}
a, a:link, a:visited, a:hover, a:active {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.large_text {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 2em;
}

input.text,
input.password,
input.file,
select.select,
textarea {
	background-color: #FFFFFF;
	border: 1px solid #D6D6D6;
	color: #666666;
	display: block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
input.text,
input.password,
input.file {
	height: 1.75em;
}
select.select {
	height: 1.85em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}
input.text {
}
input.file {
}
textarea {
	height: 6.4em;
}
.form_field label {
	display: block;
	height: 1.6em;
}
.form_field label.form_invalid {
	font-size: 0.83em;
	height: 1.328em;
	text-align: right;
	width: 100%;
}
.form_field.file_input,
.form_field.select,
.form_field.text_input {
	height: 5em;
}
.form_field.textarea {
	height: 10em;
}
.form_field.select select {
	vertical-align: middle;
}
.form_field.select option {
	padding: 2px;
	vertical-align: middle;
}
.form_invalid {
	color: red !important;
}

/* Header */
#header {
	padding-bottom: 11px;
}

#header .left {
	float: left;
	margin-top: 47px;
}
#header .telephone {
	margin-left: 91px;
	margin-top: 34px;
	vertical-align: top;
}

#header .right {
	float: right;
}
#header .right p {
	margin-top: 12px;
}

/* Header menu */
#header_menu {
	background-color: #666666;
	border-bottom: 4px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;
	width: 100%;
}
#header_menu li {
	float: left;
	padding-bottom: 12px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 12px;
}
#header_menu li.selected {
	background-color: #333333;
}
#header_menu li,
#header_menu li a,
#header_menu li a:link,
#header_menu li a:visited,
#header_menu li a:hover,
#header_menu li a:active {
	color: #FFFFFF;
	font-size: 1.08em;
}

/* Header user block */
#header .user_details {
	margin-top: 33px;
	text-align: right;
}
#header .user_details p,
#header .user_details p,
#header .user_details p a:link,
#header .user_details p a:visited,
#header .user_details p a:hover,
#header .user_details p a:active {
	color: #D42023;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight: bold;
}

/* Shopping bag block */
#my_shopping_bag {
	margin-left: 33px;
}
#my_shopping_bag .icon {
	margin-left: 9px;
}
#my_shopping_bag {
	float: left;
	margin-top: 21px;
}
#my_shopping_bag p {
	float: left;
	vertical-align: middle
}

/* Body */
#body {
	margin-bottom: 27px;
	padding-top: 11px;
}

/* Side menu */
#side_menu {
	float: left;
	width: 199px;
}

/* Content */
#content {
	float: right;
	width: 690px;
}
#content .col_3 {
	float: left;
	padding-left: 17px;
	padding-right: 17px;
	width: 195px;
}
#content .col_3.middle {
	border-left: 1px dashed #666666;
	border-right: 1px dashed #666666;
}
#content .col_3.last {
	float: right;
	width: 196px;
}
#content h1 {
	color: #D42023;
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
}
#content h5 {
	color: #D42023;
	font-size: 1.08em;
	font-weight: bold;
}
#content h6 {
	color: #666666;
	font-size: 1.08em;
	font-weight: bold;
}
#content h6 a,
#content h6 a:link,
#content h6 a:visited,
#content h6 a:hover,
#content h6 a:active {
	color: #666666;
	font-size: 1.08em;
	font-weight: bold;
}
#content .step_title h1 {
	float: left;
}
#content .step_title h6 {
	color: #D42023;
	float: right;
	font-size: 1.27em;
	font-weight: bold;
	margin-top: 17px;
}

/* Footer */
#footer {
	border-top: 4px solid #D42023;
	padding-bottom: 58px;
	padding-top: 7px;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
#footer p {
	font-size: 0.833333em;
}

/* Footer */
#footer .column {
	float: left;
	width: 230px;
}
#footer .column.last {
	width: auto;
}

#footer h6 {
	color: #D42023;
	font-weight: bold;
	line-height: 1.66em;
}

/* Footer social bookmarking */
#footer #social_bookmark {
	padding-top: 4px;
}

/* Footer menu */
#footer_menu .column {
	float: left;
	margin-right: 21px;
	width: auto;
}
#footer_menu .column.last {
	float: left;
	margin-right: 0px;
}
#footer_menu li {
	font-size: 0.92em;
	line-height: 1.64em;
}
#footer_menu li.header,
#footer_menu li.header a,
#footer_menu li.header a:link,
#footer_menu li.header a:visited,
#footer_menu li.header a:hover,
#footer_menu li.header a:active {
	font-size: 1.0em;
	color: #D42023;
	font-weight: bold;
}
#footer_menu li,
#footer_menu li a,
#footer_menu li a:link,
#footer_menu li a:visited,
#footer_menu li a:hover,
#footer_menu li a:active {
	color: #666666;
}

#footer #credit_card_logos {
	margin-top: 10px;
}

/* Footer website developer block */
#footer #website_developer {
	border-top: 3px solid #D42023;
	margin-top: 12px;
	padding-top: 9px;
}
#footer #website_developer p {
	text-align: right;
	width: 100%;
}

/* Product Search form */
#product_search {
	float: right;
	padding-bottom: 9px;
	padding-top: 9px;
}
#product_search input {
	background-color: #000000;
	border: 0px none #000000;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#product_search input.text {
	color: #CCCCCC;
	float: left;
	height: 16px;
	line-height: 1.2em;
	padding-bottom: 4px;
	padding-left: 9px;
	padding-right: 0px;
	padding-top: 5px;
	width: 160px;
	z-index: 100;
}
#product_search input.image {
	float: left;
}

/* Quick search panel */
#quick_search {
	background-color: #D42023;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 16px;
	float:left;
	width:177px;
}

#quick_search h5 {
	color: #FFFFFF;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 12px;
}
#quick_search select.select {
	color: #FFFFFF;
	background-color: #333333;
	border: 0px none #D42023;
	height: 25px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 4px;
}
#quick_search #quick_search_reset {
	float: left;
	margin-top: 10px;
}
#quick_search #quick_search_search {
	float: right;
	margin-top: 10px;
}

/* Delivery panel */
#delivery {
	
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 11px;
	
	padding-top: 7px;
}
#delivery h5 {
	color: #FFFFFF;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	line-height: 1.06em;
	margin-bottom: 5px;
}
#delivery h5 a {
	color: #FFFFFF;
	text-decoration: none;
}

/* Skinted panel */
#skinted {
	background-color: #333333;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
}
#skinted h5 {
	color: #D42023;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.67em;
	font-weight: bold;
}
#skinted h5 a {
	color: #D42023;
	text-decoration: none;
}
#skinted p {
	display: block;
	float: left;
}
#skinted img {
	display: block;
	float: right;
}
#skinted p,
#skinted p a,
#skinted p a:link,
#skinted p a:visited,
#skinted p a:hover,
#skinted p a:active {
	color: #FFFFFF;
}

/* Minted panel */
#minted {
	background-color: #333333;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
}
#minted h5 {
	color: #D42023;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 1.67em;
	font-weight: bold;
}
#minted h5 a {
	color: #D42023;
	text-decoration: none;
}
#minted p {
	display: block;
	float: left;
}
#minted img {
	display: block;
	float: right;
}
#minted p,
#minted p a,
#minted p a:link,
#minted p a:visited,
#minted p a:hover,
#minted p a:active {
	color: #FFFFFF;
}

/* Latest footware panel */
#latest_footwear {
	background-color: #666666;
	color: #999999;
	margin-bottom: 10px;
	padding-bottom: 11px;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 16px;
}
#latest_footwear h5 {
	color: #FFFFFF;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 12px;
}
#latest_footwear img {
	display: block;
	height: 145px;
	margin-left: auto;
	margin-right: auto;
	width: 174px;
}
#latest_footwear .product {
	margin-bottom: 8px;
}
#latest_footwear .product h5 {
	color: #999999;
	margin-bottom: 3px;
}

/* News item summaries */
.news_item_summary {
	margin-top: 12px;
}
.news_item_summary p a {
	color: #D42023;
	display: block;
	float: right;
	font-weight: bold;
}

/* Homepage competiton */
.money_box {
	margin-left: 32px;
	margin-top: 21px;
}

/* Newsletter signup */
#newsletter_signup input {
	margin-top: 6px;
}
#newsletter_signup input#newsletter_signup_go {
	float: right;
	margin-top: 10px;
}

/* Homepage banner rotator */
#homepage_banner {
	height: 375px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 690px;
}
#homepage_banner_inner {
	position: absolute;
	width: 1400px;
}

/* Category */
#content .category {
	display: block;
	float: left;
	height: 135px;
	margin-bottom: 40px;
	margin-right: 18px;
	text-align: center;
	width: 218px;
}
#content .category.last {
	margin-right: 0px;
}
#content .category img {
	border-bottom: 1px solid #666666;
	display: inline-block;
	height: 99px;
	margin-bottom: 7px;
	padding-bottom: 10px;
	width: 218px;
}

/* Style */
#content .style {
	display: block;
	float: left;
	height: 135px;
	margin-bottom: 40px;
	margin-right: 18px;
	text-align: center;
	width: 218px;
}
#content .style.last {
	margin-right: 0px;
}
#content .style img {
	border-bottom: 1px solid #666666;
	display: inline-block;
	height: 99px;
	margin-bottom: 7px;
	padding-bottom: 10px;
	width: 218px;
}

/* Product */
#content .product {
	display: block;
	float: left;
	height: 216px;
	margin-bottom: 40px;
	margin-right: 18px;
	text-align: center;
	width: 218px;
}
#content .product.last {
	margin-right: 0px;
}
#content .product img {
	border-bottom: 1px solid #666666;
	display: block;
	height: 180px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	width: 216px;
}
#content .product h6 span.colour,
#content .product h6 a span.colour,
#content .product h6 a:link span.colour,
#content .product h6 a:visited span.colour,
#content .product h6 a:hover span.colour,
#content .product h6 a:active span.colour {
	color: #666666;
}
#content .product p a,
#content .product p a:link,
#content .product p a:visited,
#content .product p a:hover,
#content .product p a:active {
	color: #666666;
	font-size: 1.08em;
}

#content .product p {
	color: #666666;
	font-size: 1.08em;
}

#content .paging {
	text-align: center;
}

/* Breadcrumbs */
.breadcrumbs li {
	font-size: 0.92em;
	float: left;
}
.breadcrumbs li.separator {
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* Product sort select */
h1.products_title {
	float: left;
}
div.products_sort {
	float: right;
}
select#product_sort,
select#product_sort option {
	font-size: 12px;
}

/* Product detail page */
#product_detail .left {
	float: left;
	width: 455px;
}
#product_detail .right {
	float: right;
	width: 218px;
}
#product_detail #main_image,
#product_detail .main_image {
	display: block;
	height: 325px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 390px;
}

/* Other Views panel */
#product_detail #other_views {
	border-bottom: 1px solid #666666;
	margin-bottom: 14px;
	padding-bottom: 18px;
}
#product_detail #other_views h6 {
	color: #D42023;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 10px;
}
#product_detail #other_views img {
	display: block;
	float: left;
	height: 90px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 108px;
}
#product_detail #other_views img.last {
	margin-right: 0px;
}

/* Other Views panel */
#product_detail #recently_viewed {
	margin-bottom: 14px;
	padding-bottom: 18px;
}
#product_detail #recently_viewed h6 {
	color: #D42023;
	font-size: 1.08em;
	font-weight: bold;
	margin-bottom: 10px;
}
#product_detail #recently_viewed img {
	display: block;
	float: left;
	height: 90px;
	margin-bottom: 7px;
	margin-right: 7px;
	width: 108px;
}
#product_detail #recently_viewed img.last {
	margin-right: 0px;
}

/* Product Details */
#product_detail #details p.price {
	font-size: 1.64em;
	font-weight: bold;
}
#product_detail #details .basic {
	border-bottom: 1px solid #666666;
	margin-bottom: 21px;
	padding-bottom: 21px;
}

#product_detail #details #add_to_basket {
	border-bottom: 1px solid #666666;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#product_detail #details #add_to_basket select {
	margin-bottom: 7px;
	width: 130px;
}

/* Detail Tabs */
#product_detail #details .product_tab {
	background-color: #666666;
	margin-bottom: 12px;
	padding-bottom: 18px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 18px;
}
#product_detail #details .product_tab p {
	color: #CCCCCC;
	font-weight: bold;
}

#product_detail #details .wishlist a,
#product_detail #details .wishlist a:link,
#product_detail #details .wishlist a:visited,
#product_detail #details .wishlist a:hover,
#product_detail #details .wishlist a:active {
	color: #D42023;
	font-size: 1.08em;
	font-weight: bold;
}

/* Shopping Basket Detail page */
#basket_detail p.empty {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
#basket_detail #basket_contents thead th {
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 1.08em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#basket_detail #basket_contents thead th.image {
	width: 186px;
}
#basket_detail #basket_contents thead th.details {
	width: 146px;
}
#basket_detail #basket_contents thead th.quantity {
	width: 132px;
}
#basket_detail #basket_contents thead th.remove {
	width: 80px;
}
#basket_detail #basket_contents thead th.price {
	text-align: center;
	width: 145px;
}
#basket_detail #basket_contents tbody td {
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	padding-top: 25px;
	vertical-align: top;
}
#basket_detail #basket_contents tbody td img {
	height: 90px;
	width: 108px;
}
#basket_detail #basket_contents tbody td p.price {
	text-align: right;
	width: 100%;
}
#basket_detail #basket_contents tfoot td {
	padding-bottom: 25px;
	padding-top: 18px;
}
#basket_detail #basket_contents tfoot td li {
	float: left;
	overflow: hidden;
	text-align: right;
	width: 70px;
}

/* Checkout - Billing & Delivery fields Common */
#checkout_billing_and_delivery_billing_fields {
	float: left;
	width: 237px;
	margin-bottom: 45px;
}
#checkout_billing_and_delivery_delivery_fields {
	float: left;
	width: 453px;
	margin-bottom: 45px;
}
#checkout_billing_and_delivery_fields h6 {
	border-bottom: 1px solid #666666;
	color: #333333;
	margin-bottom: 13px;
	padding-bottom: 8px;
	width: 100%;
}
#checkout_billing_and_delivery_fields address {
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
#checkout_billing_and_delivery_fields p {
	color: #333333;
	font-weight: bold;
}
#checkout_billing_and_delivery_fields p a,
#checkout_billing_and_delivery_fields p a:link,
#checkout_billing_and_delivery_fields p a:visited,
#checkout_billing_and_delivery_fields p a:hover,
#checkout_billing_and_delivery_fields p a:active {
	color: #D42023;
	font-weight: bold;
}

/* Checkout - Billing & Delivery information */
#checkout_billing_and_delivery input.text {
	margin-bottom: 6px;
	width: 220px;
}
#checkout_billing_and_delivery #checkout_billing_and_delivery_copy_details {
	float: left;
}
#checkout_billing_and_delivery label.checkbox {
	float: left;
	margin-left: 7px;
	width: 190px;
}

/* Checkout - Order Summary */
#basket_detail #basket_contents tbody td img {
	height: 90px;
	width: 108px;
}

/* Checkout - Payment & Postage Options */
#postage_and_payment_postage_fields {
	margin-bottom: 10px;
}
#postage_and_payment_postage_fields thead th {
	color: #333333;
	font-size: 1.08em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#postage_and_payment_postage_fields thead th.title {
	width: 193px;
}
#postage_and_payment_postage_fields thead th.when_delivered {
	width: 325px;
}
#postage_and_payment_postage_fields thead th.radio {
	width: 26px;
}
#postage_and_payment_postage_fields thead th.price {
	text-align: center;
	width: 146px;
}
#postage_and_payment_postage_fields tbody td {
	border-top: 1px solid #666666;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}
#postage_and_payment_postage_fields tbody td p.price {
	text-align: center;
	width: 100%;
}

#postage_and_payment_payment_fields {
	margin-top: 15px;
	margin-bottom: 10px;
}
#postage_and_payment_payment_fields thead th {
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 1.08em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#postage_and_payment_payment_fields thead th.title {
	width: 518px;
}
#postage_and_payment_payment_fields thead th.radio {
	width: 172px;
}
#postage_and_payment_payment_fields tbody td {
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	padding-top: 10px;
	vertical-align: top;
}

#postage_and_payment_card_fields {
	margin-top: 15px;
}
#postage_and_payment_card_fields .left {
	float: left;
	width: 237px;
}
#postage_and_payment_card_fields .right {
	float: left;
	width: 237px;
}
#postage_and_payment_card_fields input,
#postage_and_payment_card_fields select {
	width: 220px;
}

#postage_and_payment_card_fields select#postage_and_payment_card_expiry_month {
	float: left;
	width: 88px;
}
#postage_and_payment_card_fields select#postage_and_payment_card_expiry_year {
	width: 88px;
}

/* Order receipt */
#order_thank_you {
	float: left;
	width: 237px;
	margin-bottom: 45px;
}
#order_billing_fields {
	float: left;
	width: 237px;
	margin-bottom: 45px;
}
#order_delivery_fields {
	float: left;
	width: 216px;
	margin-bottom: 45px;
}
#order_thank_you h6.underline,
#order_billing_fields h6,
#order_delivery_fields h6 {
	border-bottom: 1px solid #666666;
	color: #333333;
	margin-bottom: 13px;
	padding-bottom: 8px;
	width: 100%;
}
#order_billing_fields address,
#order_delivery_fields address {
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
#order_billing_fields p,
#order_delivery_fields p {
	color: #333333;
	font-weight: bold;
}
#order_thank_you h6 {
	color: #D42023;
}
#order_thank_you p {
	color: #333333;
}

/* Login Form */
#login {
	float: left;
	margin-right: 18px;
	margin-top: 30px;
	width: 220px;
}
#login h6 {
	color: #D42023;
	font-size: 1.27em;
	font-weight: bold;
	margin-bottom: 7px;
}
#login p {
	margin-bottom: 13px;
}
#login input.password,
#login input.text {
	width: 220px;
}
#login input.image {
	float: right;
}

/* Registration Form */
#registration {
	float: left;
	margin-right: 18px;
	margin-top: 30px;
	width: 220px;
}
#registration h6 {
	color: #D42023;
	font-size: 1.27em;
	font-weight: bold;
	margin-bottom: 7px;
}
#registration p {
	margin-bottom: 13px;
}
#registration input.password,
#registration input.text {
	width: 220px;
}
#registration input.image {
	float: right;
}

/* Unauthorized Access Page */
#unauthorized_button {
	float: right;
}

/* My Account Page */
#my_account .section {
	border-top: 1px solid #666666;
	padding-bottom: 15px;
	padding-top: 26px;
}
#my_account .section.last {
	border-bottom: 1px solid #666666;
}
#my_account .section h2 {
	color: #333333;
	font-size: 1.64em;
	font-weight: normal;
	margin-bottom: 13px;
}
#my_account .section p {
	float: left;
}
#my_account .section img {
	float: right;
}

/* My Profile Form */
#my_profile h6 {
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 1.27em;
	font-weight: bold;
	margin-bottom: 13px;
	padding-bottom: 11px;
	width: 100%;
}
#my_profile p {
	margin-bottom: 13px;
}
#my_profile input.password,
#my_profile input.text {
	width: 220px;
}

/* Order History */
#order_history {
}
#order_history thead th {
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 1.08em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#order_history thead th.id {
	width: 150px;
}
#order_history thead th.date {
	width: 150px;
}
#order_history thead th.value {
	width: 150px;
}
#order_history thead th.status {
	width: 150px;
}
#order_history thead th.action {
	width: 90px;
}
#order_history tbody td {
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 1.08em;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 20px;
	vertical-align: top;
}

#order_history tbody td.actions a,
#order_history tbody td.actions a:link,
#order_history tbody td.actions a:visited,
#order_history tbody td.actions a:hover,
#order_history tbody td.actions a:active {
	color: #D42023;
}

/* Wishlist */
#wishlist_detail p.empty {
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
}
#wishlist_contents thead th {
	border-bottom: 1px solid #666666;
	color: #333333;
	font-size: 1.08em;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}
#wishlist_contents thead th.image {
	width: 186px;
}
#wishlist_contents thead th.details {
	width: 146px;
}
#wishlist_contents thead th.remove {
	width: 80px;
}
#wishlist_contents thead th.price {
	text-align: center;
	width: 115px;
}
#wishlist_contents thead th.action {
	width: 163px;
}
#wishlist_contents tbody td {
	border-bottom: 1px solid #666666;
	padding-bottom: 10px;
	padding-top: 25px;
	vertical-align: top;
}
#wishlist_contents tbody td img {
	height: 90px;
	width: 108px;
}
#wishlist_contents tbody td p.price {
	text-align: right;
	width: 100%;
}
#wishlist_contents tbody td.action {
	text-align: right;
}

/* Product Autocomplete */
.autocomplete_product {
	background-color: #000000;
	padding: 2px;
	width: 160px;
	z-index: 1000;
}
.autocomplete_product img {
	float: right;
	height: 40px;
	width: 48px;
}

/* Contact Us Form */
#contact_us p {
	margin-bottom: 13px;
	width: 220px;
}
#contact_us input.text,
#contact_us textarea {
	width: 220px;
}

#contact_us input.image {
	margin-left: 130px;
}

/* Customer Login page */
.customer_login #login {
	border-right: 1px dashed #666666;
	margin-right: 0px;
	margin-top: 0px;
	padding-right: 8px;
}
.customer_login .middle {
	border-right: 1px dashed #666666;
	float: left;
	height: 190px;
	padding-left: 8px;
	padding-right: 8px;
	position: relative;
	width: 215px;
}
.customer_login .right {
	float: right;
	height: 190px;
	position: relative;
	width: 215px;
}
.customer_login .button {
	bottom: 0px;
	position: absolute;
	right: 8px;
}
.customer_login h6 {
	color: #D42023 !important;
	font-size: 1.27em !important;
	font-weight: bold !important;
	margin-bottom: 7px !important;
}
.customer_login p {
	margin-bottom: 13px !important;
}

/* Blog Articles */
ul.blog_articles li {
	margin-bottom: 25px;
}
ul.blog_articles li h3 {
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 13px;
}
ul.blog_articles li p.article_link {
	margin-top: 3px;
	text-align: right;
	width: 100%;
}
ul.blog_articles li p.article_link a,
ul.blog_articles li p.article_link a:link,
ul.blog_articles li p.article_link a:visited,
ul.blog_articles li p.article_link a:hover,
ul.blog_articles li p.article_link a:active {
	color: #D42023;
	font-weight: bold;
}

/* Blog Article Detail */
#article_detail h3 {
	color: #333333;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 13px;
}

/* Recent Blog Articles */
ul.blog_articles_recent {
}
ul.blog_articles_recent li {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 9px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 11px;
}
ul.blog_articles_recent li:last-child {
	border-bottom: 0px none #FFFFFF;
}
ul.blog_articles_recent li p,
ul.blog_articles_recent li p a,
ul.blog_articles_recent li p a:link,
ul.blog_articles_recent li p a:visited,
ul.blog_articles_recent li p a:hover,
ul.blog_articles_recent li p a:active {
	color: #666666;
}

/* Blog Listing page */
#content.blog_listing ul.blog_articles {
	width: 455px;
}

/* Blog Article Detail page */
#content.blog_article #article_detail {
	float: left;
	width: 455px;
}
#content.blog_article .recent_posts {
	float: right;
	width: 218px;
}
#content.blog_article .recent_posts h3 {
	color: #D42023;
	font-size: 1.17em;
	font-weight: bold;
	margin-bottom: 6px;
}

/* Product Detail Main Images */
#image_carousel_frame {
	height: 325px;
	overflow: hidden;
	position: relative;
	width: 390px;
	z-index: 0;
}
#image_carousel_frame #image_carousel {
	height: 325px;
	left: 0px;
	position: absolute;
	width: 2500px;
	z-index: -5;
}
#image_carousel_frame #image_carousel embed,
#image_carousel_frame #image_carousel img,
#image_carousel_frame #image_carousel object {
	display: block;
	float: left;
	height: 325px;
	overflow: hidden;
	width: 390px;
	z-index: -10;
}

/* Footer Award Logo */
#footer a.award {
	display: block;
	margin-top: 8px;
}
#footer a.award img {
	display: block;
}

/* Homepage column heading spacing */
div#content.homepage div.col_3 h5 {
	margin-bottom: 13px;
}

/* Logo Carousel */
#homepage_logo_carousel img {
	height: 44px;
	width: 70px;
}

/* Brand */
#content .brand {
	display: block;
	float: left;
	height: 44px;
	margin-bottom: 16px;
	margin-right: 18px;
	width: 70px;
}
#content .brand.last {
	margin-right: 0px;
}
#content .brand img {
	display: inline-block;
	height: 44px;
	width: 70px;
}

/* Contact Us Page */
div#content.contact div.left {
	float: left;
	width: 220px;
}
div#content.contact div.right {
	float: right;
	width: 454px;
}
div#content.contact div.right div#map {
	height: 250px;
	width: 454px;
}
div#content.contact div.right div#map img {
	display: block;
	height: 250px;
	width: 454px;
}
div#content.contact div.right address {
	float: right;
	margin-top: 16px;
	overflow: hidden;
	font-style: normal;
}
div#content.contact div.right address span.red {
	color: #D42023;
}

/* List with Bullets */
ul.list_with_bullets li {
	padding-bottom: 1em;
	padding-left: 1em;
	position: relative;
}
ul.list_with_bullets li div.bullet {
	background-image: url('../image/bullet.jpg');
	background-position: 0px 0.5em;
	background-repeat: no-repeat;
	display: block;
	height: 1em;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 1em;
}
ul.list_with_bullets li div.bullet.custom_bullet {
	background-image: none;
	font-size: 1em;
}

div.per_page {
	float: right;
	margin-left: 10px;
}