/* ------------------------------ Tags ------------------------------ */

a {
    color: #CC4000;
    text-decoration: none;
}

a:hover {
    color: #b8111a;
}

a.map_link{
	background: url('../img/map.png') no-repeat left center;
	float: left;
	padding-left: 20px;
	width: 39px;
}

a.print {
    background: url('../img/action_print.gif') no-repeat left center;
    padding: 5px 0 5px 20px;
    display: block;
    font-weight: bold;
    margin: 10px 0;
    text-transform: uppercase;
    width: 5em;
}

body {
	background: #362f2d;
	color: #fff;
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	margin: 20px auto;
	padding: 0;
}

fieldset, form {
    border: none;
    margin: 0;
    padding: 0;
}

h1 {
    background: url('/image/logo-big.gif') no-repeat top center;
    height: 195px;
    margin: 0 auto;
    text-indent: -1000em;
    width: 303px;
}

h1 a {
    display: block;
    height: 100%;
}

h2 {
	color: #E9C550;
	font-size: 28px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}

h3,
#lost_password table caption {
	color: #f6e497;
	font-size: 24px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}

#lost_password table caption {
    padding: 0 0 10px 0;
    text-align: left;
}

h3 a.edit {
    font-size: 12px;
    margin-left: 5px;
}

h4, h5 {
	color: #bc8c46;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0 0 0;
	text-transform: uppercase;
}

table {
    background: #645855;
    border: none;
    border-spacing: 1px;
    width: 100%;
}

table tbody td,
table tbody th {
    background: #D8CFCD;
    border: 1px solid #fff;
    color: #25211F;
    padding: 5px;
    text-align: right;
    vertical-align: top;
}

table tbody th {
    text-align: left;
    width: 100%;
}

table thead td {
    background: #645855;
    font-size: 14px;
    text-align: center;
    padding: 10px;
}

table tfoot td,
table tfoot th {
    background-color: #25211F;
    padding: 5px;
    font-weight: bold;
    text-align: right;
}

table tr.pending td,
table tr.pending th {
    background: #FFCCBC;
}

table tr.pending em {
    font-weight: normal;
}

/* ------------------------------ IDs ------------------------------- */

#directions {
    font-style: italic;
    color: #645855;
}

#cart {
    border-top: 1px solid #645855;
	clear: both;
	float: left;
	min-height: 100px;
	padding-top: 5px;
	width: 578px;
}

#cart.cart_active {
	background-color: #25211F !important;
}

#cart.cart_over {
	background-color: #645855 !important;
}

#cart h4 {
    margin-bottom: 5px;
}

#cart ul{
    margin: 0;
	list-style: none;
	padding: 0;
}

#cart ul li {
    clear: both;
    cursor: move;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#cart ul li img {
    display: none;
}

#cart ul li .price {
    float: left;
    line-height: 28px;
    margin: 0;
    width: 4em;
}

#cart .add_comment {
    clear: both;
    float: left;
    margin-bottom: 20px;
    text-transform: lowercase;
}

#cart .comments {
    clear: both;
    display: block;
    font-style: italic;
}

#cart .title {
    float: left;
    font-weight: bold;
    font-size: 12px;
    line-height: 28px;
}

#cart li.total {
    border-top: 1px solid #d09f58;
    clear: both;
    font-size: 25px;
    font-weight: bold;
    padding-top: 5px;
}

#cart li.total .float_right {
    float: right;
}

#cart li span.total {
    border-right: 1px solid #645855;
    float: right;
    margin-right: 10px;
    padding-right: 10px;
}

#cart .qty {
    float: right;
}

#cart .addQty,
#cart .subtractQty {
    background-color: #25211F;
    color: #fff;
    margin-right: 1px;
    padding: 0 2px;
    float: right;
    text-align: center;
    width: 1em;
}

#cart .addQty:hover {
    background-color: #7E9468;
}

#cart .subtractQty:hover {
    background-color: #b8111a;
}

#categories {
    float: left;
    list-style-type: none;
    margin: 0 0 19px 0;
    padding: 0;
}

#categories li {
    border-left: 1px solid #645855;
	float: left;
	line-height: 20px;
	margin-left: 10px;
	padding-left: 10px;
}

