/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0; 
    font-size: 100%;
	font: inherit;
	vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
body { 
	line-height: 1; }
ol, ul {
	list-style: none; }
blockquote, q { 
	quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
* {
	margin: 0;
	padding: 0; 
}
/* ============ */
body {
	color: #444444;
	font: 12px/1.44em Courier, "Courier New", mono;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
	font-family: "Georgia", Times, serif;
    line-height: 1.4em;
    letter-spacing: 1px;
}
h1 {
    font-size: 30px;
    font-style: italic;
	padding: 10px 20px;
	margin: 10px 0;
}
h2 { font-size: 21px; }
h3 { font-size: 13px; }
h4,h5,h6 { font-size: 10px; }

a { 
	color: #b60909;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	margin: 0;
	padding: 0;
	list-style: none;
}
p {
	margin-bottom: 15px;	
}
img {
    border: 0;
	max-width: 100%;
}
blockquote {
	font-family: Georgia, serif;
	color: gray;
	margin-bottom: 15px;
	font-style: italic
}
form { 
	margin-bottom: 20px;
}
label {
	margin-bottom: 3px;
}
i {
  	font-style: italic;
}
input[type="text"] {
	padding: 2px 2px;
	margin-bottom: 10px;
}
textarea {
	margin-bottom: 15px;
	padding: 4px;
	font-size: 13px
}
.center-text {
	text-align: center;
}
.red {
    color: #b60909; 
}
.grey {
    color: #989896;
}
/* ========== */

/* = Layout = */

/* ========== */

#wrapper {
	width: 960px;
	margin: auto;
}
#header {
	padding-top:20px;
	position: relative;
	background: url(../images/../images/header.png) no-repeat 0 bottom;
	padding-bottom: 10px;
	height: 130px;
}
#header #logo h1 {
	text-align: left;
	margin: 0px 0 0 0;
	font-size: 65px;
	letter-spacing: -2px;
}
#header #logo h1 a {
	font-weight: normal;
	bottom: -11px;
	position: absolute;
}
#header #logo h1 a:hover {
	text-decoration: none;
}
#logo {
text-align:center;
}
#header form {
	float: right;
	margin-top: 19px;
}
#header form .search-button {
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	top: -3px;
	z-index: 999;
	right: 8px;
}
#header form .search-field {
	background: url('../images/bg-search.png') no-repeat;
	padding: 8px 40px 8px 11px;
	color: #594e6c;
	border: 0;
	vertical-align: middle;
	position: relative;
	z-index: 2;
	margin-bottom: 3px;
	width: 115px;
	margin-right: -28px;
	outline: none;
}
#header h1 {
	border: 0px
} 
#main-nav {
	padding-top: 25px;
	text-align: center;
}
#main-nav ul.left-nav {
	float: left;
	width: 350px;
}
#main-nav ul.right-nav {
	float: right;
	width: 350px;
}
#main-nav ul.mid-nav {
	width: 230px;
	float: left;
	margin-left: 15px;
}
#main-nav ul li {
	color: #333;
	list-style: none;
	font-style: italic;
	text-transform: lowercase;
	float: left;
}
#main-nav ul.left-nav li {
	margin-left: 25px;
}
#main-nav ul.right-nav li {
	margin-left:20px;
	float: left;
}
#main-nav ul li a {
	color: #333;
	font-size: 13px;
	vertical-align: middle;
}
#main-nav ul.mid-nav li {
	margin: 0 15px;
	padding-bottom: 20px;
}
#main-nav ul.mid-nav li li {
	margin: 0;
	padding-bottom: 0;
}
#main-nav ul.mid-nav a {
    display: block;
}
#main-nav ul.mid-nav li:hover a {
	color: #b60909;
}
#main-nav ul.mid-nav li:hover li a {
	background: none;
}
#main-nav ul a:hover, #main-nav ul a.active, #main-nav ul li a.red {
	color: #b60909;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #989896;
    float: right;
    margin: 7px 0 7px 7px;
}
#main-nav ul.mid-nav li:hover .arrow-down {
    border-top: 4px solid #b60909;
}
.subnav {
	width: 100%;
	height: 80px;
	background: url(../images/bg_dropdown.png) no-repeat;
	position: absolute;
	top: 162px;
	left: 0;
	z-index: 10;
	visibility: hidden;
	-webkit-transition: all 200ms linear;  /* Safari 3.2+, Chrome */
	-moz-transition: all 200ms linear;  /* Firefox 4-15 */
	-o-transition: all 200ms linear;  /* Opera */
    transition: all 200ms linear;  /* Firefox 16+, Opera 12.50+ */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
*+html .subnav{filter: alpha(opacity=100); visibility: visible;display:none;}
.menu_collections:hover .subnav_collection,.menu_custom:hover .subnav_custom{display:block;}
.menu_collections:hover .subnav_collection,
.menu_custom:hover .subnav_custom {
	visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1.0;
}
#custom_heading {
	background: url(../images/custom_heading.png) no-repeat;
	width: 220px;
	height: 27px;
	text-indent: -9999px;
	position: absolute;
	top: 75px;
	left: 100px;
}
.subnav_custom ul {
	position: absolute;
	top: 55px;
	left: 420px;
}
.subnav li, .subnav li a {
	float: left;
}
.subnav li span.sub_menu_title {
	float: left;
    font-weight:bold;
	display: block;
}
.subnav.subnav_collection li span.sub_menu_title {
  margin-top: 30px;
  margin-left: 10px;
}
.subnav .s_for-you span.sub_menu_title {
	width: 110px;
	background-position: 10px 10px;
}
.subnav .s_a-gift span.sub_menu_title {
	width: 95px;
	background-position: 10px -33px;
}
.subnav .s_wedding span.sub_menu_title {
	width: 123px;
	background-position: 10px -77px;
}
.subnav .s_elva span.sub_menu_title {
	width: 80px;
	background-position: 10px -120px;
}
.subnav .s_june span.sub_menu_title {
	width: 75px;
	background-position: 7px -154px;
}
.subnav .s_original-vintage span.sub_menu_title {
	width: 110px;
	height: 57px;
	background-position: 8px -197px;
}
.subnav .s_bridal span.sub_menu_title {
	width: 90px;
	background-position: 8px -253px;
}
.subnav .sub_menu img {
	float: left;
	height: 60px;
	margin-top: 8px;
}
#main-nav ul.mid-nav .subnav_custom a {
	margin: 5px 15px 0 15px;
	padding: 3px;
}
#main-nav ul.mid-nav li li a {
	text-align: left;
	background: none;
}
#main-nav ul.mid-nav li li a:hover {
	background: url(../images/menu_hover.png) repeat-x;
}
#main-nav ul.mid-nav li .subnav_collection li a {
	padding-right: 0;
	margin-right: 15px;
}
#main-nav ul.mid-nav li .subnav_collection li a:hover {
	background: url(../images/menu_hover.png) no-repeat 130px 65px;
}
.menu_divider {
	width: 2px;
	height: 60px;
	float: left;
	background: url(../images/menu_divider.png) no-repeat;
}
span.separate-ast {
	font-size: 1.4em;
	vertical-align: top;
	color: #ccc;
	margin-left: 15px;
	margin-right: 15px;
}

