/* Class Styling */

.message {
	font-weight: bold;
}

.clear {
	clear = both;
}

/* shopping cart & checkout */

.module1 {
	float: left;
	margin: 1em 0;
	width: 320px;
	display: inline;
	}
	
.module2 {
	float: left;
	margin: 1em 0;
	width: 320px;
	display: inline;
	}
	
.module1 *:first-child,
.module2 *:first-child {
	margin-top: 0;
	}

.module1 h3, .module2 h3 {
	margin-bottom: 5px;
}
	
.formCheckbox,
.formRadio {
	margin: 0;
	padding: 0;
	vertical-align: middle;
	}
p .formCheckbox {
	margin: -.4em .5em 0 0;
	}
p .formRadio {
	margin: -.4em .5em 0 0;
	}
#cartContents {
	margin-bottom: 1em;
	}
#cartContents td.productDetails {
	padding-left: 80px;
	}
.cartProductImage {
	display: inline;
	float: left;
	margin: 0 0 0 -75px;
	}
.cartProductImage a img {
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 2px;
	width: 60px;
	}
.cartProductImage a:hover img {
	background: #eee;
	border: 1px solid #d5d5d5;
	padding: 2px;
	}

/* swapped from background to actual img button 

a.removeItem {
	background: url(../graphics/site/removeItem.gif) no-repeat 0 50%;
	height: 16px;
	padding-left: 20px;
	}
*/

a.removeItem {
	border: none;
}
	

/** Payment method Thumbs **/
	
/* original style
#acceptedCards img {
	margin-right: .5em;
	} */

#acceptedCards p {
	margin:15px 0 5px 0;
}

.payment_card_thumbscard {
	margin: 0;
	padding: 0;
}

.payment_card_thumbscard li {
	margin: 0 0.5em 0 0;
	padding: 0;
	list-style: none; 
	float: left;
	display: inline;
}

#shipping_wrapper {
	border: 1px solid #ccc;
	width: 230px;
}

#shipping_wrapper h3 {
	background-color: #FCE1F0;
	padding: 5px;
}

#shipping_wrapper p {
	padding: 5px;
	margin: 0;
}

/* cart totals */

#total {
	clear: both;
	margin: 0 0;
	padding: 0;
	font-size: 110%;
	}
#total dt {
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	line-height: 2.5em;
	}
#total dd {
	line-height: 2.5em;
	margin-top: -2.6em;
	text-align: right;
	}
#total .total {
	font-size: 1.2em;
	}
	
.actions {
	clear: both;
	margin:1em 0;
	}
	
.viewcart_actions, .reviewcart_actions {
	clear: both;
	margin:1em 0;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 5px;
	}
	
#order_box {
	clear: both;
	margin:0.5em 0;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	padding: 5px;
	}

/* review page */


.inline {
 display:inline;
 float:left;
 width:150px;
}

#review_address {
	width:195px;
	float:left;
}

#review_postage {
	float:left;
}

.reviewcart_actions .error {
     padding:5px;
    }


/*  sub-department navigation - content area */

#navSubDept {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #f7f7f7;
	margin-bottom: 10px;
}


#navSubDept ul {
	margin: 0;
	padding: 0;
}

#navSubDept ul li {
	list-style-type: none;	
	float: left;
	display: inline;
}

#navSubDept ul li a {
	margin: 3px;
	padding-right: 10px;
}

#navSubDept ul li a {
	border: none;
}

/*** Product List View ***/

#productheading {
	margin-left: 5px;
}

/* sort by options / attributes header */

#productSort h3 {
	clear: both;
	font-size: 1em;
	letter-spacing: 1px;
	margin: 1em 0 0 0;
	font-weight: bold;
	}
#productSort h3 a {
	color: #333;
	height: 2.7em;
	line-height: 2.7em;
	padding: .8em 10px;
	}
#productSort h3 a:hover {
	color: #555;
	}
#productSort h3 a.selected {
	background: #f7f7f7;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #f7f7f7;
	color: #111;
	}
#productSort h3 a span {
	color: #777;
	letter-spacing: normal;
	text-transform: none;
	}

/* sort container */

#productSort #productSortOptions {
	background: #f7f7f7;
	margin: 0 0 1em 0;
	padding: 5px;
	border: 1px solid #ccc;
	font-size: 11px;
	}

#productSortForm {
	margin: 0;
	padding:0;
}

/* sort options */

#productSort #productSortOptions .sortBlock {
	float: left;
	margin-right: 10px;
	width: 140px;
	}