#categories li a {
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

#categories li a:hover {
	color: #b8111a;
}

/* This is the current tab. It's very important to create a strong visual indication which tab is the current one */
#categories li.ui-tabs-selected a {
	color:  #CC4000;
}
/* For when a tab is disabled. Highly recommended to appear somewhat transparent or disabled. This is often done by graying the color */
#categories li.ui-tabs-disabled a {
	color: #645855;
}
/* These are the boxes that will have their visibility toggled */
.ui-tabs-panel{
	
}
/* This class hides the boxes (perhaps the most important class) */
.ui-tabs-hide{
	display:none;
}

/* tabs styles */
/* This is the whole menu. Use this as a base class */
.ui-tabs-nav{
	list-style: none;
	
}

#checkout {
    clear: both;
    float: left;
    margin: 0;
	width: 578px;
}

#checkout.checkout_form {
    border-bottom: 1px solid #645855;
    margin: 10px 0;
    float: none;
    width: auto;
}

#checkout h4 {
    color: #fff;
}

#checkout.checkout_form h4 a {
    font-size: 12px;
    margin-left: 5px;
    text-transform: capitalize;
}

#checkout.checkout_form p {
    clear: both;
    font-weight: bold;
    line-height: 2;
    margin: 0 0 20px 0;
    padding: 0 0 0 20px;
}

#checkout.checkout_form p label {
    color: #fff;
    font-weight: normal;
    margin-right: 5px;
}

#checkout.checkout_form p input {
}

#checkout.checkout_form #delivery_date,
#checkout.checkout_form #pickup_date {
    width: 86px;
}

#checkout.checkout_form #delivery_time,
#checkout.checkout_form #pickup_time {
    width: 86px;
}

#checkout.checkout_form #pickup_date {
    margin-left: 10px;
}

#checkout.checkout_form #pickup_time {
    float: left;
    margin-right: 6px;
}

#checkout.checkout_form p #delivery_date {
    margin-right: 20px;
}

#checkout.checkout_form p #delivery_street_address {
    margin-right: 20px;
    width: 235px;
}

#checkout input#submit,
input#place_order {
    float: right;
    font-size: 15px;
    margin: 0;
}

#checkout input#submit,
input#place_order,
input#order_modified,
input#order_as_is,
input#set_favorite,
#lost_password button.submit {
    background: #B3121A url('../img/button_bg.gif') repeat-x bottom left;
    border: 1px solid #2C0F0F;
    color: #fff;
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 10px 0;
    padding: 3px 10px;
    text-transform: uppercase;
}

input#order_modified {
    margin-right: 5px;
}

input#place_order {
    clear: both;
    float: left;
}

#lost_password button.submit {
    margin: 0;
}

#checkout.checkout_form .form_divider {
    display: none;
}

#confirm {
    margin-top: 5px;
}

#confirm label {
    float: left;
    line-height: 1.6;
    margin-left: 3px;
    width: 20em;
}

#confirm label strong {
    color: #645855;
}

#confirm_checkbox {
    margin-right: 5px;
}

#confirm #method_text,
#confirm #method_call {
    float: left;
}

#confirm #method_call {
    clear: both;
}

#confirm #method_text {
    margin-bottom: 3px;
}

#confirm #text_number,
#confirm #call_number {
    float: left;
    font-size: 11px;
    margin-left: 5px;
    width: 9em;
}

#confirm label[for='text_number'],
#confirm label[for='call_number'] {
    width: 8.5em;
}

#confirm label.txt_num,
#confirm label.phn_num {
    width: 8.5em;
}

#confirm .form_divider {
    float: left;
    line-height: 1.6;
    margin: 0 1em;
}

#content {
    margin: auto;
    position: relative;
    width: 770px;
}

#content p.hours_note {
    border-bottom: 1px solid #645855;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#details_div {
	background: #25211F;
    color: #fff;
    display: none;
    left: 50%;
    margin-left: -172px;
	position: absolute;
	padding: 20px;
	z-index: 100;
	width: 304px;
}

#details_div img {
    height: 300px;
    margin: 1px 1px 11px 1px;
    padding: 1px;
    width: 300px;
    vertical-align: top;
}

