/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
    /* Page reset */
    margin:0px;
    padding:0px;
}

body{
    /* Setting default text color, background and a font stack */
    color:#444444;
    font-size:13px;
    background: #fff;
    font-family:Arial, Helvetica, sans-serif;
}

img.preload {
    display: none;
}

div {
    text-align: left;
}

div p {
    text-align: left;
    line-height: 17px;
    color: ##6E6E6E;
}

div#account-cart{
    font-size: 10px;
    text-align: right;
    float: right;
    width:600px;
    height: 30px;
    margin: 10px;
    color: #e3e3e3;
}

div#account-cart ul {
    height: 30px;
    display: inline;
    padding: 0;
}

div#account-cart ul li {
    text-align: center;
    margin-top: 0px;
    height: 30px;
    color: #e3e3e3;
    width: 90px;
    padding: 0px 3px 0px 3px;
}

div#account-cart ul li a{
    text-transform: uppercase;
    color: #909090;
    display: inline;
}

div#logo{
    text-align: left; /*background:url(https://oshaughnessywinery.registria.com/system/images/874/original/logo-colored-together.png) no-repeat;*/
    height: 100px;
    width:300px;
    float: left;
    margin-left: 0px;
    margin-top: 10px;
}

div#top-nav{
    height: 100px;
    width:600px;
    float: right;
    text-align: right;
}

div#top-nav ul {
    text-align: right;
}

div#top-nav ul li {
    text-align: center;
    margin-top: 12px;
    height: 20px;
}

div#top-nav ul li a{
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 5px;
}

div#top-nav ul li.current{
    border: 1px solid #e8e5d4;
}

/* FEATURED WINE */
div#featured{
    background:url(https://oshaughnessywinery.registria.com/system/images/873/original/featured.png) no-repeat;
    height: 155px;
    width:400px;
    float: left;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
}


/* RECENT NEWS */
div#recent-news{
    background:url(https://oshaughnessywinery.registria.com/system/images/867/original/recent-news.png) no-repeat;
    height: 155px;
    width:400px;
    float: left;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
}

div#recent-news p {
    margin-top: 30px;
    text-align: left;
    color: #6E6E6E;
    margin-left:20px;
    width:85%;
}

div#recent-news a {
    margin-left: 290px;
}

div#join-list a {
    margin-left: 290px;
}

/* JOIN OUR MAILING LIST */
div#join-list{
    background:url(https://oshaughnessywinery.registria.com/system/images/868/original/join-list.png) no-repeat;
    height: 155px;
    width:500px;
    float: right;
    margin-left: 0px;
    margin-top: 15px;
    margin-bottom: 30px;
    text-align: left;
    color: #6E6E6E;
}

div#join-list ul{
    margin-top: 20px;
}


div#join-list a{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #e3e3e3;
    padding: 7px;
    text-align :center;
    height: 17px;
    margin-top: 15px;
    background-color: #EAb12E;
}


/* Gallery styles */
#gallery{
    /* CSS3 Box Shadow */
    -moz-box-shadow:0 0 3px #AAAAAA;
    -webkit-box-shadow:0 0 3px #AAAAAA;
    box-shadow:0 0 3px #AAAAAA;

    /* CSS3 Rounded Corners */

    -moz-border-radius-bottomleft:4px;
    -webkit-border-bottom-left-radius:4px;
    border-bottom-left-radius:4px;

    -moz-border-radius-bottomright:4px;
    -webkit-border-bottom-right-radius:4px;
    border-bottom-right-radius:4px;

    border:1px solid white;

    background:url(https://oshaughnessywinery.registria.com/system/images/860/original/panel.jpg) repeat-x bottom center #ffffff;

    /* The width of the gallery */
    width:920px;
    overflow:hidden;
}

#about #gallery {
    background:url(https://oshaughnessywinery.registria.com/system/images/860/original/panel.jpg) repeat-x top center #ffffff;
}

#slides{
    /* This is the slide area */
    /*height:400px;*/

    /* jQuery changes the width later on to the sum of the widths of all the slides. */
    width:920px;
    overflow:hidden;
}