#productSort #productSortOptions .sortBlock .formSelect {
	width: 140px;
	}
#productSort #productSortOptions .button {
	margin-top: 2.1em;
	}

/** Products List View **/

/* Product Image Styles */

.image a img {
	border: 1px solid #ccc;
}

.image a:hover image {
	border: 1px solid #eb80ac;
}

#imgGallery {
	width: 730px;
	margin: 5px 0 10px 0;
	padding: 0;text-align: center;
}

#imgGallery li {
	float: left;
	padding-left: 0;
	margin-right: 5px;
	display: inline;
}

#imgGallery li a img {
	padding: 1px;
	border: 1px solid #ccc;
}

#imgGallery li a img {
	padding: 1px;
	border: 1px solid #ccc;
}

#imgGallery li a:hover img {
	border: 1px solid #eb80ac;
}

.image_area {
	text-align: center;
}

.image_area a {
	width:150px;
	height: 150px;
	background-color: #000;
}

.image_area a img {
	background: #eee;
	padding: 2px;
	}
.image_area a:hover img {
	background: #eb80ac;
	padding: 2px;
	}



/* Recommend Products */

ul.recommended_products {
	margin: 10px 0;
}

ul.recommended_products li {
	float:left;
	list-style: none;
	margin-right: 35px;
	/*border: 1px solid #ccc;*/
	padding: 10px;
}

ul.recommended_products li a img {
	text-align: center;
	border: 1px solid #ccc;
}

ul.recommended_products li a:hover img {
	border: 1px solid #eb80ac;
}

ul.recommended_products li .price {
	margin: 0;
}

ul.recommended_products li .assoc_title {
	height: 50px;
	background-color: #f7f7f7;
}

/* Product Text */

.button_area {
	padding: 20px 0 0 0;
}

.price_txt {
	font-size: 14px;
	font-weight: normal;
	text-align: right;
	margin-right: 10px;
	color: #333;
}

.price_txt span {
	font-size: 12px;
}

.price_txt_left {
	font-size: 14px;
	margin:10px 10px 10px 0;
	color: #333;
}

.wishlist_left {	
	margin: 10px 0;
	padding-left: 20px;
	background: url(../layoutimages/heart_on_white.gif) no-repeat 0 50%;
	line-height: 16px;
}

.larger_left {
	margin: 10px 0;
	padding-left: 20px;
	background: url(../layoutimages/plus.gif) no-repeat 0 50%;
	line-height: 16px;

}

/** New Products **/

.products {
	margin:5px 0 20px 0;
}

.product_item {
	padding: 5px 0px;
	margin: 0px 0 1px 0;
	border-bottom: 1px dotted #ccc;
}

/** Old Products

ul.products {
	margin: 10px 0;
}

ul.products li {
	list-style: none;
	padding: 5px 0px;
	margin: 0px 0 1px 0;
	border-bottom: 1px dotted #ccc;
}

.products li:hover {
	background: #f7f7f7;
	}


.products li h3 {
	background: none;
	clear: left;
	font-size: 18px;
	line-height: 24px;
	padding: 5px;
	}
**/

.products #productDisplay {
	margin-top: 10px;
}

.products .addWishlist,
.products .addCompare {
	display: inline;
	margin: .5em 1em .5em 0;
	}
	
	
.products .desc {
	line-height: 1.5em;
	}
.products .rrp {
	color: #777;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	}
.products .rrp span {
	color: #555;
	}
.products .onSale {
	background: #a00;
	display: inline;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 1.5em 1em .5em 1em;
	position: absolute;
	top: -.5em;
	right: 10px;
	}
.products .price {
	color: #222;
	font-size: 12px;
	font-weight: bold;
	}
.products .quantity {
	clear: both;
	margin: -3em 0 1em 0;
	text-align: right;
	}
.products .actions {
	float: right;
	margin: .5em 0;
	text-align: right;
	}
	
/*** Charm Options  ***/

#charm_options {
	margin: 5px 0 10px 0;
}

#charm_options label {
	font-weight: normal;
	display: block;
    padding-left: 20px;
}

#charm_options p {
	margin: 0 0 3px 0;
	padding: 0;
}

#charm_options input {
	width: 100px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    float:left;
    display: inline;
    top: -1px;
    overflow: hidden;
}

/* */

#thumbGallery {
	margin: 10px;
}

#thumbGallery li {
	float: left;
	margin: 0 5px 5px 0;
	display: inline;

}

#thumbGallery li a img {
	border: 1px solid #ccc;
	padding: 1px;
}

/*** Strap line Styling ***/

