* {
    text-decoration: none;
    font-size: 1em;
    outline: none;
    padding: 0;
    margin: 0;
    }
code, kbd, samp, pre, tt, var, textarea, 
input, select, isindex, listing, xmp, plaintext {
    white-space: normal;
    font-size: 1em;
    font: inherit;
    }
dfn, i, cite, var, address, em { 
    font-style: normal; 
    }
th, b, strong, h1, h2, h3, h4, h5, h6 { 
    font-weight: normal; 
    }
a, img, a img, iframe, form, fieldset, 
abbr, acronym, object, applet, table {
    border: none; 
    }
table {
    border-collapse: collapse;
    border-spacing: 0;
    }
caption, th, td, center { 
    vertical-align: top;
    text-align: left;
    }
body { 
    background: white; 
    line-height: 1; 
    color: black; 
    }
q { 
    quotes: "" ""; 
    }
ul, ol, dir, menu { 
    list-style: none; 
    }
sub, sup { 
    vertical-align: baseline; 
    }
a { 
    color: inherit; 
    }
hr { 
    display: none; 
    }
font { 
    color: inherit !important; 
    font: inherit !important; 
    color: inherit !important; /* editor's note: necessary? */ 
    }
marquee {
    overflow: inherit !important;
    -moz-binding: none;
    }
blink { 
    text-decoration: none; 
    }
nobr { 
    white-space: normal; 
    }
a {
  outline: none;
}

:-moz-any-link:focus {
  outline: none;
}

img a:hover {
	text-decoration: none;
}


/*Start site*/

html, body {
	font-family: sans-serif, Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #000000;
	height: 100%;
	margin: 0px;
	color: #F3F3F3;
	line-height: 150%;
}

.outside {
    height: auto;
    min-height: 100%;
    position: relative;
}
#wrapper {
    margin: 0 auto;
    width: 1000px;
}
#header {
    width: 1000px;
    height: 76px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
        }
    
.logo-wrap {
    padding-top: 15px;
}
#content {
    
    width: 1000px;
    margin: 0px;
    padding-bottom: 120px;
    background-image: url(/images/gun.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	position: relative;
	min-height: 500px;
    height: auto !important;
    height: 500px;
}



#leftcolumn {
	width: 190px;
	float: left;
	margin: 0px;
	color: #000000;
	position: relative;
	height: 100%;
	
	
}

.over-menu {
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color: #FFFFFF;
	left: 0px;
	width: 190px;
	z-index: 0;
	height: auto;
	padding-top: 15px;
	padding-bottom: 15px;
}




li.li-depth-0 {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.li-depth-0 a:link, li.li-depth-0 a:visited {
	color: #030303;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
}

li.li-depth-0 a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #030303;
}

.ul-depth-0 li, li.designers-navigation-li {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.ul-depth-0 li a:link, .ul-depth-0 li a:visited, li.designers-navigation-li a:link, li.designers-navigation-li a:visited {
	color: #030303;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
	display: block;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 15px;
	margin-right: 10px;
	margin-left: 10px;
}

.ul-depth-0 li a:hover, li.designers-navigation-li a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #030303;
}

.designers-title-ul {
	margin-top: 10px;	
}

#rightcolumn {
	float: right;
	padding: 0px;
	width: 790px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;    
}
#footer {
    clear:both;
    width: 100%;
    position: absolute;
    bottom: 0 !important;
    margin: 0;
    border-top: 6px solid #666666;
    color: #FFFFFF;
    height: 120px;
    background-color: #000000;
    
}
.footer-inside {
    width: 1000px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-size: 11px;
    padding-top: 20px;
}


.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;


}



.clearfix {


    display: inline-block;


    }

html[xmlns] .clearfix {

    display: block;


    }