.slide{
    float:left;
}

#menu{
    /* This is the container for the thumbnails */
    height:45px;
    text-align: center;
}

ul{
    margin:0px;
    padding:10px;
}

li{
    /* Every thumbnail is a li element */
    width:100px;
    display:inline-block;
    list-style:none;
    /*height:65px;*/
    overflow:hidden;
}

li.inact:hover{
/* The inactive state, highlighted on mouse over */
/*background:url(images/pic_bg.png) repeat;*/
}

li.act,li.act:hover{
/* The active state of the thumb */
/*background:url(images/active_bg.png) no-repeat;*/
}

li.act a{
    cursor:default;
}

.fbar{
    /* The left-most vertical bar, next to the first thumbnail */
    width:2px;
/*background:url(images/divider.png) no-repeat right;*/
}

li a{
    display:block;
    /*background:url(images/divider.png) no-repeat right;*/
    height:35px;
    padding-top:0px;
}

a img{
    border:none;
    margin-top: -5px;
}


/* The styles below are only necessary for the demo page */

h1{
    font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
    font-size:30px;
    font-weight:normal;
    margin-bottom:12px;
}

h2{
    font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
    font-size:12px;
    font-weight:normal;
    text-transform:uppercase;
}

#main{
    /* The main container */
    margin:15px auto;
    text-align:center;
    width:920px;
    position:relative;
}

a {
    color: #615f2c;
    text-decoration:none;
    outline:none;
}

a:visited {
    color:none;
    text-decoration:none;
    outline:none;
}

a:hover{
    text-decoration:underline;
}

p{
    padding:10px;
}

.clear {
    clear: both;
    background: none;
}


/* SHOP */
div.wine-type {
    width: 450px;
    height: 500px;
    margin: 0 auto;
    text-align: left;
}

div.wine-type img {
    border: none;
    padding: 0px;
    margin: 0px;
}

div.wine-type ul{
    margin-top:-30px;
    padding:0px;
    text-align: center;
    color: #909090;
}

div.wine-type ul li{
    display:inline;
    list-style:none;
}

div.wine-type ul li a{
    font-size: 11px;
    display: inline;
}

div.wine-type ul li a:hover{
    text-decoration: underline;
}

div.space {
    float: left;
    width: 20px;
    height: 150px;
    text-align: left;
}



/* WINE TYPE SMALL */
div.wine-type-small {
    float: left;
    width: 286px;
    height: 150px;
    text-align: left;
    margin-top: 20px;
}

div.wine-type-small img {
    border: none;
    padding: 0px;
    margin: 0px;
}

div.wine-type-small ul{
    margin-top:-30px;
    padding:0px;
    text-align: center;
    color: #909090;
}

div.wine-type-small ul li{
    display:inline;
    list-style:none;
}

div.wine-type-small ul li a{
    font-size: 11px;
    display: inline;
}

div.wine-type-small ul li a:hover{
    text-decoration: underline;
}

div.space-small {
    float: left;
    width: 30px;
    height: 150px;
    text-align: left;
}


/* TAST AND TOUR */
div#taste-tour-gallery {
    margin-top: 30px;
    margin-left: 20px;
}

div#taste-tour-gallery p {
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}

div#taste-tour-gallery div.thumb {
    float: left;
    width: 120px;
    height: 120px;
    border: 1px solid #E8E5D4;
    text-align: center;
    margin-top: 20px;
    margin-left: 20px;
    line-height:8em;
}

div#taste-tour-gallery div.thumb img {
    padding: 10px;
    vertical-align:middle
}

/* WINE DETAIL */
div#wine-detail-title {
    width: 600px;
    float: left;
    text-align: left;
    margin-top: 20px;
}

div#wine-detail-text {
    width: 600px;
    float: left;
    text-align: left;
    font-size: 13px%;
    line-height: 17px;
    color: #4c4d4d;
}

div#wine-detail-text p {
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div#wine-detail-text p.quote {
    font-size: 14px;
    line-height: 20px;
}

div#wine-detail-text p.top-border {
    border-top: 1px solid #E8E5D4;
    margin-top: 20px;
    padding-top: 20px;
}