#logo2{
	position: absolute;
	top: 0;
	left: 9px;
	color: #888;
	font: 11px "Courier", Courier New, mono;
	letter-spacing: 1px;
}

#tagline {
	position: absolute;
	top: 85px;
	left: 9px;
	color: #888;
	font: 11px "Courier", Courier New, mono;
	letter-spacing: 1px;
}
#sm-cart {
	
	position: absolute;
	padding-top: 10px;
	right: 0;
	font: 11px "Courier", Courier New, mono;
}
#sm-cart span {
	font-weight: bold;
}
#sm-cart li {
	display: inline;
}
#sm-cart li a {
	color: #b60909;
}
#sm-cart li.bag {
	padding: 17px 10px 2px;
	background: url(../images/bag.png) no-repeat center center;
	text-align: center;
	margin-right: 25px;
	margin-left: 5px;
}
#sm-cart li.bag a {
	color: #333;
	font-weight: bold;
	font-size: 12px; 
}


.content {
	width: 960px;
	min-height: 300px;
	
}

.content .banner {
	margin: 0 0 20px 0;
	width: 877px;
}

.content .products strong {
	display: block;
	font-family: georgia, serif;
	font-size: 12px;
	font-weight: normal;
}
.content img {
	margin-bottom: 0px;
}

#footer {
	background: url(../images/border-thick.png) no-repeat center top;
}