#details_div .title {
    font-size: 12px;
    font-weight: bold;
}

#details_div .add_to_order {
    float: right;
    font-weight: bold;
    text-transform: uppercase;
}

#details_div .close {
    background: #CC4000 url('../img/close.gif') no-repeat center;
    color: #fff;
    height: 14px;
    font-size: 10px;
    line-height: 14px;
    overflow: hidden;
    position: absolute;
    right: 3px;
    text-indent: -1000em;
    top: 3px;
    width: 14px;
}

#details_div .close:hover {
    background-color: #b8111a;
}

#details_div .details_copy {
    border-bottom: 1px solid #645855;
    margin: 3px 0 10px 0;
    padding-bottom: 10px;
}

#details_div .details_copy p {
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#details_div p.price {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

#favorite_orders {
    margin: 20px 0 10px 0;
}

#favorite_orders tbody tr {
    cursor: pointer;
    cursor: hand;
}

#header_menu {
    background: url('../img/header_menu_brd.gif') repeat-x bottom left;
    margin: 40px auto 20px auto;
    padding: 0;
    width: 770px;
}

#header_menu.thankyou {
    background-image: url('../img/header_menu_brd_gry.gif');
}

#header_menu .clearing {
    height: 0;
}

#header_menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#header_menu ul li {
	background: #362f2d;
    border: 1px solid #645855;
    border-bottom: none;
    color: #645855;
	padding: 8px 10px;
    float: left;
    font-size: 14px;
    line-height: 14px;
    margin-left: 10px;
    text-align: center;
    width: 163px;
}

#header_menu ul > li:first-child {
    margin-left: 0;
}

#header_menu ul li.first_child {
    margin-left: 0;
}

#header_menu ul li.selected {
    border-color: #f6e497;
    border-bottom: 1px solid #362f2d;
}

#header_menu ul li.selected {
    color: #CC4000;
	font-weight: bold;
}

#header_menu ul li a {
    color: #645855;
    display: block;
	text-decoration: none;
}

#header_menu ul li.selected a {
    color: #f90;
}

#javascript_required {
	position: absolute;
	left: 0;
	top: 0;
	color: red;
	background-color: #000000;
	z-index:999;
	width: 100%;
	height: 100%;
	text-align: center;
}

#lost_password table th {
    vertical-align: middle;
    width: auto;
}

#lost_password table td {
    vertical-align: middle;
    text-align: left;
}

#lost_password table td #email,
#lost_password table td #username,
#lost_password table td #password {
    margin-right: 10px;
    width: 300px;
}

#navigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation li {
    height: 12px;
    overflow: hidden;
	position: absolute;
}

#navigation li a {
    background-position: top left;
    background-repeat: no-repeat;
    display: block;
    height: 100%;
	text-indent: -1000em;
}

#navigation li a:hover {
	background-position: 0px -12px;
}

li#nav-home {
	width: 40px;
	top: 69px;
	left: 76px;
}

li#nav-home a {
	background-image: url('/image/nav-home.gif');
}

#navigation li#nav-menu {
	left: 76px;
	top: 69px;
	width: 40px;
}
	
#navigation li#nav-menu a {
	background-image: url('/image/nav-menu.gif');
}

#navigation li#nav-order {
	left: 178px;
	top: 69px;
	width: 99px;
}
	
#navigation li#nav-order a {
	background-image: url('/image/nav-order.gif');
	display: block;
	height: 12px;
	width: 99px;
}
	
#navigation li#nav-press {
	left: 653px;
	top: 69px;
	width: 38px;
}
	
#navigation li#nav-press a {
	background-image: url('/image/nav-press.gif');
	display: block;
	height: 12px;
	width: 38px;
}
	
#navigation li#nav-about {
	left: 514px;
	top: 69px;
	width: 67px;
}
	
#navigation li#nav-about a {
	background-image: url('/image/nav-about.gif');
}

#orders {
    margin-top: 30px;
}

#orders table {
    margin: 10px 0;
}

#products div.category ul li{
	float: left;
	text-align: right;
}

#products div.category ul li p {
    text-align: left;
}

#products h2{
	clear: both;
}