div#wine-detail-image {
    width: 300px;
    float: right;
    margin-top: 24px;
}


div#wine-detail-cart {
    width: 600px;
    float: left;
    text-align: left;
    font-size: 13px%;
    line-height: 17px;
    color: #4c4d4d;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    border-top: 1px solid #E8E5D4;
}

div#wine-detail-cart div#cart {
    width: 225px;
    float: right;
    margin-top: 5px;
}

div#wine-detail-cart div#cart select {
    margin-left: -125px;
}

div#wine-detail-specs {
    width: 600px;
    float: left;
    text-align: left;
    font-size: 13px%;
    line-height: 17px;
    color: #4c4d4d;
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #E8E5D4;
}

div#wine-detail-specs table td.spec {
    width: 30%;
}

div#wine-detail-specs table td.description {
    width: 65%;
    border-left: 1px solid #e8e5d4;
    padding-left: 10px;
}

/* TERMS OF USE */
div#terms-of-use {
    text-align: left;
    line-height: 20px;
    margin-top: 20px;
}

div#terms-of-use p {
    text-align: left;
    padding: 0px;
}

div#terms-of-use p.title {
    color: black;
    font-size: 14px;
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #e8e5d4;
    margin-bottom: 10px;
}

/* PRIVACY POLICY */
div#privacy-policy {
    text-align: left;
    line-height: 20px;
    margin-top: 20px;
}

div#privacy-policy p {
    text-align: left;
    padding: 0px;
}

div#privacy-policy p.title, p.title {
    color: black;
    font-size: 14px;
    padding: 20px 0px 0px 0px;
    border-bottom: 1px solid #e8e5d4;
    margin-bottom: 10px;
}

/* CONTACT US */
div#contact-us {
    text-align: left;
    line-height: 20px;
    margin-top: 20px;
}

div#contact-us p {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 0px;
}

div#contact-us div#address {
    float: left;
    width: 49%;
    text-align: left;
}

div#contact-us div#map {
    float: right;
    width: 50%;
    text-align: right;
}

div#contact-us table {
    margin-left: 30px;
    text-align: left;
    line-height: 20px;
}

div#contact-us table td.name {
    width: 30%;
}

div#contact-us table td.description {
    width: 65%;
    border-left: 1px solid #e8e5d4;
    padding-left: 10px;
}

div#contact-us div#address div#directions {
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #e8e5d4;
}

div#contact-us div#address div#directions p {
    padding: 0px;
    margin: 0px;
}

div#contact-us div#address div#directions p.title {
    color: black;
    font-size: 14px;
}

h1.page-title {
    color: #6B6555;
    font-family: times, georgia, serif;
}

div#contact-us div#address div#directions ol {
    list-style-type: upper-roman;
    margin-left: 20px;
}

div#contact-us div#address div#directions ol li {
    text-align: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    border-bottom: 1px solid #e8e5d4;
}

div#address table tr td {
    padding: .3em;
}

div#footer {
    clear: top;
    margin-top: 20px;
    padding: 20px;
    border-top: 1px solid #e8e5d4;
    text-align: center;
}

div#poweredby {
    background: url(/system/images/997/original/provided-by-registria.png) no-repeat right top;
    float: right;
    height: 25px;
    width: 150px;
    position: relative;
    top: -6px;
    left: 0;
}

.highlight {
    color: #830001 !important;
}

.highlight a {
    color: #830001 !important;
}

.price {
    color: #000;
    margin-right: 75px;
    color: #830001;
}

.item_add {
    padding: 3px 5px 3px 5px;
    background:#84795b;
    color:#fff;
    border: #f1f1f1 #f1f1f1 #eaeaea #eaeaea;
    font-size: 12px;
    margin-right: 0px;
}

.location {
    color: #830001;
    margin-right: 10px;
}

a.map {
    color: #830001 !important;
    margin-left: 10px;
}



/* begin order details */
table#order-lines {
    width: 90%;
    margin:0 auto;
    text-align: left;
    border-bottom: 1px solid #eaeaea;
}

