body 
{
	margin: 0;
	padding: 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #2f2f2f;
}

.wrapper 
{
	width: 1098px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
    background: url(../images/hdr-bg.png) no-repeat;
}

img {
    border: none;
}

form {
    margin: 0;
    padding: 0;
}

ul#basket-items {
	list-style: none;
	background: none;
	margin-top: 5px;
}

ul#basket-items li {
    background: none;	
}

/* @group Header */

.header {
	width: 998px;
	height: 174px;
    background: url(../images/header-bg.png) no-repeat;
    margin-left: 50px;
}

.logo {
    float: left;
    padding-left: 10px;
}

.spot-prices {
    text-align: center;
    width: 242px;
    height: 140px;
    background: url(../images/spot-prices-bg.png) no-repeat 0 bottom;
    font-size: 11px;
    position: absolute;
    right: 50px;
    top: 0;
}

* html .spot-prices 
{
	text-align: center;
    width: 242px;
    height: 140px;
    background: url(../images/spot-prices-bg.png) no-repeat 0 bottom;
    font-size: 11px;
    position: fixed;
}

.spot-prices .hdr {
    width: 242px;
    height: 33px;
    background: url(../images/spot-prices-hdr-bg.png) no-repeat 0 top;
}

.spot-prices ul {
	list-style-type: none;
    margin: 0;
    padding: 0 8px 0 0;
    float: right;
    font-size: 22px;
}

.spot-prices li {
	display: list-item;
    float: left;
    background: url(../images/spot-tab.png) no-repeat;
    padding: 0 7px;
    margin: 0;
}

.spot-prices a:hover {
    text-decoration: underline;
}

.spot-prices a:link, .spot-prices a:visited {
	color: #fff;
	text-decoration: none;
    display: block;
    font-weight: bold;
    padding-top: 8px;
    padding-right: 8px;
    padding-left: 3px;
}

.spot-prices .active   {
    background-image: url(../images/spot-tab-active.png);
}

.spot-prices .active a {
    color: #7b7b7b;
}

.spot-prices table {
    width: 90%;
    margin-left: 12px;
}

.spot-prices td {
    padding-top: 0;
    text-align: left;
    vertical-align: middle;
    height: 19px;
    padding-bottom: 0;
}

.spot-prices .hd {
    height: 11px;
    font-size: 11px;
    margin-top: 0;
    padding-top: 0;
}

.spot-prices p {
    margin-top: 3px;
}

h1 {
    visibility: hidden;
    float: left;
    position: absolute;
}

.active a {
    color: #7b7b7b;
}

/* @group Top Navigation */

.navwrapper {
	float: left;
}

.nav {
	padding-bottom: 0;
	margin-bottom: 0;
    width: 100%;
    font-size: 1em;
    margin-left: 0px;
}

.nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 28px;
    width: 730px;
}

.nav li {
	display: list-item;
    float: left;
    margin: 0 4px 0 0;
    padding: 0;
    height: 28px;
    overflow: hidden;
}

.nav img:hover {
    margin-top: 2px;
}

.nav img:active {
    margin-top: 4px;
}

.bread_bar a {
    color: #fff;
    text-decoration: underline;
}

.bread_bar a:hover {
    color: #dfbb5a;
}

.login_status {
    margin-top: 9px;
    margin-right: 14px;
    float: right;
}

.bread_bar {
    width: 998px;
    background-image: url(../images/nav-breadcrumb-bg.png);
    clear: both;
    color: #fff;
    height: 34px;
    font-size: 12px;
}

.breadcrumb {
    float: left;
    padding-top: 9px;
    padding-left: 12px;
}

/* @end */

/* @end */

/* @group Categories */

.cat_wrapper {
    width: 159px;
    float: left;
    margin-top: 0;
    padding-left: 50px;
}

.cat_hdr {
    margin-top: 17px;
}

.cat_hdr h3 {
	visibility: hidden;
    position: absolute;
}

.cats a {
    color: #303030;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 7px;
}

.text-box {
    height: 18px;
    border: 1px solid #b0b0b0;
    margin-left: 5px;
}

