/*
Sawadee Tea House
base stylesheet
*/

* {
    padding: 0;
    margin: 0;
}


#header {
    position: relative;
    width: 850px;
    margin: 0 auto;
    padding: 0;
}
#header_wrap {
    border-top: 1px solid #333;
    width: 100%;
    background-color: #834536;
    padding: 5px 0;
    margin: 0;
}

#top {
    background-color: #834536;
    width: auto;
}

#site_logo {
    display: inline;
}
#site_logo img { 
    border: none;
}

#site_name {
    display: inline;
}

body
{
    font-family: sans-serif;
    background-color: #623f37;
}

h1,h2,h3,h4,h5,h6 {
    font-variant: small-caps;
    padding: 5px 0 10px 0;
    color: #5c382d;
}


/* Sale */
#fullprice { 
    color: red;
    font-size: 20px;
}
/* Regular price */
#price {
    color: #5c382d;
    font-size: 18px;
    font-weight: bold;
}

a {
    color: #5c382d;
}

a:visited {
    color: #000;
}

.error {
    overflow: auto;
    background: url('/static/images/site/error_icon.png') no-repeat scroll 5px;
    padding: 3px;
    font-size: 13px;
    padding-left: 30px;
    margin-bottom: 10px;
    border-top: 1px solid #cc0000;
    border-bottom: 1px solid #cc0000;
    background-color: #ffcccc;
    color: #000;
}

.errorlist {
    list-style-type: none;
    margin: 0 0 0.5em 0;
}

.errorlist li {
    background: url('/static/images/site/error_icon.png') no-repeat scroll 5px;
    padding-left: 20px;
}

.fielderror {
    background: url('/static/images/site/error_icon.png') no-repeat scroll 2px;
    padding-left: 20px;
}



#googlemaps {
    float: right;
}
div.clear {
    clear: both;
}
div.clear-both {
    clear: both;
}

#container {
    margin: 0;
    padding: 0;
    height: 100%;
    background: url('/static/images/site/wood_background2.jpg');
}

#footer a { 
    color: #fff;
}

#footer_wrap {
    background-color: #623f37;
    border-top: 1px solid #333;
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0;
}

#footer {
    background-color: #623f37;
    position: relative;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
    width: 850px;
    padding: 0;
}
#paypal_logo {
    position: absolute;
    right: 0;
    top: 0;
}
.footer_block {
    margin-right: 20px;
    float: left;
}
    


#message {
    border-top: 1px solid #339900;
    border-bottom: 1px solid #339900;
    background-color: #ccff99;
}

#cart_status {
    position: absolute;
    right: 7px;
    bottom: 5px;
    font-size: 13px;
    background: url("/static/images/site/cart.png") no-repeat scroll 5px;
    padding-left: 25px;
    color: #fff;
}

#cart_status_links {
    display: inline;
    padding-left: 10px;
}
#cart_status a, #cart_status:visited {
    color: #fff;
}
#cart_status_view {
}

.search-results {
    padding: 10px 0;
}
.search-results li {
    list-style: none;
    padding-bottom: 0.2em;
}
    
.frontpage_block {
    margin: 5px;
}
#shipping_rates {
}
    
#content {
    color: #000;
    background-color: #fff;
    font-size: 13px;
    margin:  15px auto;
    padding: 10px;
    width: 820px;
    min-height: 350px;
    border: 1px solid #5c382d;
    border: 0 1px 0 1px;
}
#content img {
    padding: 0;
    margin: 5px 0;
}
.content_left {
    float: left;
    padding: 0 5px 0 0;
    margin: 0;
    width: 540px;
}

.content_right {
    padding: 0;
    margin: 0;
    width: auto;
    margin-left: 555px;
}
.content_block {
    padding: 0 0 10px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid #aaa;
}
#socialnetworks * {
    font-size: 12px;
    text-decoration: none;
}
.facebook {
    background: url('/static/images/site/facebook_icon.gif') no-repeat 0px;
    padding-left: 25px;
}

.twitter {
    background: url('/static/images/site/twitter_icon.gif') no-repeat scroll 2px;
    padding-left: 25px;
}

#purchase_button {
    margin: 10px 0;
}

#product_images {
    padding: 2px 0;
    margin: 2px 0;
}
.product_img_lg {
    padding: 5px;
}
.product_img {
    padding: 5px;
    border: 1px solid #666;
}

#product_wrap {
    vertical-align: center;
    height: 100%;
}
#product {
    width: 100%;
    vertical-align: center;
    padding: 5px;
    margin: 5px;
}

#product_left {
    padding-right: 20px;
    height: 100%;
    text-align: center;
    width: 375px;
    vertical-align: center;
}
#product_right {
    padding-bottom: 10px;
    vertical-align: center;
    height: 100%;
}

.product_attributes {
    padding: 0;
    margin: 5px 0;
    width: 100%;
}
.product_attributes td.attrname {
    padding-right: 10px;
}
.product_attributes td {
    vertical-align: top;
    padding: 2px 0;
}
#product_options {
    list-style: none;
    padding: 2px 0;
    padding-bottom: 10px;
}
#product_options li {
    padding: 5px 0;
}

