/* !General */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

body {
	margin: 0;
	padding: 0;
	background-color: #e4f6f8;
}
h1 {
	background-color: #e4f6f8;
	color: #71d0e4;
	font-size: 21px;
	font-family: "Arial";
	font-weight: normal;
	margin-bottom: 4px;
	padding: 3px 5px;
}
h2 {
	background-color: #e4f6f8;
	color: #71d0e4;
	font-size: 17px;
	font-family: "Arial";
	font-weight: normal;
	margin-bottom: 4px;
	padding: 3px 5px;
}
h3 {
	background-color: #e4f6f8;
	color: #888;
	font-size: 15px;
	font-family: "Arial";
	font-weight: normal;
	margin-bottom: 4px;
	padding: 3px 5px;
	text-align: center;
}
h4 {
	color: #71d0e4;
	font-size: 17px;
	font-family: "Arial";
	font-weight: normal;
	margin-bottom: 4px;
	padding: 3px 5px;
	text-align: center;
}
strong {
	color: #50c7dd;
	font-weight: normal;
}
a {
	color: #71d0e4;
	text-decoration: none;
}
img {
	border: none;
}
#page_wrapper {
	padding-top: 5%;
	background-color: #fff;
	width: 100%;
}

#content_wrapper {
	width: 100%;
	background-color: #e4f6f8;
}

#width_constraint {
	width: 1000px;
	margin: 0 auto;
}

/* !Menu */
.menu {
	background-color: #e4f6f8;
	padding-right: 30px;	
}
.menu a {
	float: right;
	color: #50c7dd;
	text-decoration: none;
	margin: 10px 20px;
	font-size: 18px;
	font-family: "Arial";
}

/* !Content */
#header {
	width: 1000px;
	margin: 0 auto;
}
#content, #footer, #menu {
	width: 100%;
	margin: 0 auto;
}
#content {
	background-color: #fff;
	color: #888;
	font-family: "Tahoma";
	font-size: 14px;
}
#content > div {
	padding: 40px 20px;
}
#content > div.slim_margins {
	padding: 0;
}
#content .content_page {
	margin: 0 0 0 140px;
}
#content .content_page_wide {
	margin: 0 0 0 40px;
}
#content .content_page img.left_photo,
#content .content_page_wide img.left_photo {
	float: left;
	margin: 15px 20px;
	width: 230px;
}
#content .content_page div.left_photo,
#content .content_page_wide div.left_photo {
	float: left;
	margin: 0 20px;
	width: auto;
}
#content .content_page .photo,
#content .content_page_wide .photo {
	float: left;
	margin: 15px 20px 15px 0;
}
#content .content_page .column_photo,
#content .content_page_wide .column_photo {
	display: block;
	margin: 15px 20px;
}
#content .content_page div.photo_wrapper,
#content .content_page_wide div.photo_wrapper {
	float: left;
	width: auto;
}
#content div.photo_wrapper img:last-child {
	margin-top: 30px;
}
#content .content_page > div,
#content .content_page_wide > div {
	margin-left: 50px;
	width: 470px;
	float: left;
}
#content .content_page_wide > div {
	width: 570px;
}
#content .content_page > div.info,
#content .content_page_wide > div.info {
	width: 280px;
	margin-left: auto;
}
#content .content_page > div.info_wide,
#content .content_page_wide > div.info_wide {
	width: 490px;
	margin-left: auto;
}
#content .content_page > div img.text_image {
	display: block;
}
#content .content_page > div img.text_image:first-child {
	margin-bottom: 25px;
}
#content .content_page > div p,
#content .content_page_wide > div p {
	font-size: 14px;
	margin: 0 0 35px 5px;
	padding: 0;
}

/* !Testimonials */
#content .content_page_wide.testimonials {
	position: relative;
}
#content .content_page_wide.testimonials .left_photo {
	position: absolute;
	width: 270px;
	bottom: 0;
}
#content .content_page_wide.testimonials .left_photo img {
	display: block;
	height: 100%;
}
#content .content_page_wide.testimonials div.info_wide {
	width: 580px;
	margin-left: 330px;
}
#content .testimonials div.info_wide .testimonial {
	border-bottom: 2px dotted #e4f6f8;
	padding: 20px 0;
}
#content .testimonials div.info_wide .testimonial:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#content .testimonials div.info_wide p {
	padding: 0;
	margin: 0;
}
#content .testimonials div.info_wide h4 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 15px;
}
/* !Blog */

/*
.blog_item {
	border-bottom: 2px solid #e4f6f8;
}
*/

/* !Shop */

#content .categories {
	width: 130px;
	float: left;
 	margin-left: 0;
	padding-left: 60px;
}
#content ul.categories {
	list-style-image: url('/images/content/ListSwirl.png');
}
#content ul.categories li {
	vertical-align: middle;
}
#content .categories a {
	color: #888;
}
#content .categories a:hover {
	color: #71d0e4;
}
#content .categories .selected a {
	color: #71d0e4;
}


/* !Shop Category */

