p#freeShipping {
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f9f9f9;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

p#freeShipping span {
	padding-left: 32px;
	background: url(images/truck.png) no-repeat 10px;
}

/* @group Registry */



.registryOptions {
	padding: 5px;
	font-size: 11px;
	color: #666;
	text-align: center;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f9f9f9;
	margin-bottom: 20px;
}

.registryOptions label {
	margin-right: 10px;
}

td.itemAdded {
	color: #666;
}

#registry {
	border-bottom: 1px solid #CCC;
	margin: 10px 0 20px;
}

#registry td.itemAdd, #registry th.itemAdd {
	text-align: center;
}


#registry td.itemNote {
	padding-left: 20px;
	background: url(images/comment.gif) no-repeat 5px 2px;
	border-color: #FFF;
	padding-top: 0;
}

#registry td.itemNote.view {
	padding-left: 60px;
	background-position: 45px 2px;
}

td.itemNote a {
	font-size: 10px;
	margin-left: 5px;
}

td.itemNote input.formText {
	width: 90%;
	font-size: 11px;
	line-height: 12px;
	padding: 2px;
}

.registryNotify {
	margin: 20px 0;
}

.registryNotify h3 {
	margin-bottom: 10px;
}

h3.success {
	padding-left: 20px;
	background: url(images/tick.png) no-repeat;
	color: #A90DA2;
}

ul.registries {
	margin-top: 10px;
}

ul.registries a {
	font-weight: bold;
}

/* @end */

/* @group Customer Accounts */

fieldset {
	padding: 20px 20px 10px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
}

legend {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #999;
	margin-bottom: 10px;
}

.account div.row label, .account div.row p.label {
	width: 190px;
	font-size: 12px;
}

.account div.row input, .account div.row textarea, .account div.row select {
	margin-left: 210px;
}

.account div.row input.formText, .account div.row textarea.formText {
	width: 390px;
}

.account p.formHint {
	margin-left: 210px;
}

.accountButton {
	margin-left: 230px;
}

fieldset .accountButton {
	margin-left: 210px;
}

div.row label.block {
	float: none;
	display: block;
	font-weight: normal;
	width: auto;
	padding: 5px 0 0;
}

div.row label.block input {
	display: inline;
}

.account .row label.radio {
	float: none;
	display: block;
	margin: 0 0 5px 210px;
	width: auto;
	font-weight: normal;
}

.account .row label.radio input {
	margin: 0 5px 0 0;
	display: inline;
}

/* @end */

/* @group Basket */

p.empty {
	padding: 5px;
	color: #666;
	text-align: center;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background: #f9f9f9;
}

table.basket {
	width: 658px;
	border: 1px solid #CCC;
	border-width: 0px 1px 1px;
}

.basket th, .basket td {
	padding: 3px 5px;
	text-align: left;
	border-top: 1px solid #CCC;
	font-size: 12px;
	line-height: 16px;
}

.basket th {
	background: #f9f9f9;
	color: #999;
}

th.itemName {
	width: 350px;
	font-weight: bold;
}

td.itemName a {
	font-weight: bold;
}

td.itemAttr {
	color: #666;
}

td.itemPrice, td.itemAttrPrice {
	color: #666;
}

th.itemQuantity, td.itemQuantity {
	text-align: center;
}

input.itemQuantity {
	color: #666;
	text-align: center;
}

td.itemQuantity input[type=image] {
	position: relative;
	top: 3px;
}

td.itemAttr, td.itemAttrPrice, td.itemAttrTotal, td.empty {
	border-color: #FFF;
	padding-top: 0;
}

td.basketChargeDesc, td.basketTotalDesc {
	color: #666;
	text-align: right;
	padding-right: 10px;
}

td.basketTotalDesc strong {
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
}