#profile_form p {
    margin: 0;
}

#profile_form label {
    display: block;
}

#profile_form input,
#profile_form select {
    margin-bottom: 15px;
    width: 300px;
}

#profile_form input#address1 {
    margin-bottom: 2px;
}

#profile_info span.clearing {
    display: block;
    clear: both;
}

#profile_info .company {
    border-right: 1px solid #645855;
    margin-right: 5px;
    padding-right: 5px;
}

#profile_info .company,
#profile_info .name {
    float: left;
    font-weight: bold;
}

#profile_info .address1,
#profile_info .city,
#profile_info .email {
    clear: both;
    float: left;
}

#profile_info .address2,
#profile_info .state,
#profile_info .zip,
#profile_info .mobilephone,
#profile_info .landphone {
    float: left;
    margin-left: 10px;
}

#search {
    font-size: 12px;
    float: left;
    height: 14px;
    margin: 0;
    width: 168px;
}

#slider {
    background-color: #645855;
    margin-bottom: 20px;
}

#slider ul li.no_item {
    background: none;
    color: #fff;
    font-style: italic;
    line-height: 150px;
    text-align: center !important;
    width: 670px;
}

#trash {
    background: url('../img/trash_can.gif') no-repeat center 20px;
    font-size: 10px;
    line-height: 1.3;
    position: absolute;
	padding: 70px 50px;
	right: 0;
	text-align: center;
    width: 92px;
}

#trash.trash_active {
	background-color: #25211F !important;
}

#trash.trash_over{
	background-color: #92131A !important;
}

#user_options {
    color: #d09f58;
    height: 25px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 224px;
    width: 300px;
}

#user_options a {
    font-weight: bold;
    text-transform: uppercase;
}

#user_options a.profile {
    margin-left: 5px;
}

/* ----------------------------- Classes ---------------------------- */

.add, .details {
    font-size: 10px;
}

div.category{
    color: #645855;
	float: left;
	width: 670px;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}

div.category ul{
	width: 10000em;
	margin:0;
	padding:0;
}

div.category ul li {
    background: #362f2d;
	float: left;
	list-style: none;
	margin: 0 34px 0 0;
	overflow: hidden;
	padding: 10px;
	width: 122px;
}

div.category ul li img {
    cursor: move;
    height: 118px;
    margin: 1px;
    padding: 1px;
    width: 118px;
    vertical-align: top;
}

div.category ul li p {
    margin: 10px 0;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.column {
    float: left;
    padding-left: 25px;
    width: 240px;
}

.column.first_child {
    padding-left: 0;
}

.column h3 a {
    border: none;
    color: #f6e497;
    display: inline;
    font-weight: normal;
    padding: 0;
    text-transform: none;
}

.column h3 a:hover {
    color: #f90;
}

.column p {
    line-height: 1.5;
    margin: 15px 0;
}

.column a {
    border-top: 1px solid #645855;
    display: block;
    font-weight: bold;
    padding-top: 5px;
    text-transform: uppercase;
}

.left, .right {
    height: 200px;
    width: 50px;
	float: left;
	overflow: hidden;
	background: url('../img/menu_arrows.jpg') no-repeat right center;
	cursor: pointer;
	text-indent: -1000em;
}

.left{
    background-position: left center;
	clear: both;
}

.location {
    clear: both;
    line-height: 1.6;
    margin-left: 83px;
}

.location.float_left {
    clear: none;
    float: left;
    margin-left: 0;
}

.location input {
    float: left;
}

.location label {
    float: left;
    width: 100px;
}

#delivery_charge {
    margin-left: -20px;
}

.charge_note {
    font-weight: normal;
    font-size: 10px;
}

.checkout_form .clearing {
    clear: both;
    height: 30px;
}

.checkout_form span.clearing {
    display: block;
    height: 1px;
}

.location .open {
    float: left;
}

.location_title,
.pickup_time_title {
    clear: both;
    float: left;
    line-height: 1.5;
    padding-right: 10px;
    text-align: right;
    width: 73px;
}

.pickup_time_title {
    padding-right: 15px;
}

.pickup_date_time {
    clear: both;
    display: block;
    padding-top: 5px;
}