#content .shop_category_page {

}
#content .shop_category_page .info {
	width: 760px;
	float: left;
}
#content .shop_category_page .info .item_row:first-child {
	padding-top: 0;
}
#content .shop_category_page .info .item_row {
	margin: 0;
	padding: 10px 0;
	border-bottom: 2px solid #e4f6f8;
}
#content .shop_category_page .info .item_row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
#content .shop_category_page .info .item_row .shop_item:first-child {
	margin-left: 0;
}
#content .shop_category_page .info .item_row .shop_item:last-child {
	margin-right: 0;
}
#content .shop_category_page .info .item_row .shop_item {
	border: none;
	width: 160px;
	margin: 5px 20px;
	float: left;
	height: 100%;
}
#content .shop_category_page .info .item_row .shop_item img {
	background: url('/images/lightbox/loading.gif') 49% 49% no-repeat;
	display: block;
	text-align: center;
	margin: 0 auto;
	height: 150px;
	width: 150px;
}
#content .shop_category_page .info .item_row .shop_item h4 {
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 3px 0;
	padding: 0;
}
#content .shop_category_page .info .item_row .shop_item h4 a {
	color: #888;
	font-size: 13px;
	text-align: center;
}
#content .shop_category_page .info .item_row .shop_item a {
	padding: 0;
	display: block;
	float: none;
}
#content .shop_category_page .info .item_row .shop_item a.more_info {
	font-size: 14px;
	float: right;
	text-align: right;
	width: auto;
	padding: 0 10px 0 0;
}
#content .shop_category_page .info .item_row .shop_item a.remove_item {
	color: #888;
	font-size: 14px;
	float: right;
	text-align: right;
	width: auto;
	padding: 0 10px 0 0;
}
#content .shop_category_page .info .item_row .shop_item span.price {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding: 0 0 0 10px;
	display: block;
	width: auto;
	float: left;
}

#content .shop_category_page .info label,
#content .form label {
	width: 120px;
	display: block;
	float: left;
	clear: left;
}

#content .shop_category_page .info input,
#content .shop_category_page .info select,
#content .form input,
#content .form select {
	width: 250px;
	display: block;
	float: left;
	margin: 2px 0;
	border: 1px solid #71d0e4;
	background: #e4f6f8;
	color: #555;
}
#content .form .submit {
	clear: left;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
}
#content .form .feedback {
	clear: both;
	width: 330px;
	display: block;
	margin: 2px 0 20px;
	border: 1px solid #71d0e4;
	background: #e4f6f8;
	color: #555;
	padding: 10px 20px;
	text-align: center;
}
#content .form {
	margin: 40px 0 40px 60px;
}
#content .checkoutform {
	margin: 40px 0 40px 00px;
}

/* !Shop Item */

#content .shop_item_page {

}
#content .shop_item_page .info {
	width: 760px;
	float: left;
}
#content .shop_item_page .info img {
	background: url('/images/lightbox/loading.gif') 49% 49% no-repeat;
	float: left;
	display: block;
}
#content .shop_item_page .info .details {
	width: 440px;
	float: right;
}
#content .shop_item_page .info .details h2 {
	background-color: #e4f6f8;
	color: #71d0e4;
	font-family: "Arial";
	font-weight: normal;
	margin-top: 15px;
	margin-bottom: 4px;
	padding: 3px 5px;
	float: left;
	width: 430px;
}
#content .shop_item_page .info .details p {
	width: 100%;
	float: left;
	clear: both;
	margin: 10px 0 10px 5px;
}
#content .shop_item_page .info .details a.zoom {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 10px 5px;
}

/* !Jewelry Box page */
#content .shop_category_page .info .jewelry_box_breakdown a.empty_box {
	float: right;
	display: block;
	color: #888;
	font-size: 12px;
}
#content .shop_category_page .info .jewelry_box_breakdown a.empty_box:hover {
	color: #71d0e4;
}

#content .shop_category_page .info .jewelry_box_breakdown h3 {
	text-align: left;
}
#content .shop_category_page .info .jewelry_box_breakdown h3 span {
	font-size: 12px;
}

/* !Shop Home Page */

#content .shop_home_page {
}
#content .shop_home_page img {
	background: url('/images/lightbox/loading.gif') 49% 49% no-repeat;
}
#content .shop_home_page .left {
	float: left;
	width: 200px;
	border-right: 20px #e4f6f8 solid;
}
#content .shop_home_page .left img {
	width: 150px;
	height: 150px;
}
#content .shop_home_page .left > div {
	padding: 10px 20px;
	border-top: 20px #e4f6f8 solid;
}
#content .shop_home_page .left > div:first-child {
	border-top: none;
}
#content .shop_home_page .right {
	padding: 20px 20px 20px;
	width: 730px;
	float: left;
}
#content .shop_home_page .right img {
	margin-left: 80px;
}

/* !Slider */
#content .slider {
	clear: left;
	margin: 20px 10px 0 40px;
}
#content .slider .slideshow_photo {
	background: url('/images/lightbox/loading.gif') 49% 49% no-repeat;
/* 	border-bottom: 1px solid transparent; */
	width: 150px;
}
#content .slider .slideshow_photo:hover {
/* 	border-bottom: 1px solid #71d0e4; */
}
#content .slide_controls {
	clear: left;
	margin: 0 10px 0 40px;
}
#content .slide_controls #left_arrow {
	float: left;
}
#content .slide_controls #right_arrow {
	float: right;
}

/* !Blog */
#content.blog {
	background: #40cfea url('/images/content/BlogBG.jpg') top right no-repeat;
}
#content.blog .content_page {
	padding-left: 40px;
}
#content.blog h1,
#content.blog p {
	background: none;
	color: #fff;
}
#content.blog h1 {
	margin-top: 5px;
	padding-top: 0;
}
#content.blog h4 {
	color: #231f20;
	text-align: left;
	font-size: 12px;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#content.blog .blog_item img {
	border: 1px solid #fff;
	padding: 4px;
}

/* !Shipping */

#content .content_page.shipping {
	margin: 0;
}
#content .content_page.shipping .left_photo {
	margin: 0;
}
#content .content_page.shipping .info_wide {
	width: 620px;
}


/* !Footer */
.footer {
	padding: 30px 0;
	text-align: center;
	font-size: 12px;
	color: #71d0e4;
	bottom: 0;
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	color: #71d0e4;
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	