td.basketTotal {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

td.itemRemove {
	width: 16px;
	text-align: center;
}


.basketNext, .regBtns {
	text-align: center;
	margin: 20px 0;
}

.regBtns img, .regBtns input {
	display: inline;
	margin: 0 20px;
}

.basketNext img {
	margin: 0 20px;
}

/* @end */

/* @group Product List */

ul.products li {
	width: 200px;
	height: 260px;
	padding: 10px;
	text-align: center;
	float: left;
	color: #666;
	font-size: 12px;
	background-image: none;
	margin: 0 0 20px;
	border-top: 1px dotted #CCC;
}

.thumbnail {
	height: 210px;
	width: 185px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

ul.products img {
	margin-bottom: 10px;
}


/* @end */


/* @group Product Display */

.productImages {
	width: 302px;
	float: left;
}

.productImage {
	width: 300px;
	height: 300px;
	border: 1px solid #CCC;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

ul.productThumbs {
	margin: 10px 0 0;
}

ul.productThumbs li {
	width: 94px;
	height: 94px;
	float: left;
	display: inline;
	margin: 0 10px 10px 0;
	background-image: none;
	padding: 0;
}

ul.productThumbs li.end {
	margin-right: 0;
}

ul.productThumbs a {
	display: block;
	border: 1px solid #CCC;
}

ul.productThumbs a:hover {
	border-color: #999;
}

ul.productThumbs li a.active {
	border-color: #666;	
}

#sharethis_0 {
	display: block;
	margin: 0 0 1em;
	font-weight: bold;
}

.productInfo {
	margin-left: 340px;
}

.productInfo h2 {
	margin-bottom: 5px;
}

.breadcrumbs {
	font-size: 11px;
	line-height: 14px;
	color: #666;
	margin-bottom: 1.5em;

}

.breadcrumbs p {
	margin: 0;
}

p.productPrice {
	font: normal 36px/38px Georgia, Palatino, serif;
	color: #A90DA2;
	margin: 0 0 0 100px;
}

p.productBasket {
	color: #999;
	font-weight: bold;
}

div.prodOptions {
	border: 1px solid #CCC;
	background-color: #f9f9f9;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.attr {
	padding: 10px;
	border-bottom: 1px solid #CCC;
}


p.label, .attr label {
	width: 90px;
	float: left;
	font-weight: bold;
}

.radio label, .attr select, .checkbox label, .attr .formText {
	display: block;
	width: auto;
	float: none;
	font-weight: normal;
}


.radio label, .attr select, .text input, .memo textarea {
	margin-left: 100px;
}

.attr select, .attr .formText {
	width: 180px;
}

.add {
	padding: 10px 10px 10px 110px;
}

.required {
	color: #A90DA2;
}

h3.related {
	margin: 20px 0 10px 0;
}

ul.related {
	font-size: 12px;
	color: #666;
}

ul.related a {
	font-weight: bold;
}

ul.related li {
	background-image: none;
	margin: 0;
	padding: 0;	
}

/* @end */

/* @group Checkout */

.checkoutBtn {
	text-align: center;
	padding: 10px 0;
}

div.checkout, a.checkout {
	width: 180px;
	min-height: 220px;
	padding: 10px 19px;
	float: left;
	display: inline;
	text-align: center;
	color: #666;
}

.checkout.create {
	border: 1px dotted #CCC;
	border-width: 0px 1px;
}

a.checkout {
	display: block;
}

a.checkout:hover {
	text-decoration: none;
	color: #000;
}


.checkout h3, .checkout strong {
	color: #A90DA2;
}

.checkout strong {
	display: block;
	margin: 0 0 20px;
	font-size: 16px;
}

.checkout label {
	display: block;
	text-align: left;
	font-size: 12px;
}

.checkout .formText {
	width: 170px;
}

.checkout div {
	padding: 2px 0;
}

p.checkoutOptions {
	text-align: center;
	font-size: 12px;
	margin: 1em 0;
}

p.checkoutOptions label {
	margin-right: 10px;
}

label#sameAddrLabel {
	display: none;
}


h3.checkout {
	margin-bottom: 10px;
}

table#basket {
	margin-bottom: 20px;
}

#basket th.itemName {
	width: 450px;
}

div.address {
	width: 288px;
	padding: 10px;
	float: left;
	border: 1px solid #CCC;
	background-color: #f9f9f9;
	font-size: 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 20px;
}

div.address.ship {
	margin-right: 40px;
	display: inline;
}

div.address p {
	margin: 0;
}

table#addend {
	margin: 20px auto;
}

table#addend td {
	text-align: center;
	font-size: 12px;
}

div.checkoutAddendum {
	margin-bottom: 20px;
}

#coupsNcerts {
	font-size: 12px;
}

#coupsNcerts br {
	display: none;
}


#coupsNcerts input.formText {
	width: 300px;
}

.account p.error, .account span.error {
	display: block;
	color: red;
	margin-left: 210px;
	padding-left: 20px;
	background: url(images/error.png) no-repeat left top;
}

fieldset.mc {
	background: url(images/mc_icon.jpg) no-repeat 170px 48px;
}

fieldset.visa {
	background: url(images/visa_icon.jpg) no-repeat 170px 48px;
}

fieldset#payment legend {
	display: none;
}

fieldset#payment div.row select {
	display: inline;
	width: auto;
	margin: 0 20px;
}

fieldset#payment input {
	padding: 2px;
	color: #666;
	font: normal 12px/16px Arial, Hevetica, sans;
	width: 390px;

}

p.paymentCharges {
	margin: 0 0 0 210px;
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	color: #A90DA2;
}


/* @end */



/* @group Sidebar */

ul.basket, ul.shopCats {
	padding: 0 15px;
	font: normal 16px/20px Georgia, Palatino, serif;
}

ul.basket li {
	padding: 0 0 5px 20px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 5px;
}

span.basketInfo {
	display: block;
	font: normal 11px/14px Arial, Helvetica, sans;
	color: #666;
}

li#navBasket {
	background: #F9F9F9 url(images/basket.png) no-repeat left 2px;
}

li#navCheckout {
	background: url(images/basket_go.png) no-repeat left 2px;
}

li#navRegistry {
	background: url(images/registry.png) no-repeat left 2px;
}


ul.shopCats li {
	color: #333;
	line-height: 16px;
	padding: 3px 0;
}

ul.shopCats li a {
	color: #666;
}

ul.shopCats a:hover {
	text-decoration: none;
	color: #A90DA2;	
}

ul.shopCats li ul {
	margin-bottom: 0;
	padding: 5px 0 0 10px;
	font: normal 12px/18px Arial, Helvetica, sans;
}

span.count {
	font-size: 11px;
	color: #999;
}

ul.secondary {
	color: #666;
	font-size: 11px;
	padding: 10px 0;
	border: 1px solid #CCC;
	border-width: 1px 0;
	margin: 0 15px 15px;
}

li.customerLink a {
	font-weight: bold;
}

form#storeSearch, form#regSearch {
	margin: 0 15px;
}

form#regSearch {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

#sidebar form .formText {
	width: 180px;
	margin-bottom: 5px;	
}

/* @end */