.grey_strap {
	background-color: #f7f7f7;
	padding: 10px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

.text_wrapper{
  margin: 10px;
}

.author {
	font-style: italic;
	font-size: 11px;
}

/*** REviews list styling ***/
#writeReview {
	padding: 10px 0;
}

.reviews {
	margin: 0px 0 1px 0;
	border-bottom: 1px dotted #ccc;
}

.quote {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	font-family: Times, serif;
}

/* = Shopping Cart
=============================================== */

.actions {
	clear: both;
	padding-top: 20px;
	margin: 30px 0 10px 0;
	}
	
#cartTable {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-collapse: collapse;
	margin-bottom: 0;
}

#cartTable tr td, #cartTable tr th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
}

#cartTable tr th {
	background-color: #f7f7f7;
	text-transform: capitalize;
}

.thumb_img img {
	text-align: center;
	padding: 1px;
	border: 1px solid #ccc;
}

#cartTable tr td a.removeItem img {
	border: none;
}

/* =REVIEWS
=============================================== */

/* star ratings */

.review {
	background: url(../graphics/petrol/ratings.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	line-height: 12px;
	margin: 1em 0;
	padding-left: 80px;
	}
p.rating0 {
	background-position: 0 0;
	}
p.rating1 {
	background-position: 0 -12px;
	}
p.rating2 {
	background-position: 0 -24px;
	}
p.rating3 {
	background-position: 0 -36px;
	}
p.rating4 {
	background-position: 0 -48px;
	}
p.rating5 {
	background-position: 0 -60px;
	}
p.rating6 {
	background-position: 0 -72px;
	}
p.rating7 {
	background-position: 0 -84px;
	}
p.rating8 {
	background-position: 0 -96px;
	}
p.rating9 {
	background-position: 0 -108px;
	}
p.rating10 {
	background-position: 0 -120px;
	}

/*** Lightbox ***/

#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center; 
	line-height: 0;
	}
#lightbox img {
	width: auto;
	height: auto;
	}
#lightbox a img {
	border: none;
	}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
#imageContainer {
	padding: 10px;
	}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav {
	left: 0;
	}
#hoverNav a {
	outline: none;
	}
#prevLink,
#nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);/* Trick IE into showing hover */
	display: block;
	}
#prevLink {
	left: 0;
	float: left;
	}
#nextLink {
	right: 0;
	float: right;
	}
#prevLink:hover,
#prevLink:visited:hover {
	background: url(../graphics/prevlabel.gif) left 15% no-repeat;
	}
#nextLink:hover,
#nextLink:visited:hover {
	background: url(../graphics/nextlabel.gif) right 15% no-repeat;
	}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	}
#imageData {
	padding:0 10px;
	color: #666;
	}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align:
	left;
	}	
#imageData #caption {
	font-weight: bold;
	}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	}			
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
	}	 	
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Charms */

input#charms {
	display: none;
}

#charm_wrapper{
	border: 1px solid #ccc;
	margin-bottom: 20px;
	width: 510px;
}

#gallery { float: left; width: 506px; min-height: 225px;  margin:0; padding:0; } * html #gallery { height:225px; } /* IE6 */
			.gallery.custom-state-active { background: #eee; }
			.gallery {margin: 0 105px; padding: 0 ; text-align: center;  width:506px; }
			* html .gallery {margin: 0; padding: 0 ; text-align: center;  width:506px;}
			.gallery li { float: left; width: 100px; padding: 0em; margin: 0 1px 1px 0; text-align: center; list-style: none; }
			.gallery li h4 { margin: 0 0 0.4em; cursor: move;  color: #eb80ac; font-weight: normal;}
			.gallery li a { float: right; }
			.gallery li img { width: 100%; cursor: move; }
			
			#bracelet { width: 506px; min-height: 135px; padding: 0;  } * html #bracelet { height: 135px; } /* IE6 */
			#bracelet h4 { line-height: 16px; margin: 0 0 0.4em;  }
			#bracelet .gallery h4 { display: none; }
			
			ul#bracelet {margin-left:37px; padding: 0; }
			ul#bracelet li { padding-top:50px;float:left; display: inline; margin-right: 2px; list-style: none;}
			ul#bracelet li h4 {display: none;}
			
			.bracelet_back_black{ background: url(../layoutimages/bracelet.jpg) no-repeat top left; width: 506px; height: 140px;}
			.bracelet_back_pink{ background: url(../layoutimages/bracelet_pink.jpg) no-repeat top left;  width: 506px; height: 140px;}