#footer-wrapper {
	background: url(../images/bottom-bg.png) no-repeat center 20px;
	width: 920px;
	height: 200px;
	margin: auto;
	padding-top: 20px;
	clear: both;
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	position: relative;
}
.footer-menu {
	float: left;
    width: 510px;
}
.footer-menu h3 {
	
}
.footer-col {
	float: left;
	margin-right: 50px;
	//font-size: 12px;
}

#footer ul {
	float: left;
	list-style:	none;
	clear: both;
}
 
#footer li {
	display: block;
}

.footer-menu li a, #footer-menu h3{
	text-transform: lowercase;
	font-style: italic;	
	color: #333333; 
	/*display: block;*/
	letter-spacing: 0;
	font-family: "Georgia", Times, serif;
	white-space: nowrap;
}
#footer a:hover {
	text-decoration: none;
}
.footer-mid {
	float: left;
	text-align: center;}
.footer-mid li {
    float: left; 
    margin-right: 15px;}
.footer-mid li a {
    display: block;
    background: url(../images/social-icons.png) no-repeat; }
.footer-mid li#icon-fb a {
    width: 35px;
    height: 35px; 
    background-position: 4px 0; }
.footer-mid li#icon-tw a {
    width: 35px;
    height: 35px; 
    background-position: -40px 0; }
.footer-mid li#icon-pint a {
    width: 35px;
    height: 35px; 
    background-position: -84px 0; }
.footer-mid li#icon-tumblr a {
    width: 35px;
    height: 35px; 
    background-position: -129px 0; }
.footer-mid li#icon-instg a {
    width: 35px;
    height: 35px; 
    background-position: -174px 0; }
div.col-5.footer-last.last {
	float: right;
}
#fb-button {
	text-align: center;
	padding-top: 8px;
}
#signup-label {
	margin-bottom: 10px;
	display: block;
}
#copyright {
	background: url(../images/border-horzLine.png) repeat-x 0 top;
	padding-top: 20px;
}
#copyright p{
	text-transform: uppercase;
	font-size: 11px;
}
.paginate {
	margin-bottom: 15px;
	float: right;
} 
.paginate a {
	color: #444;
	text-transform: lowercase;
	padding: 3px 8px;
}
.paginate span.page.current {
	background-color: #444;
	color: #fff;
	padding: 3px 8px;
}
.note {
	display: block;
	background: #ffffd3;
	border: 1px solid #eeee93;
	padding: 15px;
	margin: 15px 0;
}

.last {
	margin-right: 0!important;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}

/* ============== */

/* = Indv. Pages = */

/* ============== */

/* home */

.pg-header {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;	
} 

.hd-line {
	height: 10px;
	background: url(../images/border-horzLine.png) no-repeat 0 center;
	margin-bottom: 15px;
}
.hd-line h4 {
	margin-left: 30px;
	background-color: #fff;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}
.frontpage-intro {
	border-bottom: 1px solid #f0eeee;
	padding-bottom: 15px;
	margin-bottom: 35px;
}
.blog ul {
	padding-bottom: 20px;
	margin: 0 0 20px;
		background: url(../images/border-horzLine.png) no-repeat center bottom;
}
.blog ul li {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.blog ul li a {
	display: block;
	font-size: 12px;
}

.contact ul {
	margin: 0 0 15px 0;
	padding: 0
}

.contact ul li {
	list-style: none;
}

/* @group page */

.content .sidebar ul {
	margin: 0;
	padding: 0;
}

.content .sidebar ul li {
	list-style: none;
	margin-bottom: 10px;
}

.content .sidebar ul li a {
	border-bottom: 1px dotted;
}

#three-col {
	padding-top: 15px;
	padding-bottom: 15px;
	float: left;
	background: url(../images/border-horzLine.png) no-repeat 0 top;
}
#three-col h2 {
	font-style: italic;
	font-size: 18px;
}
.left-col {
	width: 240px;
	float: left;
	padding: 20px;
	text-align: center;
}
.mid-col {
	width: 390px;
	float: left;
	padding: 20px;
	background: url(../images/border-vertLine.png) repeat-y right center;
	
}
.right-col {
	width: 200px;
	float: left;
	padding: 20px;
}
.right-col.last img {
	margin-bottom: 15px;
}


#funfact li {
	margin-bottom: 15px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
}



/* @end */

