
/* Category Page */

.category-list {
	text-align: center;
	}

.category-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.category-list li {
	float: left;
	position: relative;
	margin: 5px 5px;
	padding: 5px 5px;
	width: 180px;
	height: 250px;
	}

.category-list a.title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	width: 170px;
	color: #fff;
	font-weight: bold;
	background-color: #ccc;
	text-transform: uppercase;
	text-align: right;
	}

.category-list img.polaroid {
	padding: 10px 10px;
	background-color: #f9faff;
	border-left: 3px solid #505050;
	border-bottom: 3px solid #505050;
	}
	
.category-list li div.canvas-wrapper {
	position: absolute;
	top: 0;
	left: 5px;
	}

/* Subcategory Page */

h3.category-subtitle {
	clear: both;
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
	color: #f9c;
	border-bottom: 1px solid #ccc;
	}

.product-list .featured-product-box,
.product-list .product-box {
	float: left;
	margin-right: 8px;
	padding-bottom: 10px;
	width: 115px;
	height: 220px;
	}

.product-list .featured-product-box {
	position: relative;
	margin-right: 5px;
	width: 145px;
	height: 215px;
	}

.product-box img {
	margin-bottom: 3px;
	border: 1px solid #999;
	}

.featured-product-box div.canvas-wrapper {
	position: absolute;
	top: 0;
	left: 2px;
	}

.featured-product-box .details {
	position: absolute;
	width: 100%;
	top: 165px;
	left: 0;
	}
.product-box .details {
	height: 66px;
}
.featured-product-box .details .name,
.product-box .details .name {
	display: block;
	text-align: right;
	padding: 2px 5px;
	height: 24px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #ccc;
	}

.featured-product-box .details .name {
	padding: 3px 5px;
	}

.featured-product-box .details .name a:link,
.featured-product-box .details .name a:visited,
.featured-product-box .details .name a:active,
.product-box .details .name a:link,
.product-box .details .name a:visited,
.product-box .details .name a:active {
	color: #fff;
	}

.featured-product-box .details .name a {
	display: block;
	width: 100%;
	}

.featured-product-box .details .name a:focus,
.featured-product-box .details .name a:hover {
	text-decoration: underline;
	}

.product-box .details .name a:focus,
.product-box .details .name a:hover {
	text-decoration: none;
	color: #eee;
	}

.featured-product-box .details .price,
.product-box .details .price {
	clear: left;
	display: block;
	padding-top: 2px;
	font-weight: bold;
	color: #666;
	}

.product-box .details .price {
	font-size: 10px;
	}

.featured-product-box .details .view,
.product-box .details .view {
	clear: left;
	display: block;
	padding-top: 2px;
	}

.featured-product-box .details .price,
.featured-product-box .details .view {
	padding-left: 5px;
	}

.featured-product-box .details a:link,
.featured-product-box .details a:visited,
.featured-product-box .details a:active,
.product-box .details a:link,
.product-box .details a:visited,
.product-box .details a:active {
	color: #666;
	}

/* Product Page */

#product-price {
	clear: left;
	color: #ec008c;
	font-weight: bold;
	}

#product-manufacturer-title {
	clear: left;
	float: left;
	margin-top: 0;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
	overflow: hidden;
	}

#product-image {
	width: 272px;
	height: 362px;
	text-align: center;
	overflow: hidden;
	margin-top: 6px;
	}
	
#side-block {
	clear: right;
	float: right;
	margin: 0 0 5px 10px;
	width: 272px;
}

#product-image img {
	border: 1px solid #999;
	}

#product-description {
	padding: 10px 0;
	}

div.related-products {
	clear: left;
	}

.related-products img,
#product-images img {
	margin: 2px 2px;
	border: 1px solid #999;
	}

img#icon-enlarge {
	padding-left: 5px;
	vertical-align: middle;
	border: none;
	}

select#productId {
	min-width: 180px;
	}

.add-cart-button {
	color: #000;
	visibility: visible;
	display: block;
	}

#sizing-chart {
	float: left;
	}

/* Checkout Status */

ul#checkout-position {
	list-style-type: none;
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 5px 0;
	width: inherit;
	border: 1px solid #f9c;
	border-left: none;
	border-right: none;
	}

#checkout-position li {
	display: inline;
	padding: 0 20px;
	text-transform: uppercase;
	}

#checkout-position li.active {
	font-weight: bold;
	}

/* Cart List */

div#cart-list.empty p {
	font-style: italic;
	color: #ec008c;
	}

table#account-orders-list,
table#order-products,
table#cart-list {
	margin: 10px 0;
	width: 100%;
	}


table#account-orders-list thead tr,
table#account-orders-list tr th,
table#order-products thead tr,
table#order-products tr th,
table#cart-list thead tr,
table#cart-list tr th {
	background: none;
	}

table#account-orders-list thead th,
table#order-products thead th,
table#cart-list thead th {
	padding-bottom: 10px;
	}

table#account-orders-list th,
table#order-products th,
table#cart-list th {
	color: #666;
	text-transform: uppercase;
	}

table#account-orders-list tbody td,
table#order-products tbody td,
table#cart-list tbody td {
	text-align: center;
	}

#order-products .cart-item-code,
#cart-list .cart-item-code {
	color: #f9c;
	font-weight: bold;
	text-transform: uppercase;
	}