table#order-lines tr.header {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
}

table#order-lines th.line-number, td.line-number {
    width: 5%;
    padding: 5px;
    text-align: left;
    border-left: 1px solid #eaeaea;
}

table#order-lines th.name_with_sku, td.name_with_sku {
    width: 50%;
    padding: 5px;
    text-align: left;
    border-left: 1px solid #eaeaea;
}

table#order-lines th.unit_price, td.unit_price {
    width: 15%;
    padding: 5px;
    text-align: right;
    border-left: 1px solid #eaeaea;
}

table#order-lines th.quantity, td.quantity {
    width: 15%;
    padding: 5px;
    text-align: center;
    border-left: 1px solid #eaeaea;
}

table#order-lines th.subtotal, td.subtotal {
    width: 15%;
    padding: 5px;
    text-align: right;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
/* end order details */

/* begin order total */
table#order-total {
    width: 90%;
    text-align: left;
    margin:0 auto;
}

table#order-total td.empty {
    width: 70%;
    padding: 5px;
    text-align: right;
}

table#order-total td.title {
    width: 15%;
    padding: 5px;
    text-align: right;
    border-bottom: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}

table#order-total td.value {
    width: 15%;
    padding: 5px;
    text-align: right;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}
/* end order total */

/* begin order address */

div#address-wrap {
    float: left;
    margin: 0 0 10px 36px;
    padding-bottom: 1px;
}

div#address-wrap-inner {
    float: left;
    overflow: hidden;
}

div.order-addresss {
    float: left;
    width: 278px;
    border: 1px solid #EAEAEA;
    padding: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 25px;
    min-height: 250px;
}

#inner_form .order-addresss p {
    padding: 5px 40px;
}

div#order-addresss h3 {
    display: inline;
}
/* end order address */

/* begin order confirm */
div#order-confirm {
    float: right;
    width: 20%;
    margin-top: 50px;
    padding: 10px;
    height: 25px;
}

div#order-confirm #next_button {
    margin: 0 auto !important;
}
/* end order confirm */

#inner_form p {
    padding:10px 50px;
    text-align:left;
}
/*
  #aboutMenu, #aboutSubMenu {
  text-align:right;
  }

#aboutMenu ul, #aboutSubMenu ul {
text-align:right;
height:17px;
float:right;
position: relative;
}

#aboutMenu ul li, #aboutSubMenu ul li {
float:left;
display:inline;
padding:0 20px;
width:auto !important;
background:url(/system/images/950/original/second-menu-arrow.png) 8px 8px no-repeat;
}

#aboutMenu ul li a, #aboutSubMenu ul li a {
font-weight:bold;
text-transform:uppercase;
font-size:11px;
height:20px;
}

#aboutSubMenu ul li {
border-bottom:1px solid #ccc;
height:auto;
}
*/
p.text {
    padding:0 0;
    text-align:left;
    line-height:20px;
    margin: 1em 0;
    text-indent: 1em;
}

#formShort {
    width:370px !important;
    float:left;
    background:url(/system/images/957/original/form-short-bg.png) no-repeat;
    margin-left:20px;
}

#formShortEnd {
    background:url(/system/images/958/original/form-short-bottom.png) no-repeat;
    width:370px;
    height:6px;
}

#formShort label {
    width:120px;
    display:block;
    height:20px;
}

#formShort label.invalid {
    color: red;
    margin-top: 10px;
    width: 100%;
}

input.invalid {
    background: #FFFCEB;
}

#formShort input[type="text"], #formShort input[type="password"] {
    width:200px;
}

#formShort ul li {
    width:340px !important;
    clear:both;
    margin-top: 10px;
}

#formShort input#next_button {
    background:#84795b;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    padding:2px 20px 2px 20px;
    border: #f1f1f1 #f1f1f1 #eaeaea #eaeaea;
    margin:20px 0 20px 0;
    float:right;
}

#account-cart a.registria_link {
    text-transform:uppercase;
    position:relative;
    top:-11px;
    margin-right:17px;
    color:#909090;
}