/* @group page-collection */
#collection-intro-top {
	text-align: center;
	float: left;
	padding-bottom: 25px;
	background: url(../images/border-thick.png) no-repeat center bottom;
	margin-bottom: 25px;	
}
#collection-intro-top li {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.collection-intro  a {
    display: block;
}
.collection-intro a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.collection-intro li.last {
	margin-right: 0px;
}
#archive-intro {
	text-align: center;
	margin-top: 25px;
	padding: 30px 0;
	background: url(../images/border-horzLine.png) no-repeat center top;
} 
/* @end */

/* @group page-about */
#aboutPage-menu {
	
}
#aboutPage-menu h4 {
	background: url(../images/about-menu.png) no-repeat;
}
#aboutPage-main {
    background: url(../images/border-vertLong.png) no-repeat left top;
}
#aboutPage_HeaderImg {
    background: url(../images/border-thick.png) no-repeat -300px top;
    padding: 30px 0 30px 20px;
}
#aboutPage_Content {
    padding-left: 20px;
}
#aboutPage_img {
    margin-left: 50px;
}
#aboutPage-callNext {
    margin: 30px 0;
}

/* @end */

/* @group page-contact */

.side-menu {
	padding-top: 40px;
}
.side-menu h4 {
	height: 29px;
	width: 160px;
	text-indent: -9999px;
	margin-bottom: 20px;
}
.contact-menu h4 {
	background: url(../images/contact-menu.png) no-repeat;
}

.side-menu ul li a {
	color: #444;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.side-menu ul li a:hover, .side-menu ul li a.active {
	background: url(../images/yellow-bg.png) right;
}
.contact-mid {
	background: url(../images/border-vertLine.png) repeat-y left;
	padding: 40px 25px;
}
.contact-mid h2 {
	font-style: italic; 
	padding-bottom: 15px;
}
.contact-right { 
	margin-top: 35px;
} 
.contact-right h3 {
	font-weight: bold;
	padding-bottom: 5px;
}
.contact-right p{
	margin-bottom: 25px;
}
#contact-info {
	padding-left: 20px;
	background: url(../images/border-vertLine.png) repeat-y left;
}
.wufoo .info{
	display:none
}


/* @end */

/* @group page-custom */
#customPage_HeaderImg {
	margin-bottom: 15px;	
	vertical-align: bottom;
}
#customPage_content {
    margin-top: 30px;
}
#customPage_textContent {
    margin: 0 40px;
}
#customPage_textContent h1 {
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0;
}
#customPage_textContent h1 span {
    display: block;
}
#custom_contact {
	margin-bottom: 15px;
}
#customPage_premadeLink {
	padding-top: 2px;
	margin-top: 30px;
	background: url(../images/border-horzLine.png) repeat-x center -1px;
}
#customPage_premadeLink h2 {
	color: #989896;
	font-size: 23px;
	font-style: italic;
	margin: 50px 0 15px;
}
#customPage_premadeLink a {
    color: #444;
}
#customPage_premadeLink a:hover, #custom_imgGallery a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
#customPage_premadeLink .grid_9 {
	text-align: center;
	overflow: hidden;
}
#customPage_premadeLink .grid_9 img {
	width: 400px;
	margin-top: -120px;
}
#customPage_premadeLink .grid_7 {
	width: 350px;
}
.arrow_yellow {
	width: 37px;
	height: 12px;
	padding: 5px 5px 5px 0;
	display: block;
	background: url(../images/arrow_yellow.png) no-repeat 0 5px;
}
/* @end */



/* @group collection */
#collPage-filter {
    float: right;
    padding-top: 35px;
}
#collPage-filter span {
    font: italic 13px/17px "Georgia", Times, serif;
    letter-spacing: 1px;
    float: left;
    margin-right: 15px;
    padding: 5px 0;
}
#collPage-filter ul, #collPage-filter li  {
    float: left;
}
#collPage-filter li {
    text-transform: uppercase;
    padding: 0 15px;
    background: url(../images/menu_divider.png) no-repeat;
}
#collPage-filter a {
    color: #666;
    line-height: 17px;
    display: block;
    padding: 5px 0;
}
#collPage-filter a:hover, #collPage-filter li.active a {
    color: #b60909;
	background: url(../images/menu_arrow_hover.png) no-repeat center bottom;	
}
#products {	
	padding-bottom: 20px; 
	margin: auto;
}
 
#products li {
	vertical-align: middle;
	padding: 15px 10px;
	float: left;
	width: 215px;
	height: 215px;
} 

