/***** LAYOUT ELEMENTS ************************************/

/* "Holly hack" */
/* Hides from IE5-mac \*/
* html div {height: 1%;}
/* End hide from IE5-mac */

body {
	min-width: 77px;
	color: black;
	background-color: #F6F5F0;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}

#all {
/*	width: 770px; */
	margin-left: auto;
	margin-right: auto;
	padding: 5px;	
}

#logo_box {
	position: absolute;
	z-index: 1;
	margin-left: 50px;
	margin-top: -16px;
	top: 24px;
}

#header_box {
	color: black;
	background-color: transparent;
	border: 0px;
	min-height: 60px;
	margin-top: 10px;
}

div.header_nav {
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	padding-left: 330px;
	padding-bottom: 10px;
}

#header_nobox {
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#search {
	margin-left: 70px;
	display: inline;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

#content {
	padding: 0 20px 40px 20px;
	border: 1px solid #999;
	color: black;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
}

.footer {
	text-align: center;
	padding-top: 10px;
}
#wide_column {
	border-bottom: 1px solid #999;
	margin-bottom: 15px;
	text-align: center;
}
#widefloat {
        border-bottom: 1px solid #999;
        margin-bottom: 15px;
        text-align: center;
}
#leftcolumn {
	margin: 0 0px 0px 0;
	padding: 0;
	padding-right: 10px;
	width: 315px;
	border-right: solid 1px #999;
}
#rightcolumn {
	text-align: left;
	margin: 10px;
	padding: 0;
	display: inline;
	float: right;
	width: 367px;
	background: transparent;
}
#rightunit {
        text-align: center;
        margin: 0px 10px 0 10px;
        padding: 0;
        display: inline;
        float: right;
        width:420px;
        background: transparent;
}
#leftunit {
        margin: 0px 10px 0 10px;
        padding: 0;
	padding-right: 0px;
}

#pixlink img {
	border: 0;
}

a#pixlink {
	color: gray;
	font-size: 11px;
}

.emphasis {
	font-weight: bold;
}

div.emphasis {
	clear: left;
	padding: 4px 0 2px 0;

}

.price {
	padding: 5px 0 2px 0;
}

#printed_item
{
	font-weight: bold;
}

#ajax_other_items {
	height: 220px;
}

a img#large_product
{
	color: black;
	border: 1px solid black;
}

a img#large_product_clothing
{
	border: 1px solid white;
}


/**** WIDGETS **********************************************/
.widget {
	text-align: left;
	margin: none;
	padding: none;
}

.widget h2 {
	clear: left;
	margin-bottom: 4px;
	padding-top: 12px;
}

.widget_form {
	display: inline;
}

.widget select {
	width: 75%;
}

.img_caption {
        font-weight: bold;
        text-align: center;
        padding: 2px;
        /*color: white;
        background-color: #993400;
        */
}

.widget .category_select {
	text-align: center;
}

/**** NAV ELEMENTS *****************************************/

ul.header_nav, ul.footer_nav {
	list-style: none;
	display: inline;
	padding : 0;
	margin : 0;
}
ul.header_nav li, ul.footer_nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	padding-right: 3px;
}
ul.header_nav li a, ul.footer_nav li a {
	text-decoration: none;
	font-weight: bold;
	white-space: nowrap;
}

/****  FORM ELEMENTS **********************************/

form.search {
	display: inline;
}


textarea, select, input, input.search, input.plain {

	padding-left: 4px;
	padding-right: 4px;
	margin-left: 6px;
	margin-right: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}

input.button, input.add {
	background-color: #993400;
	padding: 2px 4px 2px 4px;
	margin-left: 0;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	border: 1px solid white;
}

input.button, input.add {
	background-color: #993400;
	padding: 2px 4px 2px 4px;
	margin-left: 0;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	border: 1px solid white;
}


input.add { margin-right: 18px; }

input.add:hover {
	background-color: white;
	color: #993400;
	border: 1px solid #993400;
}

input.add:active {
	background-color: #090;
	color: white;
}


input.disabled {
	padding: 2px 4px 2px 4px;
	margin-left: 0;
	margin-right: 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	border: 1px solid gray;
	color: gray;
}

input.messagebox_alert {
	background-color: white;
	color: #993400;
	border: none;
}

form.plain {}

/**************************************************/

a, a:hover, a:link, a:visited, a:active {
	background-color: transparent;
	color: #993400;
	text-decoration: none;
	font-weight: bold;
}

.store_highlight {
	color: #993400;
	font-weight: bold;
}