#account-cart ul li a.registria_link {
    position:static;
    top:0;
    margin-right:auto;
}

/* Shopping Cart */


.simpleCart_items .itemContainer {
    width:810px !important;
    margin:0 !important;
    padding:20px 5px !important;
}

.simpleCart_items .cartHeaders div {
    float:left !important;
    width:122px !important;
    margin-left:8px !important;
    margin-bottom:6px !important;
    font-size:11px !important;
    font-weight:bold !important;
    font-size:12px !important;
}

.simpleCart_items .cartHeaders {
    border-bottom:1px solid #EAEAEA;
    font-weight:bold;
    margin-bottom:5px;
    height:15px;
}

.simpleCart_items .itemContainer div.itemName, .itemTitleheading div.itemName {
    width:385px !important;
    float:left !important;
}

.simpleCart_items .cartHeaders div.itemTotal {
    float:left !important;
    width:155px !important;
}

.simpleCart_items .cartHeaders div.itemName {
    float:left !important;
    width:385px !important;
}

.simpleCart_items .cartHeaders div.itemPrice,.simpleCart_items .cartHeaders div.itemQuantity {
    width:190px !important;
}

.simpleCart_items .itemContainer div.itemQuantity {
    float:left;
    width:190px;
}

.simpleCart_items .itemContainer div.itemTotal, .itemTitleheading div.itemTotal {
    text-align:left !important;
    width:155px !important;
}

.simpleCart_items .itemContainer div.itemTotal {
    float:left;
}

/* enable this later */
#content .simpleCart_items .itemincrement { display: none; }
#content .simpleCart_items .itemdecrement { display: none; }

.simpleCart_items div.itemRemove {
    width:70px !important;
    float:left;
}

.simpleCart_items {
    margin-bottom:20px;
}

a.simpleCart_empty {
    font-size:10px;
    margin-left:5px;
    padding-left:0 !important;
    text-align:right !important;
}

h3.cart {
    float:left;
    width:575px;
    padding:0 0 10px 5px !important;
}

.simpleCart_total {
    float:left;
    font-weight:bold;
}

#registria_checkout {
    background-color:#84795B;
    color:#FFFFFF;
    float:right;
    font-size:120%;
    font-weight:bold;
    padding:5px 10px;
}

.full-cart {
    width:90%;
    margin:0 auto;
}

.customList {
    width:600px;margin:0 auto;border-bottom:1px solid #E8E5D4;padding-bottom:25px;
}

.customListSub {
    width:250px;border-right:1px solid #E8E5D4; padding-right:10px;float:left;
}

.customListSubRight {
    width:250px;padding-right:10px;float:left;padding-left:40px;border-left:1px solid #E8E5D4;margin-left:-1px;
}

li.ship-message {
    border: 1px #E8E5D4 solid;
    padding: 5px !important;
    width: 95% !important;
    margin-left: 20px;
    color: #830001 !important;
    text-align: middle !important;
}
li.gift-message {
    border: 1px #E8E5D4 solid;
    padding: 5px !important;
    width: 95% !important;
    margin-left: 20px;
    color: #444444 !important;
    text-align: middle !important;
}

.teamImage {
    float:right;
    /*border:1px solid #ccc;margin:0 0 15px 15px;*/
    padding: 5px;
}


.poweredby {
    text-align:right;
    width: 100%;
    margin-top: 60px;
}

.poweredby a {
    display: block;
    background: url(/system/images/67/original/poweredByReg.png) no-repeat;
    width: 126px;
    height: 42px;
    margin: 0 auto;
}

/* Errors */
.form_errors {
    background: #fffceb;
    border: 1px solid #FF0000;
    border-radius: 5px;
    margin: 15px 160px 25px 65px;
}

.form_errors #errorExplanation {
    border: 1px solid #cccccc;
    border-radius: 5px;
}

.form_errors ul {
    padding-bottom: 0;
    padding-top: 15px;
}

#inner_form .form_errors ul li {
    background: url('https://d29aas0ezuolap.cloudfront.net/system/images/images/1612/original/warning.png?1321399608') 10px 0 no-repeat;
    color: #000000;
    min-height: 27px;
    line-height: 1.25em;
    float: none;
    padding: 10px 25px 10px 54px;
    width: 600px;
}