.btn-login {
    width: 53px;
    height: 23px;
    border-style: none;
    cursor: pointer;
    margin-left: 90px;
    margin-bottom: 12px;
    background: url(../images/btn-login.png) no-repeat;
}

.login-footer {
    background: url(../images/cat-bg.png) repeat-x 0 bottom;
    width: 160px;
}

.cats p {
    margin-bottom: 2px;
    padding-left: 5px;
    margin-top: 10px;
}

.cats p a {
    font-size: 11px;
    text-align: right;
    margin-right: 0;
    padding-top: 0;
    margin-top: -8px;
}

.cats a:hover {
    color: #000;
    text-decoration: underline;
}

.cats ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.cats li {
    padding-left: 12px;
    background: url(../images/cat-bg.png) repeat-x left bottom;
    /*height: 42px;*/
    padding-top: 0;
    padding-bottom: 0px;
    width: 147px;
}

.cats li ul li {
	background: none;
	padding-bottom: 0;
}

.cats li ul li a {
	padding: 5px;	
}

.cats li.selected a {
	color: #d9b359;
	font-weight: bold;
}

.cats li.selected ul li a {
	color: #000;
	font-weight: normal;
}

.cat_ftr {
    background-image: url(../images/cat-ftr.png);
    width: 217px;
    height: 17px;
    margin-bottom: 12px;
}

/* @end */

/* @group Content */

#row-holder
{
	height: 300px;
	display:block;
}

#row-holder-row2
{
	height: 315px;
	display:block;
}

.content {
    width: 580px;
    float: left;
    margin-top: 15px;
    margin-left: 40px;
	display:block;
	max-width:580px;
}

.content h1 {
    visibility: visible;
    position: relative;
    float: none;
    font-weight: normal;
    font-style: normal;
    margin: 0;
    font-size: 19px;
}

.content h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin: 20px 40px 10px 0;
    border-bottom: 1px solid #c9c9cc;
}



.home-box h2,
.calc-box h2 {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    margin: 0px;
    border-bottom: none;
}

.content h3 {
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    margin: 0;
    
}


/* @group Home */

.home-box {
    width: 250px;
    text-align: center;
    padding-top: 108px;
    float: left;
    padding-right: 6px;
    height: 155px;
    margin-bottom: 20px;
    clear: right;
    margin-right: 30px;
}

.home-box h2 {
    font-weight: normal;
    font-style: normal;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 0;
}

.home-box.gold {
    background: url(../images/home-final_23.jpg) no-repeat;
    margin-left: 2px;
}

.live-warning {
    float: left;
}

.home-box.silver {
	background: url(../images/home-final_25.jpg) no-repeat;
}

.home-box.silver-coins {
	background: url(../images/silver-coin.jpg) no-repeat;
	padding-top: 135px;
	margin-bottom: 25px;
}

.home-box.gold-coins {
    background: url(../images/gold-coin.jpg) no-repeat;
    padding-top: 135px;
    margin-bottom: 25px;
    margin-left: 2px;
}

.home-box div.view-btn-box {
    margin: auto;
    width: 105px;
}

.home-box a.view-btn {
	color: #fff;
	text-decoration: none;
	background: url(../images/btn-view-all.png) no-repeat;
	height: 19px;
	width: 105px;
	font-size: 0.8em;
	display: block;
	line-height: 19px;
	text-align: center;
}

.home-box table {
    width: 226px;
    margin-left: 12px;
    height: 89px;
    text-align: left;
    padding-left: 2px;
    background: url(../images/home-table-bg.png) no-repeat;
    font-size: 12px;
    margin-bottom: 0;
}

.home-box .trow {
    padding-top: 3px;
    vertical-align: top;
}

.home-box .trow span {
    
    
}

.small-text {
    font-size: 10px;
    padding-top: 5px;
    vertical-align: top;
}

.buy-area {
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    text-align: right;
    height: 26px;
    vertical-align: top;
}

.home-logos table {
    text-align: center;
    width: 100%;
}

.home-logos tr {
    vertical-align: middle;
}

.centre-box-hdr {
    width: 539px;
    height: 9px;
    background-image: url(../images/centre-box-hdr.png);
    clear: left;
    overflow: hidden;
}

.centre-box {
    width: 539px;
    background-image: url(../images/centre-box-bg.png);
    clear: left;
}