.map {
    float: right;
    margin: 0 0 10px 10px;
}

.order_info {
	color: #bc8c46;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.order_partial {
    margin: 10px 0;
    border: none;
    border-collapse: collapse;
    width: 100% !important;
}

.order_partial td,
.order_partial th {
    border-color: #645855;
}

.date_hider {
    margin-left: 15px;
    float: left;
}

span.price {
    color: #fff;
    float: left;
    margin: 10px 5px 0 0;
    padding: 0;
}

.search_close {
    background: url('/img/close_search.gif') no-repeat top left;
    float: left;
    left: 155px;
    height: 14px;
    margin-top: 4px;
    position: absolute;
    width: 14px;
    text-indent: -1000em;
    z-index: 10;
}

.search_close:hover {
    background-position: top right;
}


.time-picker {
    background: #25211F;
    border: 1px solid #645855;
    height: 150px;
    margin-top: 20px;
    overflow: auto;
    position: absolute;
    width: 90px;
}

.time-picker ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.time-picker ul li {
    cursor: hand;
    cursor: pointer;
    font-size: xx-small;
    padding: 2px 10px;
}

.time-picker ul li:hover {
    background: #333;
}

span.title{
    color: #fff;
	font-size: 10px;
}

p span.title{
    display: block;
    height: auto !important;
    height: 5em;
    min-height: 5em;
}

/* -------------------------- Jquery Styles ------------------------- */

/*Time picker*/
#CP_hourcont {
padding: 0px;
position:absolute;
border:1px solid #666666;
background-color:#999999;
color:white;
display:none;
}

#CP_minutecont {
background-color:#aaaaaa;
color:white;
padding: 1px;
position:absolute;
width:45px;
display:none;
}

.floatleft {
float:left;
}

.CP_hour {
padding:1px;
font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:35px;
}

.CP_minute {
padding:1px;
/*background-color:#dddddd;*/
font-family: 'Lucida Grande' Arial, Helvetica, sans-serif;
font-size:9px;
white-space:nowrap;
cursor:pointer;
width:auto;
}

.CP_over {
background-color:#333333;
}

/*Date Picker*/

table.jCalendar {
	border: 1px solid #000;
	background: #aaa;
    border-collapse: separate;
    border-spacing: 2px;
}
table.jCalendar th {
	background: #333;
	color: #fff;
	font-weight: bold;
	padding: 3px 5px;
}
table.jCalendar td {
	background: #ccc;
	color: #000;
	padding: 3px 5px;
	text-align: center;
}
table.jCalendar td.other-month {
	background: #ddd;
	color: #aaa;
}
table.jCalendar td.today {
	background: #666;
	color: #fff;
}
table.jCalendar td.selected {
	background: #f66;
	color: #fff;
}
table.jCalendar td.selected:hover {
	background: #f33;
	color: #fff;
}
table.jCalendar td:hover, table.jCalendar td.dp-hover {
	background: #fff;
	color: #000;
}
table.jCalendar td.disabled, table.jCalendar td.disabled:hover {
	background: #bbb;
	color: #888;
}

/* Date popup */

/* NOTE - you will probably want to style a.dp-choose-date - see how I did it in demo.css */

a.dp-choose-date {
	display: none !important;
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}

div.dp-popup {
	position: relative;
	background: #ccc;
	font-size: 10px;
	font-family: 'Lucida Grande', arial, sans-serif;
	margin-top: 20px;
	padding: 2px;
	width: 200px;
	line-height: 1.2em;
}
div#dp-popup {
	position: absolute;
	z-index: 199;
}
div.dp-popup h2 {
	font-size: 12px;
	text-align: center;
	margin: 2px 0;
	padding: 0;
}
a#dp-close {
	font-size: 11px;
	padding: 4px 0;
	text-align: center;
	display: block;
}
a#dp-close:hover {
	text-decoration: underline;
}
div.dp-popup a {
	color: #000;
	text-decoration: none;
	padding: 3px 2px 0;
}