/* boxgrid slider */
.boxgrid{
	width: 215px;
	height: 215px; 
	overflow: hidden;
	position: relative;
	vertical-align: middle;
}
.boxgrid img{
	width: 195px;
	height: 195px;
	padding: 10px;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}
.boxcaption{
	text-align: center;
	float: left;
	position: absolute;
	background: #fff url(frame.png) no-repeat center center;
	height: 155px;
	width: 175px;
	padding: 30px 20px;	
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.captionfull .boxcaption {  
	top: 205px;  
    left: 0;  
}  
.caption .boxcaption {  
	top: 205px;  
	left: 0;  
}	
.boxcaption big {
	color: #333;
	font-size: 18px;
	margin-bottom: 10px; 
}
.boxcaption span { 
	color: #333;
	margin-bottom: 5px;
}
.boxcaption a {
	display: block;
	height: 145px;
	width: 165px;
}

span.stock-yes {
	color: #0993ae;
}
span.stock-no {
	color: #b60909;
}


/* @end */

/* @group featured, related */
.productbox {
}
.productbox a {
	display: block;
	padding: 15px;
}
.productbox a:hover {
	background: url(../images/arrow.png) no-repeat center bottom;
}
#featured .products, #suggest .products {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}

#featured .products li, #suggest .products li {
	padding: 15px 10px;
	vertical-align: middle;
	background: url(../images/border-vertLine.png) no-repeat right center;
	float: left;
	width: 215px;
	height: 215px;
}

#featured .products li.end, #suggest .products li.end {
	background: none;
}

#featured .products img, #suggest .products img {
	display: block;
	margin: 0 auto;
	width: 185px;
	height: 185px; 
}

/* @end */

/* @group product */
.breadcrumb {
	text-transform: lowercase;
	font-size: 12px;
	line-height: 12px;
	padding: 15px 15px 18px;
	background: url(../images/border-horzLine.png) no-repeat 0 42px;	
}
#page-PageCustom .breadcrumb {
	background: none;
}
.breadcrumb p {
	margin-bottom: 0;
	font-family: "Courier New", Courier, mono;
	font-weight: bold;
}
.breadcrumb p a { 
	color: #aaa;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: normal;
	font-style: normal;
}
.bc-bottom {
	padding-top: 12px;
	background: url(../images/border-horzLine.png) no-repeat 0 top;
}
.product-detail {
	width: 330px;
	float: right;
	margin-right: 45px;
	margin-top: 15px;
}
.product-detail  h2 {
	font-size: 24px;
	text-align: left;
	margin-bottom: 12px;
	font-style: italic;
}
.product-detail p strong {
	font-size: 13px;
	color: #b60909;
}
.product-detail li {
  	list-style: disc inside;
}
h3#price {
	color: #aaa;
	font-size: 20px;
	margin-bottom: 12px;
}
.product-detail  input[type="submit"] {
	clear: both;
}
.product-detail .product-images img {
	background: #f4f4f4;
	border: 1px solid #f0eeee;
}
.product-detail .product-images img:hover {
	background: #e6e5df;
}
.product-detail .price-field, .product-detail .variant-price {
	color: #aaa;
	font-family: "Georgia", Times, serif;
	font-size: 22px;
	letter-spacing: -0.5px;
	margin-bottom: 20px;
	text-align: left;
}
.product-detail #product-variants {
	padding-bottom: 10px;
}
.product-detail #product-variants .selector-wrapper {
	list-style: none;
	padding: 12px 12px 12px 12px;
}
.product-detail #product-variants .selector-wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.product-detail #product-variants .selector-wrapper label {
	float: left;
}
.product-detail #product-variants .selector-wrapper li {
	margin: 0 0 9px 0;
}
.product-detail #product-variants .selector-wrapper li label {
	display: inline;
	margin: 0 0 4px 0;
	float: none;
	font-weight: normal;
	font-size: 12px;
}
.product-detail #product-variants .selector-wrapper li input[type="radio"] {
	display: inline;
	position: relative;
}

.product-detail #product-variants .selector-wrapper li * {
	vertical-align: middle;
}