.centre-box p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    margin: 0;
    padding-top: 6px;
}

.centre-box-ftr {
    width: 539px;
    height: 6px;
    background-image: url(../images/centre-box-ftr.png);
    margin-bottom: 20px;
    overflow: hidden;
}

/* @end */

/* @group Sell to us */

.calc-box {
    width: 250px;
    text-align: center;
    padding-top: 108px;
    float: left;
    padding-right: 6px;
    height: 155px;
    margin-bottom: 20px;
    clear: right;
    margin-right: 30px;
}

.calc-box h2 {
    font-weight: normal;
    font-style: normal;
    margin-bottom: 4px;
    margin-top: 0;
    padding: 0;
}

.calc-box.gold {
    background: url(../images/home-final_23.jpg) no-repeat;
    margin-left: 2px;
}

.calc-box.silver {
	background: url(../images/home-final_25.jpg) no-repeat;
}

.calc-box.gold-coins {
    background: url(../images/gold-coin-calc.jpg) no-repeat;
    padding-top: 135px;
    margin-bottom: 25px;
    margin-left: 2px;
    height: 180px;
}

.calc-box.silver-coins {
	background: url(../images/silver-coin-calc.jpg) no-repeat;
	padding-top: 135px;
	margin-bottom: 25px;
	height: 180px;
}

.calc-box p.we-buy-at {
    font-size: 0.8em;
    margin: 0 0 10px 0;
    padding: 0;
}

.calc-box .calc-row {
    margin: 5px 5px;
    font-size: 12px;
}

.calc-box .calc-row label {
    display: block;
    float: left;
    padding: 3px 7px 0 0;
    width: 70px;
    text-align: right;
}

.calc-box .calc-row input {
    width: 140px;
    border: 1px solid #c6c6c6;
    text-align: right;
    padding: 1px 2px;
}

.calc-box .calc-row select {
    width: 146px;
}

.calc-box .calc-row input.readonly {
    background-color: #f0f0f0;
}

.calc-box div.calc-btn-box {
    margin: 15px auto 0 auto;
    width: 105px;
}

.calc-box a.calc-btn {
	color: #fff;
	text-decoration: none;
	background: url(../images/btn-view-all.png) no-repeat;
	height: 19px;
	width: 105px;
	font-size: 0.8em;
	display: block;
	line-height: 19px;
	text-align: center;
}

/* @end */

/* @group Product List */

.product-list-hdr {
    width: 539px;
    height: 20px;
    background-image: url(../images/product-list-hdr.png);
    background-repeat: no-repeat;
    padding-top: 14px;
    font-weight: bold;
}

.product-list-hdr a {
    font-size: 11px;
    text-decoration: none;
    color: #303030;
}

.product-list-hdr td {
    text-align: left;
}

.product-list-hdr table {
    margin-left: 8px;
    font-size: 11px;
    border-collapse: collapse;
}

.product-list table {
    margin-left: 8px;
    font-size: 11px;
    border-collapse: collapse;
}

.product-list td {
    text-align: left;
    border-bottom: 1px solid #dadada;
    padding-bottom: 6px;
    padding-top: 6px;
}

.c-thumb {
    width: 90px;
}

.c-weight {
    width: 65px;
}

.c-name {
    width:108px;
}

.c-stock {
    width: 60px;
    padding-left: 5px;
}

.c-net {
    width: 55px;
    padding-left: 5px;
}

.c-vat {
    width: 25px;
    padding-left: 5px;
}

.c-invat {
    width: 55px;
    padding-left: 5px;
}

.c-from-name {
    width: 192px;
}

.c-from-net {
    width: 75px;
    padding-left: 5px;
}

.c-from-vat {
    width: 25px;
    padding-left: 5px;
}

.c-from-invat {
    width: 75px;
    padding-left: 5px;
}

.c-buy {
    width: 40px;
}


/* @end */

/* @group Product Detail */

.product-images {
    width: 288px;
    float: left;
    min-height: 400px;
}

.product-images p {
    margin: 0 0 5px;
}

.product-info {
    width: 250px;
    margin-left: 290px;
    font-size: 12px;
}

.product-info p {
    margin-top: 0;
}