#dp-popup h2 {
    color: #CC4000;
}
div.dp-popup div.dp-nav-prev {
	position: absolute;
	top: 2px;
	left: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-prev a {
	float: left;
}
/* Opera needs the rules to be this specific otherwise it doesn't change the cursor back to pointer after you have disabled and re-enabled a link */
div.dp-popup div.dp-nav-prev a, div.dp-popup div.dp-nav-next a {
	cursor: pointer;
}
div.dp-popup div.dp-nav-prev a.disabled, div.dp-popup div.dp-nav-next a.disabled {
	cursor: default;
}
div.dp-popup div.dp-nav-next {
	position: absolute;
	top: 2px;
	right: 4px;
	width: 100px;
}
div.dp-popup div.dp-nav-next a {
	float: right;
}
div.dp-popup a.disabled {
	cursor: default;
	color: #aaa;
}
div.dp-popup td {
	cursor: pointer;
}
div.dp-popup td.disabled {
	cursor: default;
}

/* Selected Row */
.selected_row{
	background-color: lightblue;
}

/* Selected Header Menu */
ul#header_menu li.selected{
	color: red;
}

/* Impromptu styles (confirms, prompts, alerts) */
.jqiwarning .jqi{
      background-color: #b0be96;
}
.jqifade{
      background-color: #000000;
}
div.jqi{
      position: absolute;
      background-color: #fff;
      border: 10px solid #bc8c46;
      padding: 1px;
      width: 500px;
}

div.jqi fieldset,
div.jqi form {
    border: none;
    margin: 0;
    padding: 0;
}

div.jqi fieldset p {
    text-align: left;
}

div.jqi fieldset#login_form,
div.jqi fieldset#profile_form_1,
div.jqi fieldset#signup_form,
div.jqi fieldset#profile_form_2 {
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 210px;
}

div.jqi fieldset#login_form,
div.jqi fieldset#profile_form_1 {
    margin-right: 15px;
    width: 222px
}

div.jqi fieldset#login_form a {
	color: #bc8c46;
    font-weight: normal;
    text-decoration: underline;
}

div.jqi fieldset#login_form a:hover {
    text-decoration: none;
}

div.jqi fieldset#login_form input,
div.jqi fieldset#profile_form_1 input,
div.jqi fieldset#signup_form input,
div.jqi fieldset#profile_form_2 input,
div.jqi fieldset#profile_form_1 select,
div.jqi fieldset#profile_form_2 select {
    margin: 0 0 10px 0;
    float: left;
    width: 210px;
}

div.jqi fieldset label {
    color: #CC4000;
    text-transform: capitalize;
}

div.jqi textarea {
    height: 250px;
    width: 450px;
}

.change_pass_label {
    clear: both;
	color: #bc8c46;
    margin-bottom: 5px;
    padding-top: 10px;
}

div.jqi .jqiclose{
    background: #CC4000 url('../img/close.gif') no-repeat center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    padding: 2px 0;
    position: absolute;
    cursor: pointer;
    text-indent: -100em;
    top: 1px;
    right: 1px;
    width: 2em;
}
div.jqi .jqiclose:hover {
    background-color: #b8111a;
}
div.jqi .jqicontainer{
      background-color: #f6e497;
      font-weight: bold;
      padding: 20px;
      width: 460px;
}

div.jqi .jqicontainer img.map {
    float: left;
    margin: 10px 0 10px 0;
    vertical-align: top;
    width: 460px;
}

div.jqi .jqimessage {
    color: #645855;
    text-align: center;
    padding-bottom: 8px;
}
div.jqi .jqimessage .example {
    color: #645855;
    font-size: x-small;
    font-weight: normal;
    font-style: italic;
}
div.jqi .jqibuttons{
    border-top: 1px solid #fff;
    clear: both;
    text-align: center;
    padding: 10px 0 0 0;
}

div.jqi button {
    background: #B3121A url('../img/button_bg.gif') repeat-x bottom left;
    border-color: #CD585E #CD585E #2C0F0F #2C0F0F;
    border-width: 1px;
    border-style: solid;
    color: #fff;
    font-family: 'Lucida Grande';
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    margin: 0;
    padding: 3px 10px;
    text-transform: uppercase;
}

div.jqi .jqibuttons #jqibuttonConfirm {
    margin-right: 5px;
}

div.jqi .jqibuttons #jqibuttonLog_In {
    margin-right: 23px;
}