/* suckerfish-based product menu */
.sf-menu {
    font-variant: small-caps;
    font-size: 13px;
    background-color: #623f37;
    color: #f8eee5;
}
.sf-menu a {
	padding: 		.75em 1em;
    background-color: #623f37;
    color: #f8eee5;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    background-color: #623f37;
    color: #f8eee5;
}
.sf-menu > li {
/*	border-right:    1px solid #fff; */
}
.sf-menu li {
    color: #f8eee5;
    width: 12em;
}
.sf-menu li li {
    /*border-top: 1px solid #e7dfd7; */
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background-color: #834536;
    color: #fff;
	outline:		0;
}
/* end suckerfish menu */

.addressblock {
    padding-top: .5em;
    padding-bottom: .5em;
}

.profile li {
    list-style-type: none;
}

p {
    margin: 5px 0;
    padding: 5px 0;
}


/* =============== Navigation Bars ===================== */
#site_nav_div {
    font-variant: small-caps;
    padding: 2px;
    font-size: 13px;
    position: absolute;
    top: 0;
    right: 2px;
}

#site_nav {
    display: inline;
    padding: 0;
    margin: 0;
}

#site_nav li { 
    display: inline; 
    list-style: none;         
    padding: 0 0.5em;
}

#site_nav a, #site_nav a:visited {
    color: #fff;
}    

#product_menu_inner {
    margin: 0 auto;
    width: 850px;
    background-color: #623f37;
}

#product_menu_wrap {
    background-color: #623f37;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #3f0e07;
}

#login_status {
    font-size: 13px;
    position: absolute;
    top: 30px;
    right: 5px;
    color: #fff;
    padding: 2px;
}
#login_status a {
    color: #fff;
}


#search_img {
    position: absolute;
    right: 10px;
    top: 10px;
}
#search_wrap {
    margin-left: 3px;
    display: inline;
}
#search {
    display: inline;
}
#search input {
    color: #e7dfd7;
    background-color: #834536;
    font-size: 11px;
    text-decoration: none;
    padding: 2px;
    margin: 0 !important;
    cursor: pointer;
    border: 1px solid #5c382d;
    color: #e7dfd7;
}

#search input#search_keywords {
    width: 11em;
    color: #834536;
    border: 1px solid #5c382d;
    font-size: 13px; 
    cursor: auto;
    padding: 0.10em 0.15em !important;
    padding-bottom: 0.20em !important;
    margin: 0 !important;
    background-color: #fff;
}

ul#breadcrumbs {        
    padding-bottom: 10px;
    color: #681e14;
    font-weight: bold;
    font-size: 14px;
}

ul#breadcrumbs li { 
    display: inline; 
    list-style: none;         
}
ul#breadcrumbs > li {
    padding-left: 0;
}
ul#breadcrumbs li { 
    padding-left: 0.5em; 
    padding-right: 0.3em; 
    border-left: 1px solid #b0b0b0;     
}  
ul#breadcrumbs li.first {
    padding-left: 0em; 
    border-left: none; 
}
ul#breadcrumbs a:visited {
    color: #5c382d;
}

.category_header {
    margin-bottom: 5px;
}
.subcategory_header {
    margin: 20px 0 0 0;
    padding: 5px;
}

.justified {
    text-align: justify;
}    

#product_category, .product_subcategory {
    width: 100%;
}
.product_list {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    list-style-position: outside;
}
.product_entry {
    margin: 0 5px;
    height: 150px;
    width: 125px;
    display: inline;
    float: left;
    text-align: center;
}

.product_name {
    text-align: center;
    font-variant: small-caps;
    text-decoration: underline;
}
.product_link {
    width: 100px;
}

.discountcode {
    font-weight: bold;
    color: #000;
}

.saleprice {
    background: url('/static/images/site/notification.png') no-repeat scroll 2px 3px; 
    background-color: #c7e3ff;
    border-top: 1px solid #3399ff;
    border-bottom: 1px solid #3399ff;
    padding: 5px;
    margin: 2px 0;
    padding-left: 50px;
    color: #000;
}

/* Forms */

.required {
    color: red;
}

#checkout_button {
    margin: 10px 0;
}

input#id_quantity {
    width: 35px;
}

    
table.order {
    margin: 10px 0;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #666;
}

table.order input {
    font-size: 11px !important;
}

table.order th {
    color: #fff;
    background-color: #623f37;
    padding: 5px;
}

table.order td {
    border: 1px solid #666;
    padding: 5px;
}

.tracking_status {
    width: 100px;
}
.tracking_time {
    width: 150px;
}
.tracking_notes {
    width: 200px;
}

.order .item_price {
    width: 75px;
}
.order .item_total {
    width: 75px;
}
.order .item_name {
    width: 275px;
}
.order .item_qty {
    width: 100px;
}
.order .item_qty_edit {
    width: 150px;
}
.order .item_remove {
    width: 100px;
}

.order #order_total {
    width: 75px;
    text-align: right;
}

ul.normal {
    padding: 5px 0;
    list-style-position: inside;
}
    
.caption {
    text-align: center;
    font-size: 13px;
    color: #666;
}