.product-info table {
    width: 100%;
}

.product-info th {
    text-align: left;
}

.product-info td {
    font-size: 11px;
}

.buy-btn {
    background-image: url('../images/btn-buy-lrg.png');
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    width: 32px;
    height: 19px;
    border: 0;
}

.qty-box {
    width: 20px;
    height: 18px;
    border: 1px solid #b0b0b0;
}

/* @end */

/* @group Account */

p#message {
    color: #998449;
    font-style: italic;
    font-weight: bold;
    margin-right: 63px;
    background-color: #fefee7;
    padding: 9px;
    margin-top: 0;
    border: 1px solid #fcf1a8;
}

.new-customer {
    float:left;
    width:250px;
    border-right: 1px solid #b8b8b8;
    padding-right:30px;
}

.returning-customer {
    float:right;
    width:270px;
    padding-right:10px;
    padding-left:10px;
}

.returning-customer a {
    font-size: 11px;
    text-decoration: none;
    color: #303030;
}

.my-account {
    width: 539px;
}

.my-account a {
    font-size: 11px;
    text-decoration: none;
    color: #303030;
}

.my-account a#link {
    font-size: 12px;
    text-decoration: none;
    color: #303030;
    font-weight: bold;
}

.my-account a#link:hover {
    text-decoration: underline;	
}

.my-account p {
    margin-top: 0;
}

.my-account table {
    padding: 0;
    margin: 0;
}

.product_table td{
    font-size: 11px;
}

.product_table {
    width: 96%;
}

.required-fields {
    text-align: right;
    font-style: normal;
    font-weight: normal;
}

.acc-inv ul {
    margin: 0px;
    padding: 0 0px 0px 5px;
    list-style-type: none;
}

.acc-inv li {
    padding: 0px 0px 3px 20px;
    background-image: url(../images/invoice.png);
    background-repeat: no-repeat;
}

.checkout_summary {
    float: right;
    width: 200px;
    margin-right: 55px;
    font-size: 12px;
    margin-bottom: 20px;
}

.summary_headings {
    float: left;
}

.summary_prices {
    float: right;
}

.checkout_summary p {
    margin-top: 8px;
    margin-bottom: 0;
}

.clear {
    clear: both;    
}

input.cancel_button  {
    text-align: center;
    border: 0px;
    background: transparent url(../images/btn-cancel.png) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 75px;
    cursor: pointer;
    float: left;
}

.save_button {
    float: right;
}

.cancel_button {
    float: left;
}

input.reset_password  {
    text-align: center;
    border: 0px;
    background: transparent url(../images/btn-continue.png) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 75px;
    cursor: pointer;
    margin-left: 12px;
}

.reset_password {
    float: right;
}

#id_username, #id_password, #id_message {
    border: 1px solid #b8b8b8;  
}

 
 #id_country {   
    border: 1px solid #b8b8b8;
}

form.page_form #id_newsletter {
    width: 12px;
}

form.page_form table {
    margin: 0px auto;
    width: 90%; 
    border-collapse: collapse;
}

form.page_form table tr th {
    width: 30%;
    vertical-align: text-top;
}

form.page_form table tr td input {
    width: 300px;
    border: 1px solid #b8b8b8;
    padding: 2px 2px 0px 2px;
}

form.page_form table tr td ul {
    margin: 0px;
    padding: 0px;
}

form.page_form table tr td li {
    list-style: none;
    line-height: 23px;
    vertical-align: super;
    padding-bottom: 3px;
}

form.page_form table th, form table td {
    padding-right: 0px;
    padding-top: 5px;
    padding-left: 0px;
}


form.page_form table th p {
    margin: 0px 10px 0px 0px;
    text-align: right;
    font-weight: normal;
    font-style: normal;
}

form.page_form .help_text {
    margin-top: 5px;
    font-style: italic; 
}


/* @end */

/* @group Checkout */

#countdown {
    width: 150px;
    height: 40px;	
    margin-left: 200px;
}

.forward_button {
    background: url(../images/btn-update-basket.png) no-repeat;
    height: 23px;
    width: 95px;
    cursor: pointer;
}

.number {
    text-align: right;
}

td.number.totals  {
    padding-right: 17px;
}