.product-detail #product-variants ul {
	margin: 0;
	padding: 0;
	width: 230px;
	float: right;
}
.product-detail #product-variants ul li {
	list-style: none;
}
.btnGonder, input.button {
	background-color: #000;
	color: #fff;
	font-size: 11px;
	padding: 7px 15px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	font-family: "Courier New", Courier, mono;
	clear: both;
	border: none;
	vertical-align: middle;
    cursor:pointer;
}
#product-related {
	margin-bottom: 20px;
}
.product-images {
	float: left;
	width: 480px;
	margin-top: 15px;
}

/*rollover thumbs*/
div#images div#thumbs p {
    display: inline;
    margin-bottom: 0px;
}
div#images div#image img {
    float: none;
    height:500px
}
/*Center the Thumbs and main image. You can change this if desired.. */
div#images div#image {
    text-align: center;
    /*width: 480px;
    height: 480px;*/
}

/* Style the Thumbs */
div#images div#thumbs {
    padding-top: 20px;
    text-align: center;
}
div#images div#thumbs a{
    border: 1px solid #ccc;
    /* so the a tag doesnt collapse. */
    display: inline-block;
	margin-right: 3px;
	width: 50px;
	height: 50px;
	vertical-align: top;
}
div#images div#thumbs a.active{
    border: 1px solid #333;
}
div#images div#thumbs a:hover{
    margin-top: 0;
}
.product-thumbs ul {
	margin: 0;
	padding: 0;
	width: 110%
}
.product-thumbs ul li {
	list-style: none;
}
.product-thumbs ul li a {
	border: 7px solid;
	width: 100px;
	float: left;
	margin: 10px 14px 10px 0;
}
.product-thumbs ul li a img {
	display: block;
	margin: 0 auto;
}
.product-thumbs ul li.first-image {
	margin: 10px 0px 0 2px;
	width: 480px;
	display: block;
}
.product-images .first-image a {
	width: 480px;
	display: block;
	border: 10px solid;
}
.product-images .first-image a img {
	margin: 0 auto;
	display: block;
}
#share img {
	margin-right: 5px;
}

/* @end */

/* @group cart */
p#empty-cart {
	margin-top: 30px;
	margin-left: 20px;
}

#page-cart h1 {
	font-size: 24px;
}

form#cart {
	margin-top: 25px;
}
#cart table {
	width: 100%;
	border-collapse: collapse;	
}

#cart table th {
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	font-family: "Courier New", Courier, mono;
	text-align: center;
}

#cart table td.cart-thumb {
	width: 75px;
	
}

#cart table td.cart-thumb a img {
	display: inline;
	vertical-align: middle;
	background-color: #fff;
	padding: 5px;
    width:60px;
    height:75px;
}

#cart table td.product-details a {
	display: inline;
	vertical-align: middle;
	color: #444;
}

#cart .product-details {
	text-align: left;
	padding-left: 8px;
}

#cart table tr td {
	background: #eee;
	
}
#cart table tr {
	border-bottom: 5px solid #fff;
}
#cart table td {
	text-align: center;
	padding: 15px 8px;
	font-size: 16px;
}

#cart table input[type="text"] {
	margin-bottom: 0;
}

.cart-options h3 {
	padding-bottom: 6px;
	border-bottom: 0px;
	/*padding-top: 20px;*/
	/*margin-top: 20px;*/
	float: right;
}
#cart-total {
	float: right;
	clear: both;
	width: 300px;
	margin-bottom: 30px;
	margin-top: 15px;
	font-family: "Courier New", Courier, mono;
}
#cart-total h3 {
	padding-top: 4px;
	margin-right: 25px;
	float: right;
	font-weight: bold;
	font-size: 16px;
}
input#update-cart {
	background-color: #aaa;
	float: right;
	color: #fff;
	padding: 5px 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border: none;
	font-family: "Courier New", Courier, mono;
	clear: both;
}
#cart-complete {
	float: right;
	width: 400px;
	clear: both;
}
.cart-options {
    float: right;
    margin-bottom: 35px;
    width: 397px;
}
.checkout, .continue {
	background-color: #000;
	color: #fff;
	padding: 5px 20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	clear: both;
	font: 14px "Courier New", Courier, mono;
	margin-bottom: 0;
	border: none;
	vertical-align: middle;
}
.cart-options span {
	margin-left: 8px;
	margin-right: 8px;
}
div#notes { 
	float: left;
	font-size: 13px;
	margin-top: 15px;
	width: 450px;
}

div#notes textarea {
	text-align: left;
	width: 450px;
	margin-top: 5px;
}



/* @end */