/* messages */
.form_messages {
    background: url('/system/images/1603/original/message.png') 15px 50% no-repeat #CCFFCC;
    border: 1px solid #00FF00;
    color: #000000;
    line-height: 1.25em;
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 25px 25px 25px 42px;
    text-indent: 15px;
    width: 800px;
}

/* HALF-BOX STYLES */
#inner_form div.half-box {
    float: left;
    margin-bottom: 10px;
    margin-left: 25px;
    margin-top: 25px;
    padding: 7px;
    width: 408px;
}

#inner_form div.half-box ul {
    padding: 0;
}

#inner_form div.half-box ul li {
    float: none;
    width: 100%;
}

#inner_form div.half-box h2 { 
    color: #000000;
    border-bottom: 1px solid #EAEAEA; 
    font-weight: bold;
    line-height: 25px; 
    margin-bottom: 25px;
}

#inner_form div.half-box ul li h3 { 
    margin-left: 0;
    padding: 5px;
}

#inner_form div.half-box label {
    text-align: right;
    width: 148px;
}

#inner_form div.half-box input {
    margin-right: 0;
    width: 198px;
}

#inner_form div.half-box input[type="radio"] {
    position: relative;
    top: .2em;
}

#inner_form div.half-box select {
    width: 198px;
}

#inner_form div.half-box #next_button {
    margin: 15px 50px 15px 0;
}

#inner_form div.half-box .function ul li.function a.registria_link {
    background:#84795b;
    color:#fff;
    font-size: 14px;
    font-weight: bold;
    padding:7px 20px 7px 20px;
    border-top: #f1f1f1;
    border-right:  #f1f1f1;
    border-bottom:  #eaeaea;
    border-left:  #eaeaea;
    margin: 15px 50px 15px 0;
    float:right;    
}

#add_child {
    cursor: pointer;
    background: #84795B;
    color: white;
    clear: both;
    font-size: 14px;
    padding: 2px 20px 2px 20px;
    border: #F1F1F1 #F1F1F1 #EAEAEA #EAEAEA;
    margin-right: 30px; 
    float: right;
}

/* PAYMENT METHODS */

.payment-method-item {
    border-radius: 5px;
    clear: both;
    line-height: 1.25em;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 15px 15px 15px 15px;
    text-indent: 15px;
    width: 800px;
}

.payment-method-item span {
    margin: 0 10px;
}

.payment-method-item preferred {
}

.payment-method-item a {
    color: #444444;
    font-weight: bold;
    margin-top: 10px;
    text-transform: capitalize;
}

.preferred-item {
    background: rgb(223,255,223,1);
}

.payment-method-item .preferred-label {
    color: #000000;
    display: none;
    font-weight: bold;
}

.preferred-item .preferred-label {
    display: inline;
}

.soonToBePreferred-item {
    background: rgb(255,253,233,1);
}


/* END PAYMENT METHODS */

div.addressbook .function a {
    margin-left: 5px;
}

div.addressbook-item { width: 408px; float: left; padding: 7px; margin-left: 25px; margin-bottom: 10px; height: 240px; }
div.addressbook-item h2 { color: #000000; line-height: 25px; border-bottom: 1px solid #EAEAEA; font-weight: bold; }
div.addressbook-item ul li label { text-align: left !important; }
li.radio { padding: 3px; width: 150px; }

div.addressbook-item ul li input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
li.function a {
    font-weight: bold;
    text-transform: capitalize;
}

#form_title h2 {
    color: #615F2C;
    font-family: georgia, times new roman, times, serif;
    font-size: 1.25em;
}

.action_link {
  color: #EAB12E;
  font-weight: bold;
  text-decoration: underline;
  outline: none;
}

.form_subheading {
  font-size: 1.10em;
  text-align: center;
  margin-top: 2em;
}

/* ORDER DETAILS */
/*div*/.each-order {
  padding-left: 12px;
}

div#wine-library-images a img {
  padding-left: 9px;
}