.store_alt_highlight {
        color: #32659A;
        font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {}

h2 { font-size: 20px; color: #32659A; }
.as_h2 { font-size: 20px; color: #32659A; font-weight: bold;}

/**** DL **************************************************/

dl.plain {
	font-size: 12px;
}

dt { padding-top: 3px; }

dl.plain dt,dd {
	color: black;
}

/**** UL **************************************************/

ul.plain {
        padding: 0;
        margin: 0;
        list-style: none;
}

ul.plain li {
        font-size: 12px;
}

div.formtable th {
	text-align: right;
	font-weight: bold;
	color: #993400;
	vertical-align: top;
}

.alert {
	color: #32659A;
	font-weight: bold;
}

.required, .alert {
        color: #32659A;
        font-weight: bold;
}

div.hr {
	background-color: transparent;
	border-top: 1px dashed #999999;
}

div.hr_abook {
	background-color: transparent;
	border-top: 1px dashed black;
}

div.shaded {
	background-color: #F6F5F0;
	color: #993400;
	border: solid 1px #999999;
	padding: 20px 10px 20px 15px;
	clear:both;
}

* html div.shaded { padding: 20px 0px 20px 4px; }

div.shaded_account {
        background-color: #F6F5F0;
        color: #993400;
        border: solid 1px #999999;
        padding-top: 0px;
        padding-right: 18px;
        padding-bottom: 18px;
        padding-left: 18px;
}

div.product_thumb
{
	width: 214px;
       	float: left;
        text-align: center;
        margin: 5px 7px 5px 8px;
        height: 265px;
        vertical-align: middle;
		display: table;
}

div.product_thumb_content
{
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

/*Now the hack for IE*/
/* \*/
* html .product_thumb_content {
    top: 50%;
    left: 0;
    }

* html .product_thumb_content .product_thumb_mid {
    position: relative;
    top: -50%;
    }
/* */

div.product_thumb table
{
		display: inline;
}

* html div.product_thumb { height: 265px; }

div.image_feature
{
        text-align: left;
}

div.category_feature
{
        width: 200px;
        float: left;
        text-align: right;
        margin: 5px 14px 5px 13px;
}

div.high_category
{
	margin: -40px 0px 0 0px;
}

* html div.high_category { margin: -25px 5px 0 10px; }

td.product_thumb {
	vertical-align: middle;
	text-align: center;
}
img.product_sell {
	border: solid 1px black;
}
img.product_thumb {
	border: solid 1px black;
}
p.product_thumb_text {
	margin-top: 4px;
	margin-bottom: 0px;
	font-size: 11px;
	font-weight: bold;
}

form#category_menu select {
        font-size: 11px;
        width: 200px;
        margin-top: 7px;
        margin-bottom: 7px;
}

.category_products_header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.ship_price_shade, .cart_item_extra {
	color: #32659A;
}

.ship_price_paren, .ship_method_note {
	font-size: 10px;
}

form#shop_by {
margin-top: 10px;
}
form#shop_by select {
	font-size: 11px;
	width: 200px;
	margin-top: 7px;
	margin-bottom: 7px;
}
div.bread_crumb {
	font-weight: bold;
}
.pager_numbers a {
	color: #993400;
}
.pager_numbers_current {
	color: black;
}

#ajax_product {
	float: right;
	text-align: center;
	width: 400px;
}

#ajax_panel
{
	background: #F6F5F0;
	width: 275px;
	min-height: 400px;
	padding: 10px;
	font-size: 11px;
	border-color: gray;
	border-width: 0 1px 1px 1px;
	border-style: solid;
}


#ajax_tabs
{
	width: 297px;
	font-size: 11px;
	height: 24px;
}

.ajax_tab_spacer, .ajax_tab_spacer_end
{
	width: 11px;
	height: 23px;
	font-size: 11px;
	float: left;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}
.ajax_tab_spacer_end
{
	width: 11px;
}


#ajax_tab_personalize {
}

#ajax_tab_other {
}

.ajax_tab_on, .ajax_tab_off
{
	width: 130px;
	height: 22px;
	font-size: 11px;
	float: left;
	background: #F6F5F0;
	border: gray;
	border-bottom: #F6F5F0;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
}

.ajax_tab_off
{
	border:  #993400;
	border-bottom: gray;
	background:  #993400;
	border-width: 1px;
	border-style: solid;
	color: #fff;

}

.ajax_tab_on a
{
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
}

#ajax_tab_personalize.ajax_tab_off a, #ajax_tab_other.ajax_tab_off a
{
	color: #fff;
	display: block;
	text-align: center;
	padding: 5px 0 0 0;
}



#product_image img {
	border: 0;
	height: 320px;
	width: 320px;
}

#ajax_panel h1 {
	font-size: 14px;
	margin: 2px 0 2px 0;
}

#decoptions, #baseoptions, #attributes, #input_row {
	padding: 3px 0 9px 0;
	clear: left;
	margin-left: 9px;
	display: block;
}


#attributes{
	padding-bottom: 26px;
}
.product_description { padding-bottom: 12px; }

#input_row {
	padding-top: 12px;
	clear: none;
}

#decoptions img, #baseoptions img {
	border: 1px solid black;
}

#imgcache {
	visibility: hidden;
	height: 0;
	width: 0;
}