/* @group blog.press */

ul#press-grid {
	padding-bottom: 20px; 
	margin: auto;
} 
ul#press-grid li {
	vertical-align: middle;
	padding: 15px 10px;
	float: left;
	width: 170px;
	height: 280px; 
	display: block;
	overflow: hidden;
}
#press-grid li h2 {
	text-align: center;
}
#press-grid li h2 a {
	color: #444;
}
.press-img{
	width: 195px;
	overflow: hidden; 
	position: relative;
	vertical-align: middle; 
	display: table-cell;
}
.press-img p{
	margin: 0px;
}

.press-img img{
	width: 195px;
	height: 240px;
	vertical-align: middle;
	display: block; 
	margin: 0 auto;
	padding-bottom: 12px;
}
/* @end */

/* @group blog */

#page-blog .col-9, #page-article .col-9  {
	margin-top: 40px;
	float: left;
}

.date-col {
	display: block;
}
.post {
	margin: 0 0 20px 0;
	padding: 15px 0;
}

.post img {
	max-width: 573px
}

.post:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.post .meta {
	padding-bottom: 7px;
}
.post .meta h2 {
	font-size: 24px;
	border: 0;
	margin: 0 0 0px 0;
	font-style: italic;
	padding-bottom: 20px;
}
.post .meta h2 a{
	color: #444;
}
.post .post-content {
	background: url(../images/border-horzLine.png) no-repeat 0 bottom;
	padding-bottom: 30px;
	line-height: 19px;
	margin-bottom: 5px;
}
.post .post-content h1 {
	text-align: left;
	font-size: 26px
}
.post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
	padding: 0;
	border-width: 0px;
	margin: 0 0 10px 0px;
}
.post .date {
	padding-bottom: 4px;
	text-transform: uppercase;
	font: 11.5px Courier,"Courier New",  mono;
	float: left;
	padding-top: 10px;
}
.sm-comment {
	display: block;
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
}
#comments {
	margin-bottom: 15px;
}
#comments h3 {
	margin-top: 20px;
}
#comments ul {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#comments ul li {
	list-style-type: none;
	margin-bottom: 10px;
	border-bottom: 1px dashed #F0EEEE;
}

#comments p {
	margin-bottom: 7px;
}

#comments .comment-details {
	color: #ABABA8;
	font-size: 12px;
	margin-bottom: -1px;
}

#comments form {
	margin-bottom: 15px;
}

#comments form label {
	margin-bottom: 3px;
	display: block;
}

#comments .error, #comments .success, #comments .notice {
	text-align: center;
	margin-bottom: 8px;
}

#comments .error {
	background: #ffd3d3;
	color: #8d1e1e;
	border: 1px solid #de9494;
	padding: 7px;
}

#comments .success {
	background: #c4df9b;
	border: 1px solid #97bc5e;
	padding: 7px;
	color: #436f00;
}

#comments .notice {
	background: #fffabb;
	border: 1px solid #cec774;
	color: #514c0b;
	padding: 7px;
}
.blog {
	margin-top: 30px;
	padding-top: 30px;
	background: url(../images/border-thick.png) no-repeat -550px top;
	padding-left: 15px;
	padding-right: 15px;
}

.blog h3 {
	font-style: italic;
	padding-bottom: 15px;
	font-size: 16px;
}
#recent-post {
	/*background: url(../images/border-horzLine.png) no-repeat center bottom;*/

}
/*.blog-tw {
	width: 48px;
	height: 48px;
	background: url(../images/blog-social.png) no-repeat left;
}
.blog-fb {
	width: 48px;
	height: 48px;
	background: url(../images/blog-social.png) no-repeat -48px;
}
.blog-rss {
	width: 48px;
	height: 48px;
	background: url(../images/blog-social.png) no-repeat -96px;
}*/
ul#follow {
	padding-top: 15px;
	padding-bottom: 15px;
}
ul#follow li {
	display: inline;
	padding-right: 15px;
	padding-bottom: 0;
	margin-bottom: 0;
}
ul#follow li a {
	display : inline;
}
#tw-feed {
	clear: both;
	padding-top: 15px;
}
/* @end */

/* @group search */

#search h3 {
	border: 0px;
	margin-bottom: 3px;
}

#search form {
	margin-bottom: 15px;
}

#search form p {
	text-align: center
}

#search form input {
	display: inline;
	font-size: 15px;
	padding: 10px 5px;
}