div#wine-library-images a.second-library-image img {
  padding-left: 31px;
}

#signup-message {
  display: none;
}




#inner_form {
  width:926px;
  margin:15px auto 0 auto;
  text-align: center;
  padding-bottom:15px;
  background:url(https://d1yy0skkp4ztxs.cloudfront.net/system/images/images/2599/original/form-bg-wrapper.png?1349808660) no-repeat;
  position: relative;
}

#form_title {
  padding-left:12px;
  padding-top:12px;
  padding-bottom:25px;
}

#form_footer {
  background:url(https://d1mjqe83qgtlvc.cloudfront.net/system/images/images/2600/original/form-bg-footer.png?1349808779) no-repeat;
  width:926px;
  height:6px;
  margin:0 auto;
}

#inner_form ul {
  width: 100%;
  margin:0 auto;
}

#inner_form ul li {
  width: 100%;
  margin:0 auto;
  text-align:left
}

#inner_form li {
  float: left;
  clear: left;
  padding-bottom: 1em;
  width:550px;
}

#inner_form ul {
  width: 100%;
  margin:0 auto;
}

#inner_form label {    
  float: left;    
  width: 347px;
  margin-right: 1em;    
  text-align: right;  
  line-height: 17px; 
}

#inner_form input[type="text"] {    
  width: 200px;   
  line-height: 17px;
}

textarea {    
  width: 300px;
  height: 50px;   
  line-height: 17px;
}

#inner_form input[type="password"] {    
  width: 200px;   
  line-height: 17px;
}

#inner_form input[type="checkbox"] {
  margin:3px 5px 3px 300px;
  line-height: 17px;
  background-color: #FBF0DB;
  border-color: #A49D8F #DCD3C0 #DCD3C0 #A49D8F;
  color: #333333;
  float:left;
}

#inner_form .signupWrap input[type="checkbox"] {
  margin:3px 5px 3px 205px;
  line-height: 17px;
  background-color: #FBF0DB;
  border-color: #A49D8F #DCD3C0 #DCD3C0 #A49D8F;
  color: #333333;
  float:right;
}

#inner_form .signupWrap label.receive_product_communication, #inner_form .signupWrap label.receive_partner_communication, label.receive_club_info {
  float: right !important;
  text-align: left !important;
  margin-left:30px !important;
  margin-right:245px !important;
  margin-bottom:15px !important;
}

#inner_form .signupWrap ul li ul li input[type="checkbox"] {
  margin:3px 5px 3px 5px;
  line-height: 17px;
  background-color: #FBF0DB;
  border-color: #A49D8F #DCD3C0 #DCD3C0 #A49D8F;
  color: #333333;
  float:left;
}

#inner_form .signupWrap label.heard_about_us {
  width:280px !important;
  padding-left:40px;
}

#inner_form .registerProductWrap input[type="checkbox"] {
  margin:3px 5px 3px 0px !important;
}

#inner_form input[type="checkbox"] + label {    
  text-align:left;
  width:120px !important;
}

#inner_form label.factors_influenced_product_purchase {
  display:block !important;
  clear:both !important;
}

#inner_form label.intend_to_purchase_products {
  display:block !important;
  clear:both !important;
}

#inner_form select {
  font-size: 90%;    
  width: 200px;
  line-height: 17px;
}

#inner_form input#next_button {
  background:#EAb12E;
  color:#fff;
  font-size: 16px;
  font-weight: bold;
  padding:5px 20px 5px 20px;
  border: 1px solid #e3e3e3;
  margin:20px 354px 20px 0;
  float:right;
}

#inner_form input#next_button:hover {
    text-decoration: underline;
}

#inner_form .address_defaults a.registria_link {
    background: #EAb12E;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid  #f1f1f1;
    border-bottom: 1px solid  #eaeaea;
    border-left: 1px solid #eaeaea;
    height: auto;
    color:#fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 18px 0 25px 0;
    padding: 8px 20px;
    text-transform: capitalize;
}