* html .clearfix {

    height: 1%;

    }
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	text-transform: uppercase;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 3px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}
h2 {
	font-size: 110%;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

h3 {
	font-size: 120%;
	color: #FFFFFF;
	padding: 5px;
	border: 1px solid #CC0000;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

p {
    padding-bottom: 10px;
    }
strong {
	font-weight: bold;
    }

li {
    margin-left: 25px;
    list-style-type: square;
    }

a:link, a:visited {
    color: #CCCCCC;
    text-decoration:none;
    }
a:hover {
    color: #FF9900;
    text-decoration:underline;
    }
.product-description a:link, .product-description a:visited {
	text-decoration:underline;
}
.product-description a:hover {
    text-decoration: none;
}
.float-left{
    float:left;
	display: inline;
}
.float-right{
    float:right;
	display: inline;
}

.header-outer {
    width: 100%;
    height: 70px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#030303;
}

.footer-inside p {
	padding-top: 10px;
	padding-bottom: 10px;
	letter-spacing: 0.5px;
}


.search-box {
    height: 25px;
	width: 240px;
    border:2px solid #222222;
    bottom:0;
    padding:0;
    margin-top: 6px;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 4px;
    font-weight: bold;
}

.basket-buttons {
    height: 30px;
}

.currency-wrap {
	float: right;
	margin-top: 43px;
	margin-right: 10px;
	display: inline;
}

.search-box-right {
	float: right;
	display: inline;
	width: 248px;
}
.search_field {
    background-color:#000000;
    background-position:left bottom;
    border:1px solid #000000;
    color:#616161;
    margin:0;
    text-align:left;
    width: 200px;
    float: left;
    padding-top: 4px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 3px;
}

.search-img {
    margin-top: 4px;
    float: right;
    display: inline;
}

.product-wrap {
    display: inline;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
	height: auto;
	height: 180px;
	min-height: 180px;
}

.left-product {
    border:1px solid #666666;
    margin:0 0 0 6px;
    padding:0;
    width:249px;
    min-height: 150px;
}
.float-left-product {
	padding: 5px;
	border: 1px solid #666666;
	float: left;
	width: 237px;
	position: relative;

}
.product-title {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    color: #E0E0E0;
    }
.product-designer {
    font-size: 10px;
    color: #FDFDFD;
    padding-bottom: 3px;
	height: 20px;
	overflow: hidden;
}
.img-info-wrap {
	height: 125px;
    position: relative;
}
.prod-img {
    height: 120px;
    width: 120px;
    float: left;
}
.prod-img img {
	border: 1px solid #787878;
	padding: 1px;
}
.prod-details {
    float: right;
    width: 110px;
    text-align: center;
    margin-bottom: 5px;
    height: 19px;
    padding-top: 10px;
	display: inline;
}

.prod-price {
	font-size: 12px;
	float: right;
	width: 110px;
	text-align: center;
	padding-bottom: 10px;
	display: inline;
	text-transform: uppercase;
}
.normal-price {
	font-weight: bold;
}

.was-price {
	text-decoration: line-through;
	color: red;
}

a.product-action, 
.prod-details a, 
.add-to-basket a, 
a#send-to-friend-link, 
.proceed-button a,
#submit,
.designer-single-button a,
.join-lbb a,
.checkout-change-details a,
#submit-order
 {
	background-image:url(/images/grady.jpg);
	background-position:left bottom;
	background-repeat:repeat-x;
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:100%;
	margin:0;
	padding:2px 9px;
	text-align:center;
	text-decoration:none;
	font-variant: small-caps;
	letter-spacing: 1px;
	display: inline-block;
}

a.product-action:hover, 
.prod-details a:hover, 
.add-to-basket a:hover, 
a#send-to-friend-link:hover, 
.proceed-button a:hover,
#submit:hover,
.designer-single-button a:hover, 
.join-lbb a:hover,
.checkout-change-details a:hover,
#submit-order:hover
 {
    border:1px solid #FFFFFF;
    color:#FFFFFF;
	cursor: pointer;
}

.more-info-text {
    float: right;
    width: 480px;
    margin-top: 10px;
}
.more-info-image {
	display: inline;
	float: left;
	border: 1px solid #666666;
	background-color: #181818;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	width: 282px;
}
.large-img {
	border: 1px solid #393939;
	height: 265px;
	width: 265px;
	margin-right: 10px;
	padding: 2px;
}
.thumb-wrap {
    margin-top: 10px;
}
.one-thumb {
	border: 1px solid #393939;
	height: 82px;
	float: left;
	display: inline;
	padding: 1px;
	margin-right: 6px;
	margin-bottom: 6px;
}


.add-to-basket, .send-to-friend {
	float:right;
	display: inline;
	height: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 5px
}

.add-to-basket-form-wrap select {
	margin-right: 5px;
	margin-left: 5px;
}

.product-price {
	font-size: 17px;
	text-align: right;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a.add-to-basket-link {
	margin-right: 0;
}


/*MY BASKET PAGE AND CHECKOUT*/

.basket-wrapper {
	width: 100%;
}

.basket-summary-heading, .basket-summary-item-row {
	float: left;
	display: inline;
	width: 15%;
	text-align: center;
}

.basket-summary-name, .basket-summary-name {
	text-align: left;
}

.basket-summary-total, .basket-summary-total {
	text-align: right;
}

.basket-summary-name, 
.basket-summary-options {
	width: 20%;
}


.basket-summary-delivery, 
.basket-summary-total-row {
	padding-right: 117px;
}

.basket-select-country, 
.basket-apply-voucher, 
.basket-summary-wrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #151515;
	border: 1px solid #666666;
	
}

.basket-select-country, 
.basket-apply-voucher, 
.basket-summary-headings, 
.basket-summary-total-row, 
.checkout-form-wrapper legend,
.proceed-button,
.submit-button {
	background-image: url(../images/grady.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #020202;
}
.submit-button-confirm {
	background-image: url(../images/grady.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #020202;
	margin-top: 30px;
	text-align: right;
	border: 1px solid #666666;
	padding: 10px;
}
.basket-summary-headings {
	background-color: #2B2B2B;
	font-weight: bold;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-transform: uppercase;
}

.basket-summary-total-row {
	font-size: 17px;
	font-weight: bold;
	background-color: #2B2B2B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.basket-select-country, 
.basket-apply-voucher, 
.basket-summary-delivery-row, 
.basket-item-row {
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.basket-item-row {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0b0b0b;
}

.basket-summary-delivery-row {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
	font-weight: bold;
}

.basket-select-country select, 
.basket-apply-voucher input, 
.checkout-form-wrapper fieldset input,
.pop-up-wrap input,
.zend_form input,
.zend_form select,
.basket-summary-quantity input,
.add-to-basket-form-wrap select {
	margin: 2px;
	background-color: #DFDFDF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0B0B0B;
	border-right-color: #FBFBFB;
	border-bottom-color: #FBFBFB;
	border-left-color: #0B0B0B;
}

.checkout-form-wrapper fieldset input {
	width: 170px;
}

#postcode-element input {
	width:70px;
}

#deliver_to_billing_address-element input {
	width: auto;
}

/*CHECKOUT*/

dt, dd {
	display: block;
}

.checkout-form-wrapper {
	margin-top: 30px;
	
}

.submit-button, .proceed-button {
	margin-top: 30px;
	text-align: right;
	border: 1px solid #666666;
	padding: 10px;
}

.checkout-form-wrapper fieldset {
	background-color: #151515;
	border: 1px solid #666666;
	padding: 10px;
}
.checkout-form-wrapper legend {
	background-color: #2D2D2D;
	border: 1px solid #666666;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-weight: bold;
}

fieldset#fieldset-delivery {
	float: right;
	width: 350px;
}

fieldset#fieldset-personal {
	float: left;
	width: 350px;
}


.form-element-wrap {

	padding-bottom: 2px;
}

#submit-element {
	clear: both;
}

.flash-message {
	border:1px solid #FFE222;
	color: #9F6000;
	background-color: #FEEFB3;
	font-size:15px;
	font-weight:normal;
	margin:5px auto;
	padding:7px;
}

.errors li {
	color: #D8000C;
	background-color: #FFBABA;
	padding: 2px;
	margin-left: 0;
	margin-top: 2px;
	border: 1px dashed #D8000C;
	list-style-type: none;
	width: 230px;
}

/*END MY BASKET AND CHECKOUT*/


.inactive-image { 
	display: none; 
}

.pop-up-body {
	width: 200px;
	height: 200px;
	margin: 30px;
}

.designer-single-wrap {
	display: inline;
	float: left;
	border: 1px solid #666666;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 250px;
	min-height: 225px;
	height: auto;
	height: 225px;
}

.designer-single-name {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 3px;
	text-transform: uppercase;
	padding-right: 0px;
	padding-left: 10px;
	padding-top: 3px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.designer-single-image {
	text-align: center;
	width: 100%;
	height: 140px;
	padding-top: 10px;
}

.designer-single-image img {
	padding: 1px;
	border: 1px solid #333333;
}

.designer-single-button {
	text-align: center;
	width: 100%;
}

.portfolio-single img {
	padding: 1px;
	border: 1px solid #505050;
}

.portfolio-single img:hover {
	padding: 1px;
	border: 1px solid #8F8F8F;
}

.portfolio-single {
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline;
	float: left;
}

.news-article-date {
	font-size:x-small;
	font-style:italic;
	letter-spacing: 1px;
}


.pagination {
	height: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.pagination a {
	border: 1px solid #959595;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #141414;
}
.pagination-on-page {
	border: 1px solid #E5E5E5;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	background-color: #000000;
	color: #FDFDFD;
}

.join-lbb {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #676767;
	padding-top: 8px;
	padding-bottom: 8px;
}
.confrirm-personal-wrap {
	color: #FF9900;
}
.checkout-form-wrapper label {
	text-transform: uppercase;
	margin-bottom: 1px;
	padding-top: 5px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #606060;
	display: block;
	letter-spacing: 1px;
	color: #FFFFFF;
	font-size: 10px;
}



.checkout-change-details {
	float: left;
}

.previous-button {
	float: left;
	padding: 5px;
	width: 50px;
}
.next-button {
	float: right;
	padding: 5px;
	width: 50px;
}
.press-wrap {
	float: left;
	width: 640px;
	text-align: center;
}

.next-button img, .previous-button img {
	border: 1px solid #252525;
	padding: 1px;
}
.next-button img:hover, .previous-button img:hover {
	border: 1px solid #4F4F4F;
	padding: 1px;
}

.shop-browse-no-products-found {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 1px dotted #CC0000;
	text-align: center;
}

.captcha {
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 4px;
	float: left;
	
	
}

.captcha-element { 
	float:left;
	display: inline;
}

.product-actions {
	position: absolute;
	top: -5px;
	background-color: #333333;
	padding: 2px;
	border: 1px solid #CFD343;
	right: -5px;
}
.product-actions a {
	padding-right: 8px;
	padding-left: 8px;
}

.dates-outer {
	background-image: url(/images/note-body.jpg);
	background-repeat: repeat;
	margin-top: 20px;
	height: 300px;
	min-height: 300px;
	height: auto;
}
.dates-inner {
	background-image:url(/images/note-head.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	color: #333333;
	padding: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;

}
.dates-inner h1, .dates-inner h2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: normal;
	text-transform: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	font-size: 17px;
	margin-bottom: 4px;
	line-height: 24px;
}

#message {
	width: 200px;
	margin: 2px;
	background-color: #DFDFDF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0B0B0B;
	border-right-color: #FBFBFB;
	border-bottom-color: #FBFBFB;
	border-left-color: #0B0B0B;
}

.prod-out-of-stock, .product-out-of-stock {
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-align: center;
	float: right;
	width: 110px;
	margin-top: 5px;
}

.product-out-of-stock {
	text-align: right;
}

.pop-up-wrap {
    text-align: center;
}

.share-button {
    float: left;
    margin-top: 9px;
}

.follow-us {
	font-size: 9px;
	margin-top: 22px;
	margin-left: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	width: 90px;
}

.follow-us img {
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.display-none {
	display:none;
}

.bespoke-form-wrap #email,
.bespoke-form-wrap #type,
.bespoke-form-wrap #metal,
.bespoke-form-wrap #gemstones,
.bespoke-form-wrap #budget,
.bespoke-form-wrap #time {
    width: 200px;
}

#slider-wrap {
    padding-top: 30px
}