.bold {
    font-weight: bold;	
}


.checkout_breadcrumb_1 {
    width: 454px;
    height: 27px;
    background: url(../images/checkout_progress_1.gif) no-repeat;
    margin-left: 78px;
    list-style-type: none;
}

.checkout_breadcrumb_2 {
    width: 454px;
    height: 27px;
    background: url(../images/checkout_progress_2.gif) no-repeat;
    margin-left: 78px;
    list-style-type: none;
}

.checkout_breadcrumb_3 {
    width: 454px;
    height: 27px;
    background: url(../images/checkout_progress_3.gif) no-repeat;
    margin-left: 78px;
    list-style-type: none;
}

.checkout_progress li {
    display: inline;
    text-align: center;
    padding-right: 36px;
    padding-left: 24px;
}

.checkout_progress ul {
    padding-top: 6px;
    text-align: center;
    padding-left: 0;
    margin-top: 0;
}

.checkout_progress p {
    float: left;
    padding-left: 14px;
    padding-top: 0;
    margin-top: 6px;
    font-weight: bold;
}

.checkout_progress .active {
    font-weight: bold;
    color: #fff;
}

.checkout_progress .done {
    color: #002f57;
}

.forward_button input {
	text-align: center;
    border: 0px;
    background: transparent url(../images/btn_update_basket.gif) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 135px;
    cursor: pointer;
}

.confirm_buttons {
    width: 530px;
    clear: both;
    background-color: #fff;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 29px;
}

.continue_button input {
	text-align: center;
    border: 0px;
    background: transparent url(../images/btn_continue.gif) left;
    padding-left: 13px;
    font-weight: bold;
    height: 23px;
    width: 135px;
    cursor: pointer;
    float: right;
}

.table_wrapper {
    width: 539px;
    margin-top: 10px;    
}

.checkout_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
    margin-bottom: 3px;
}

.checkout_table td {
    height: 22px;
}

.checkout_table th {
    background-color: #e4e4e4;
    border-style: none;
    font-weight: bold;
    padding-bottom: 6px;
    padding-top: 6px;
    font-size: 12px;
}

.img-col {
    width: 54px;
}

.price-col {
	width: 80px;
    text-align: center;
}

.qty-input-col {
    width: 30px;
    text-align: center;
}

.qty-col {
    width: 10px;
    text-align: center;
}

input#qty {
    width: 15px;
}

.rem-col {
    width: 22px;
    text-align: center;
}

.update-col {
    width: 325px;
}

.checkout_table tr {
    border-bottom: 1px solid #e4e4e4;
}

.checkout_table td {
}

.checkout-address {
    width: 288px;
    float: left;
    margin-bottom: 20px;
}

.checkout-address h2 {
    margin-top: 0;
}

.checkout-radio {
    margin-right: 20px;
}

/* @end */

/* @end */

/* @group Right Column */

.right-wrapper {
    width: 213px;
    margin-left: 835px;
    padding-bottom: 20px;
}

.message-box-hdr {
    height: 35px;
    background-image: url(../images/message-box-hdr.png);
    overflow: hidden;
    margin-top: 17px;
    width: 162px;
}

.message-box-hdr h3 {
    color: #7B7B7B;
    margin: 10px 0 0 0;
    text-align: center;
}

.message-box {
    background: url(../images/message-box-bg.png) repeat-y;
    padding: 5px 5px 0px 5px;
    color: #7B7B7B;
    font-size: 0.9em;
    width: 163px;
}

.message-box p {
    margin: 0;
    padding: 0 15px 10px 0;
}

.message-box-ftr {
    height: 13px;
    background-image: url(../images/message-box-ftr.png);
    overflow: hidden;
    width: 163px;
}

.why-box ul {
    margin-bottom: 0;
    padding-bottom: 12px;
    margin-top: 0;
    padding-right: 25px;
    padding-left: 25px;
    list-style-type: none;
    color: #7b7b7b;
    font-size: 13px;
    margin-left: 0;
}

.why-box p {
    color: #7b7b7b;
    padding-bottom: 12px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 0;
}

.why-box li {
    background: url(../images/tick.png) no-repeat;
    padding-left: 28px;
    padding-bottom: 12px;
    margin-left: 0;
}