a.button {
    background: #EAb12E;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid  #f1f1f1;
    border-bottom: 1px solid  #eaeaea;
    border-left: 1px solid #eaeaea;
    height: auto;
    color:#fff;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: 18px 0 25px 0;
    padding: 8px 20px;
    text-transform: capitalize;
}

#inner_form .address_defaults>a.registria_link {
    display:none;
}

#inner_form label.receive_product_communication, #inner_form label.receive_partner_communication, #inner_form label.receive_club_info, label.receive_progeny_communication {
  float: right !important;
  text-align: left !important;
  margin-right:240px !important;
}

#inner_form label.invalid {
  color: red;
  float: right;
  width: 150px;
  text-align: left;
  margin-right:200px !important;
  font-size:10px !important;
}

#inner_form div.each-order label {
  width: 12em;
} 

#inner_form p.formlink {
  text-align:right;
  margin-right:356px;
  font-size:11px;
  padding:4px !important;
  width: auto !important;
}

#inner_form .required {    
  font-size: 120%;
  font-weight: bold;
  color: red;
}

#inner_form ul li ul {
  width:410px;
  margin:15px auto;
  padding:15px 0;
  float:none !important;
  margin-left:300px;
  clear:both;
}

#inner_form ul li ul li {
  list-style-type:none;
  width:185px;
  padding:5px;
  display:inline;
  float:left;
  margin:0;
  clear:none !important;
  font-size:11px !important;
}

#inner_form ul li.security-code {
  width: 58% !important;
  float: right !important;
}

#inner_form ul li.security-code {
    float: right;
}

#inner_form ul li ul li input[type="checkbox"] {
  margin:3px 5px; 
}

#inner_form ul li h3 {
  text-align: left;
  clear: both;
  width: 700px;
  margin-left: 40px;
  margin-top: 15px;
  color: #000;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

.serial-image {
  display: block;
  padding: 5px;
  margin-top: 25px;
  margin-left: 250px;
}

img#serial_image {
  display: none !important;
}

div#join-list ul{
  margin-left: 15px;
  margin-top: 20px;
  height: 155px;
}

div#join-list li {
  float: left;
  clear: left;
  width:90%;
}

div#join-list label {    
  float: left;    
  width: 100px;
  margin-right: 1em;    
  text-align: left;  
  line-height: 17px; 
}

div#join-list input[type="text"] {    
  width: 300px;   
  line-height: 17px;
}

div#join-list label.invalid{
  display: none !important;
}

div#join-list input.invalid{
  background-color: #fcc;
}

div#join-list input#next_button {
  background:#84795b;
  color:#fff;
  font-size: 14px;
  font-weight: normal;
  padding:2px 20px 2px 20px;
  border: #f1f1f1 #f1f1f1 #eaeaea #eaeaea;
  float: right;
  margin: 10px 0px 20px 0px;
}



#inner_form select#shipping_method_id {
font-size: 90%;
width: 300px;
line-height: 17px;
}


p.formlink {
  text-align: left;
  margin-right:60px;
  font-size:12px;
  padding:4px !important;
  width: 100% !important;
}

div.payment-methods > a,
div.addressbook > a {
    background: #EAB12E;
    border-color: #F1F1F1 #F1F1F1 #EAEAEA #EAEAEA;
    border-width: 2px;
    color: white;
    clear: both;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 20px 50px;
    padding: 4px 20px 4px 20px;
}

div.payment-methods > a {
    width: 150px;
}

#current-payment-method {
    padding: 0 0 18px 48px;
}

div.tooltip { font-size: 14px; line-height: 18px; opacity: 100; }

/*  Fieldset.half */
fieldset.half {
    float: left; 
    margin-left: 25px;
    posisition: relative;
    text-align: left;
    width: 420px; 
}

#inner_form fieldset.half label { 
    width: 173px;
}

#inner_form fieldset.half input { 
    margin-right: 28px;
}

#inner_form fieldset.half label.invalid {
    left: 140px;
    position: relative;
}

/* Fieldset #shipping-address */

fieldset#shipping-address ul {
    position: relative;
}

fieldset#shipping-address ul .company_li {
    position: absolute;
    left: 10px;
    top: 20px;
}