a.swatch {
	padding: 3px;
	display: block;
	float: left;
}

a.swatch:hover, a.swatch:active {
	padding: 2px;
	background: white;
	border: 1px solid #993400;
}

a.swatch_on, a.d_swatch_on {
	padding: 2px;
	background: white;
	border: 1px solid black;
	display: block;
	float: left;
}

.product_links {
	clear: left;
	padding-top: 2px;
}

.price {
	padding-top: 8px;
	display: block;
}

.price .emphasis {
	font-size: 14px;
}

#attributes a.attr {
	display: block;
	float: left;
	border: 2px #888 solid;
	color: #888;
	padding: 3px;
	margin: 2px 4px 0 0;
	background-color: #ddd;
	width: 20px;
	text-align: center;
}

#attributes a.attr:hover {
	border: 2px #444 solid;
	color: #444;
	padding: 3px;
	background-color: #F6F5F0
}

#attributes a.attr:active, #attributes a.attr_on
{
	display: block;
	float: left;
	border: 2px #444 solid;
	color: #444;
	padding: 3px;
	margin: 2px 4px 0 0;
	background-color: white;
	width: 20px;
	text-align: center;

}

/*#input_row a {
	background-color: #993400;
	padding: 3px 5px 3px 5px;
	margin-left: 18px;
	margin-right: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	border: 1px solid white;
	display: inline;
}


#input_row a:hover {
	background-color: white;
	color: #993400;
	border: 1px solid #993400;
}

#input_row a:active {
	background-color: #060;
	color: white;
}
*/
.header_row {
	padding: 12px 0 5px 0;
	clear: left;
	width: auto;
}

* html .header_row {
	clear: none;
}

#wishlist { 
	margin-left: 12px;
	float: left;
}

#emphasis_left
{
	float: left;
	font-weight: bold;
}

#wishlist a { 
	display: block;
	padding: 0 0 4px 0;
}

#add_cart_button
{
	float: left;
}

span.right { 
	padding: 12px 0 5px 0;
	float: right; 
	margin-right: 6px; 
}

span.right a { 
	display: block;
	padding-top: 4px;
}

#attribute_box, #sizing_box {
	float: left;
	display: block;
}

#sizing_box {
	text-align: right;
	float: right;
	margin-right: 6px;
}

#selected_dec, #selected_base, #selected_size {
	font-weight: bold;
}

/* Nicetitle Style */
div.niceTitle
{
	background-color: #444;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	/*width: 100px;*/
	left: 0;
	top: 0;
	padding: 4px;
	position: relative;
	text-align: left;
	z-index: 20;
	-moz-border-radius: 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=92);
	-moz-opacity: .92;
	-khtml-opacity: .92;
	opacity: .92;
}
div.niceTitle .contents
{
	margin: 0;
	padding: 0 3px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
div.niceTitle p
{
	color: #D17E62;
	font-size: 9px;
	padding: 3px 0 0 0;
	margin: 0;
	text-align: left;
	-moz-opacity: 1;
}

* html div.niceTitle { /* fixes toolips in IE6 */
	width: 100px;
}

#view_thumbs {
	color: gray;
	font-weight: bold;
	font-size: 10px;
	padding: 3px;
	margin: 12px auto 5px auto;
	border: 1px gray solid;
	width: 160px;
}

#view_thumbs img {
	border: 1px gray solid;
	margin: 3px;
}

/*** stuff for zoom ***/

#ajax_layer {
	position: absolute;
	width: 700px;
	height: 625px;
	margin: 0 auto 0 10px;
	top: 30px;
	background: #F6F5F0;
	clear: both;
	border-width: 1px 3px 3px 1px;
	border-color: gray #333 #333 gray;
	border-style: solid;
	z-index: 100;
	visibility: hidden;
}

#top_bar {
	width: 700px;
	height: 25px;
	background-color: #993400;
	color: white;
	font-weight: bold;
	text-align: center;
}

#top_bar img{
	float: right;
	margin: 0;
	border: 0;
}

#top_bar p{
	padding-top: 5px;
	margin: 0;
}


#view_thumbs_popup {
	float: right;
	width: 98px;
	text-align: center;
	border: none;
	padding-top: 5px;
}

* html #view_thumbs_popup {
	width: 93px;
}


#view_thumbs_popup img {

	border: 1px gray solid;
	margin-bottom: 5px;
	margin-left: 5px;
}


img#zoom_box
{
	border-width: 0 1px 0 0;
	border-color: gray;
	border-style: solid;
}

#darkenBackground {
	background-color: rgb(0, 0, 0);
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	filter: alpha(opacity=50); /* IE */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:repeat;
	position:absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

html>body #darkenBackground { position:fixed; }

img#zoom_preload {
	border-width: 0;
	border-style: none;
}

/* gets rid of dots in Firefox */
a:focus {outline-style: none;}