.why-box .sell li {
    padding-left: 25px;
}

.why-box {
    margin-top: 17px;
    background: url(../images/right-box-bg.png) repeat-y;
}

.why-box-footer {
    width: 213px;
    height: 13px;
    background-image: url(../images/right-box-ftr.png);
    overflow: hidden;
}

.why-box a {
    color: #303030;
    text-decoration: none;
    display: block;
}

/* @end */

/* @group Footer */

.footer {
    clear: both;
    float: left;
    width: 1098px;
    height: 65px;
    background-image: url(../images/footer-bg.png);
    text-align: center;
    font-size: 11px;
    padding-top: 6px;
}

.footer p {
    padding-top: 11px;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.footer a {
    color: #7b7b7b;
}

/* @end */

/* @group Pagination */

#pagination-box .previous-off,
#pagination-box .next-off {
    border: 1px solid #bbb;
    font-weight:bold;
    padding:3px 4px;
}

#pagination-box .next a,
#pagination-box .previous a {
    font-weight:bold;
}

#pagination-box .active{
    background: #000;
    color:#FFFFFF;
    font-weight:bold;
    padding: 4px 6px;
    margin-right: 4px;
}

#pagination-box a:link,
#pagination-box a:visited {
    display:inline;
    padding:3px 6px;
    text-decoration:none;
}

#pagination-box a:hover{
    border: 1px solid #000;
    color: #303030;
    background-color: #fff;
}

#pagination-box {
    float: right;
    margin-right: 20px;
}

#pagination-box li{
    display: inline;
    border:0;
    padding: 0 0px 0 0;
    font-size:11px;
    list-style:none;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0px;
}

#pagination-box a {
    border: 1px solid #9f9f9f;
    background-color: #e6e6e6;
    color: #282828;
    margin-right: 3px;
}

/* @end */



tr.no-borders {
    border: none;
}


a:hover {
    text-decoration: underline;
}

.errorlist {
    margin: 0;
    padding: 0;
    list-style: none;
    color: red; 
}

ul#message {
    font-size: 14px;
    color: #d2a73e;
    border: 1px solid #d2a73e;
    padding: 10px;
    width: 520px;
    list-style: none;
}

ul#message a {
    color: #d2a73e;
}

/* Related products */
.related-products {
    height: 220px;
    padding: 0 10px;
}

.related-products h2.related-products-hdr {
    clear: both;
    margin: 0 0 10px 0;
    width: 519px;
}

.related-products div {
    width: 519px;
}

.related-products div div {
    float: left;
    width: 173px;
    text-align: center;
}

.related-products div div div {
    height: 155px;
}

.related-products div p {
    margin: 0px 12.5px;
    padding: 0px;
    font-size: 0.9em;
    text-align: center;
    line-height: 1.1em;
    width: 150px;
}

.large-thumb {
    margin-bottom: 10px;
}

#price-updates h3 {
    font-size: 16px;
    border-bottom: 1px solid #c9c9cc;
    margin: 0 0 5px 0;
    font-weight: bold;
}

#price-updates p.update-text {
    margin-bottom: 5px;
    padding: 0 2px;
}

#price-updates div {
    padding: 0 2px;
}

#price-updates div div.row {
    margin: 2px 0 5px 0;
}

#price-updates #price-update-tbl {
    padding: 0;
    margin: 0;
}

#price-updates #price-update-tbl td {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
}

#price-updates label {
    font-weight: bold;
}

#price-updates input {
    border:1px solid #B0B0B0;
    height:18px;
}

#price-updates input#id_email {
    width: 244px;
}

#price-updates input#id_quantity {
    width: 20px;
}

#price-updates input#id_price {
    width: 60px;
}

#price-updates .notify-btn {
    background-image: url('../images/notify-me.png');
    background-repeat: no-repeat;
    margin: 5px 0 0 0;
    padding: 0;
    width: 95px;
    height: 23px;
    border: 0;
}

#price-updates-btn-box {
    text-align: center;
    margin-top: 10px;
}

#price-updates-btn-box img {
    cursor: pointer;
}

.blurb {
    width: 539px;
    margin-bottom: 20px;
}