#cart-list .cart-item-image {
	display: block;
	float: left;
	text-align: left;
	padding-right: 10px;
	padding-bottom: 3px;
	}

#cart-list .cart-item-image img {
	border: 1px solid #999;
	}

#order-products .cart-item-code,
#order-products .cart-item-name,
#order-products .cart-item-options,
#cart-list .cart-item-code,
#cart-list .cart-item-name,
#cart-list .cart-item-options {
	display: block;
	text-align: left;
	}

#order-products .total-row,
#cart-list .total-row {
	color: #666;
	font-weight: bold;
	text-align: right;
	}

.cart-step-heading h4 {
	clear: both;
	margin: 0 0 5px 0;
	padding: 10px 0 5px 0;
	color: #f9c;
	border-bottom: 1px solid #ccc;
	}

.cart-step-heading-disabled {
	visibility: hidden;
	display: none;
	}

/* Checkout */

img#previous-page {
	margin: 2px 0;
	}

#checkout-buttons {
	position: relative;
	clear: left;
	padding-top: 10px;
	}

input.button-calculate,
#checkout-buttons input {
	margin: 0;
	padding-bottom: 0;
	vertical-align: text-bottom;
	border: none;
	}

#checkout-buttons input {
	padding-left: 10px;
	}

#checkout-buttons a img{
	padding: 2px 3px 0 0;
	vertical-align: bottom;
	}

#checkout-buttons span.or {
	display: none;
	}

#checkout-customer-account input#password {
	margin-right: 5px;
	}

.address-country strong,
.address-postcode strong {
	float: left;
	padding: 5px 0 0 2px;
	}

.cart-shipping-method input,
input#button-complete,
input#button-payment,
#different_billing_address {
	border: none;
	}

p.address-new-text {
	clear: left;
	padding-left: 135px;
	}

p.address-country,
p.address-wrong-address {
	clear: left;
	margin-top: 10px;
	}

textarea#additional_comments {
	width: 250px;
	height: 60px;
	}

.customer-order-address,
#checkout-order-summary-delivery,
#checkout-order-summary-billing {
	float: left;
	width: 360px;
	margin: 5px 3px;
	padding: 5px 5px;
	}

#checkout-order-summary-delivery label,
#checkout-order-summary-billing label {
	clear: left;
	margin: 0;
	padding: 0 5px 0 0;
	width: 80px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
	}

#checkout-order-summary-comments {
	clear: both;
	padding: 5px 0;
	}

#checkout-order-summary-comments label {
	margin: 0 0 5px 0;
	padding: 5px 0;
	width: auto;
	}

#card-cvc-example {
	float: right;
	}

#checkout-payment-details {
	clear: left;
	float: left;
	width: 450px;
	}
#cc_type_label {
	display: block;
	padding: 5px 0;
}
.cart-checkout-login label {
	width: auto;
	}

#checkout-codes {
	clear: left;
	color: #999;
	}

input#discount_code {
	margin-left: 9px;
	width: 80px;
	}

input#credit_code {
	width: 80px;
	}

#checkout-codes label {
	float: none;
	width: auto;
	}

#customer-login-form label,
#checkout-payment-details label {
	clear: left;
	}

span.required-field {
	color: #f9c;
	}

#checkout-payment-details label.radio {
	clear: none;
	margin-right: 10px;
	width: auto;
	padding-bottom: 5px;
	}

#checkout-payment-details label.radio input {
	border: none;
	margin: 0;
	}

#checkout-payment-number {
	clear: left;
	}

input#cc_security {
	width: 40px;
	}
	
#checkout-payment-paypalform {
	clear: left;
	padding-left: 130px;	
}
#checkout-payment-details label.paypal {
	clear: left;
	padding-left: 135px;
}
	

p.footnote {
	font-style: italic;
	color: #ccc;
	}

/* Custom Category Titles */

h1#category-shop_by_designer {
	margin: 0 0 10px 15px;
	padding: 0;
	height: 90px;
	text-indent: -1000px;
	background: url('/common/graphics/category-shop_by_designer.gif') top left no-repeat;
	}

h1#category-shop_by_silhouette {
	margin: 0 0 10px 15px;
	padding: 0;
	height: 75px;
	text-indent: -1000px;
	background: url('/common/graphics/category-shop_by_silhouette.gif') top left no-repeat;
	}

h1#category-shop_by_occasion {
	margin: 0 0 10px 15px;
	padding: 0;
	height: 70px;
	text-indent: -1000px;
	background: url('/common/graphics/category-shop_by_occasion.gif') top left no-repeat;
	}

h1#category-shop_by_trend {
	margin: 0 0 10px 15px;
	padding: 0;
	height: 75px;
	text-indent: -1000px;
	background: url('/common/graphics/category-shop_by_trend.gif') top left no-repeat;
	}

h1#category-shop_by_size {
	margin: 0 0 10px 15px;
	padding: 0;
	height: 90px;
	text-indent: -1000px;
	background: url('/common/graphics/category-shop_by_size.gif') top left no-repeat;
	}

/* addtocart alert */

#product-alert {
	float: left;
	clear: left;
	margin: 5px 0;
	padding: 3px 7px;
	width: 300px;
	border: 1px solid #ec008c;
	}

#product-alert h4 {
	margin: 5px 0;
	}

p#popup-product-name {
	float: left;
	padding-right: 3px;
	font-weight: bold;
	}

#product-additional-buttons {
	text-align: right;
	height: 23px;
}