#search form input[type="submit"] {
	padding: 12px;
}

#search ol li {
	border-top: 1px solid #f0eeee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
}



/* @end */

/* @group 404 */

#error-page {
	text-align: center;
}



/* @end */

/* @group slideshow */
#slide-wrap {
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;	
}

#prev, #next { 
	position: absolute;
	z-index: 10;
	background: url(../images/slide-arrow.png) no-repeat scroll;
	display:block;
	height:26px;
	width:26px;
	padding:0;
	text-indent:-9999em;
	outline:none;
	top: 45%; 
}
 
#prev {
	left: -25px;
}
#next {
	background: url(../images/slide-arrow.png) no-repeat scroll right top;
	right: -25px;
}
#prev:hover{
	background: url(../images/slide-arrow.png) no-repeat scroll left bottom;
}
#next:hover {
	background: url(../images/slide-arrow.png) no-repeat scroll right bottom;
	right: -25px;
}
#slideshow {
	width: 920px;
	height: 389px;
	overflow: hidden;
	margin: auto; 
}
#slide-nav { 
	margin: 10px 0;
	position:absolute;
	left: 48%;
	z-index:10;
}
#slide-nav li.activeSlide { 
	background : url(../images/slide-pager.png) no-repeat;
}
#slide-nav li  {
	float: left; 
	background : url(../images/slide-pager.png) no-repeat -8px 0;
	width: 8px;
	height: 8px;
	margin-right: 5px;
}
/* @end */

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay{background:#000;}
#colorbox{outline: 0;}
    #cboxContent{margin-top:32px; overflow:visible;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; border: solid 12px #fff; }
        #cboxLoadingGraphic{background:url('loading3f04.gif?2741278114130588871') no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#fff;}
        #cboxCurrent{position:absolute; top:-22px; right: 75px; }
        #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url('../images/controls3f04.png') no-repeat 0 0;}
        #cboxPrevious{background-position: center -20px; right:44px; border: 0;}
        #cboxNext{background-position: center -40px; right:22px;border: 0;}
        #cboxClose{background-position: center top; right: 0; border: 0;}



.col-1, .col-2, .col-3, .col-4, .col-4-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	margin-right: 35px;
	float: left;
}

.col-12 {
	margin-right: 0px;
}

.col-1 {
	width: 80px;
}

.col-2 {
	width: 117px;
}

.col-3 {
	width: 160px;
}

.col-4 {
	width: 220px;
}

.col-5 {
	width: 345px;
}

.col-6 {
	width: 410px;
}

.col-7 {
	width: 480px;
}

.col-8 {
	width: 573px;
}

.col-9 {
	width: 649px;
}

.col-10 {
	width: 705px;
}

.col-11 {
	width: 801px;
}

.col-12 {
	width: 877px;
}

/*
960px grid system ~ Core CSS.
16 Columns ~ Margin left: 10px ~ Margin right: 10px

Based on the 960.gs grid system - http://960.gs/
by Nathan Smith

Created by the Grid System Generator - v1.04
Learn more ~ http://www.gridsystemgenerator.com/
*/

.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* =Grid >> Global
--------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/
.alpha {margin-left: 0;}
.omega {margin-right: 0;}
/* =Grid >> 16 Columns
--------------------------------------------------------------------------------*/
.container_16 .grid_1 {width: 40px;}
.container_16 .grid_2 {width: 100px;}
.container_16 .grid_3 {width: 160px;}
.container_16 .grid_4 {width: 220px;}
.container_16 .grid_5 {width: 280px;}
.container_16 .grid_6 {width: 340px;}
.container_16 .grid_7 {width: 400px;}
.container_16 .grid_8 {width: 460px;}
.container_16 .grid_9 {width: 520px;}
.container_16 .grid_10 {width: 580px;}
.container_16 .grid_11 {width: 640px;}
.container_16 .grid_12 {width: 700px;}
.container_16 .grid_13 {width: 760px;}
.container_16 .grid_14 {width: 820px;}
.container_16 .grid_15 {width: 880px;}
.container_16 .grid_16 {width: 940px;}

/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after { 
	content: "\0020"; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}
/* Use clearfix class on parent to clear nested columns,
   or wrap each row of columns in a <div class="row"> */
.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0; 
}
.clearfix:after {
	clear: both; 
}
.clearfix {
    zoom: 1; 
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

