/*
Theme Name: Big Train Show
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
Tags: 
*/

* 
{
	padding: 0;
	margin: 0;
}

html
{
}

body 
{
	background: #9f241e;
	font-size: .75em;
	color: #232323;	
}

html, body, input, select, textarea
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1
{
	font-size: 1.75em;
}

h2
{
	font-size: 1.4em;
}

h3
{
	font-size: 1.25em;
}

h4
{
	font-size: 1em;
}

h5
{
	font-size: 1em;
}

hr
{
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #ADAEB2;
}

p
{
	padding: 0 0 1.1em 0;
}

ul, ol
{
	margin: 0 0 1em 2.5em;
}

input
{
}

select
{
}

textarea
{
}

img
{
	border: 0;
}

/**
 * ==============================================================
 * Wrapper
 * ==============================================================
 */

div#wrapper
{
	margin: 40px auto 40px auto;
	width: 900px;
	background: #fff;
}

/**
 * ==============================================================
 * Header
 * ==============================================================
 */

div#header
{
	height: 10px;
}

div#header div.left
{
	float: left;
	width: 12px;
	height: 10px;
	background: url('images/corner-t-l.gif') no-repeat;
}

div#header div.middle
{
	float: left;
	width: 876px;
	height: 10px;
	background: #fff;
}

div#header div.right
{
	float: left;
	width: 12px;
	height: 10px;
	background: url('images/corner-t-r.gif') no-repeat;
}

/**
 * ==============================================================
 * Home
 * ==============================================================
 */

/* Top nav */

div#home-nav
{
	clear: both;	
	margin: 5px 0 26px 0;
	text-align: center;
}

div#home-nav ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	height: 25px;
}

div#home-nav ul li
{
	display: inline;
	padding: 3px 14px 3px 14px;
	font-size: 1.25em;
}

div#home-nav ul li.sep
{
	/*border-right: 1px solid #ffd407;*/
	border-right: 1px solid #aaa;
}

div#home-nav ul li a
{
	/*color: #969696;*/
	color: #9F241E;
	text-decoration: none;
}

/* Main image */

div#home-main
{
	clear: both;
	margin: 0 0 26px 0;
	text-align: center;
}

/* Register */

div#home-register
{
	clear: both;
	margin: 0 0 26px 0;
	text-align: center;
}

/* Info */

div#home-info
{
	clear: both;
	overflow: hidden;
}

div#home-info div.left
{
	float: left;
	padding-right: 15px;
	width: 435px;
	text-align: right;
}

div#home-info div.right
{
	float: left;
	padding-left: 15px;
	width: 435px;
}

div#home-info div.right div.inner
{
	width: 325px;
}

div#home-info h2
{
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	color: #2f2c2d;
}

div#home-info p
{
	font-size: 1em;
	color: #aaa;
}

/* Location */

h2#home-location 
{
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
	font-style: italic;
	font-size: 1.45em;
	color: #dd7100;
}

/* Logos */

div#home-logos
{
	clear: both;
	margin: 0 0 10px 0;
	text-align: center;
}

/* Sponsor */

h4#home-sponsor
{
	clear: both;
	margin: 10px 0 10px 0;
	text-align: center;
	font-weight: normal;
	font-size: 1em;
	color: #aaa;
}

/**
 * ==============================================================
 * Content
 * ==============================================================
 */

div#content-inner
{
	padding: 10px 25px 10px 25px;
}

div#content-header
{
	overflow: hidden;
	height: 80px;
}

div#content-header div.left
{
	float: left;
	width: 165px;
}

div#content-header div.right
{
	float: left;
	margin-left: 25px;
	width: 660px;
}

/* Header text */

h3#header-date
{
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	border-right: 1px solid #aaa;
	font-weight: normal;
	font-size: 1.45em;
	color: #e91e24;
}

h3#header-location
{
	float: left;
	margin-bottom: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-style: italic;
	font-size: 1.45em;
	color: #dd7100;
}

/* Nav */ 

ul#nav-content
{
	clear: both;
	position: relative;
	left: -8px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 25px;
	height: 25px;
}

ul#nav-content li
{
	display: inline;
	padding: 3px 8px 3px 8px;
	*padding: 3px 7px 3px 8px;
	font-size: 1.25em;
}

ul#nav-content li.sep
{
	/*border-right: 1px solid #ffd407;*/
	border-right: 1px solid #aaa;
}

ul#nav-content li a
{
	/*color: #969696;*/
	color: #9F241E;
	text-decoration: none;
}

/**
 * ==============================================================
 * Main Content
 * ==============================================================
 */

div#content-inner div.left
{
	float: left;
	width: 165px;
}

div#content-inner div.right
{
	float: left;
	margin-left: 25px;
	width: 660px;
	line-height: 1.45em;
}

div#content-inner div.right div.inner
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.1em;
}

div#content-inner div.right div.inner h2,
div#content-inner div.right div.inner h3,
div#content-inner div.right div.inner h4,
div#content-inner div.right div.inner h5
{
	margin-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #df7800;
}

div#content-inner div.right div.inner select,
div#content-inner div.right div.inner input,
div#content-inner div.right div.inner textarea
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1em;
}

div#content-inner div.right p
{
	padding: 0 0 1.35em 0; 
}

div#content-inner div.right a
{
	color: #9F241E;
}

div#content-inner div.right p.nopad
{
	padding: 0 !important;
}

/**
 * Gallery
 */

img.gallery
{
	margin: 0 10px 10px 0;
	border: 2px solid #ccc;
}

img.single
{
	margin: 0;
	border: 2px solid #ccc;
}

/**
 * Zoom
 */

img#ZoomImage
{
	border: 8px solid #f0f0f0;
}

/**
 * ========================================================================
 * Store
 * ========================================================================
 */

/*td.DialogBox
{
	display: block;
	width: 100%;
}*/

div#content-inner div.right h1
{
	font-size: 1em;
	text-align: left !important;
}

.RegSectionTitle
{
	font-weight: bold;	
}

div.register-pad
{
	overflow: hidden;
	height: 15px;
}

.SubHeaderGrey
{
	font-size: .9em;
	font-weight: bold;
	color: #9F241E;
}

td.DialogTitle
{
	/*font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;*/
	padding-bottom: 10px;
	color:#DF7800;
	font-family:Georgia,"Times New Roman",Times,serif;
	margin-bottom:15px;
	font-weight: bold;
	font-size: 1.4em;
}

div.module
{
	margin-bottom: 15px;
}

div.module-inner a
{
	color: #6c6c6c !important;
}

div.module h3
{
	padding-bottom: 3px;
	font-size: 1.35em;
	font-weight: normal;
	color: #E91E24;
}

div.module h3.module-padded
{
	padding-bottom: 6px;
	font-size: 1.35em;
	font-weight: normal;
	color: #E91E24;
}

div.module-inner
{
	padding: 0 0 0 10px; 
}

div.module-sep
{
	overflow: hidden;
	margin: 0px 0 10px 0;
	height: 1px;
	border-bottom: 1px dotted #aaa;
}

td.DialogBox hr
{
	overflow: hidden;
	margin: 5px 0 5px 0;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #aaa;
}

hr.PListLine
{
	overflow: hidden;
	margin: 0px 0 10px 0;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #000 !important;
}

div.desc-pad
{
	overflow: hidden;
	height: 3px;
}

td.BuyNowQuantity
{
	padding-right: 5px;
}

div.subcategory-product-sep
{
	overflow: hidden;
	margin: 15px 0 10px 0;
	height: 1px;
	border: 0;
	border-bottom: 2px dotted #aaa !important;
}

div.logout
{
	font-weight: bold;
}

div.category-product-description
{
	padding: 5px 0 5px 0;
}

ul.store-categories
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.store-categories li.category
{
	padding: 3px 0 0 0 !important;
	font-size: 1em;
	font-weight: normal !important;
}

span.search-button
{
	font-weight: bold;
}

td.Button
{
	padding-top: 8px;
	text-transform: capitalize;
}

font.Button
{
	padding: 2px 6px 2px 6px;
	border: 2px solid #7e1d18;
	background: #9F241E;
	font-weight: bold;
	font-size: 1.1em;
	color: #fff;
	cursor: pointer;
}

input.button
{
	background:#C94929 none repeat scroll 0%;
	border:2px solid #93260B;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	padding:2px;
}

td.Button_menu
{
	padding: 3px;
	border: 2px solid #dbb500;
	background: #FFD300;
	font-size: .9em;
	font-weight: bold;
	cursor: pointer;
	color: #434343;
}

hr.category-product-separator
{
	margin: 1em 0 1em 0;
	height: 1px;
	border: 0; 
	border-bottom: 1px dotted #414300;
}

input.GoImage
{
	padding: 0;
	border: none;
	background: none;
}

input.ButtonSide
{
	padding: 0;
	border: none;
	background: none;
}

input.ButtonSide_menu
{
	padding: 0;
	border: none;
	background: none;
}

input.GoImage
{
	margin-right: 10px;
}

.Button
{
	/*margin-right: 5px;*/
}

.MarketPrice
{
	padding-top: 5px;
}

.product-image-thumbnail
{
	border: 1px solid #232323;
}

.ProductPrice
{
	padding-top: 5px; 
}

.ProductTitle
{
	font-size: 1.15em;
	font-weight: bold;
}

.SearchSortLink
{
	margin-left: 10px;
}

.SmallNote
{
	font-size: .75em;
}

.Star
{
	font-size: 1em;
	font-weight: bold;
	color: red;
}

.VertMenuTitle
{
	font-size: 1.15em;
	font-weight: bold;
}

.your-account-spacer
{
	height: 5px;
}

/**
 * Product information
 */

table#product-detail-main 
{
	padding: 8px 0 1em 0;
}

table#product-detail td.info
{
	padding-bottom: 1em;
}

/**
 * Wine extras
 */

table#wine-extras td
{
	padding-bottom: 1em;
}

table#wine-extras td.last
{
	padding-bottom: 0;
}

table#product-grape-varietals th
{
	padding: 4px;
	border-bottom: 1px dotted #ddd;
	font-size: .85em;
	color: #60004F;
}

table#product-grape-varietals td
{
	padding: 4px;
	border-bottom: 1px dotted #ddd;
}

/**
 * Cheese extras
 */

table#cheese-extras td
{
	padding-bottom: 1em;
}

table#cheese-extras td.last
{
	padding-bottom: 0;
}

/**
 * Fast lane checkout
 */

td.big-button
{
	padding-left: 10px;
}

td.big-button span
{
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	font-size: 1.15em;
	color: #C94929;
}

table.DialogInfo
{
	border: 2px solid #93270B;
	background: #FFD5CA;
}

table.DialogInfo td
{
	padding: 4px;
}

table.DialogInfo td.DialogInfoTitle
{
	font-weight: bold;
}

.CheckoutTab
{
	font-size: .85em;
	font-weight: bold;
}

.CheckoutTabSel
{
	font-size: .85em;
	font-weight: bold;
}

/**
 * Tooltip
 */

div.tooltip
{
	position: absolute;
	width: 300px;
	border: 1px solid #60004F;
	background: #bd72b0;
	padding: 5px;
	font-size: .85em;
	color: #fefefe;
	display: none;
}	

/**
 * Breadcrumb
 */

#breadcrumb
{
	font-size: .85em;
	color: #aaa;
}

#breadcrumb a
{
	border-bottom: none;
	text-decoration: underline;
	color: #aaa !important;
}

#breadcrumb a.link:hover
{
	border-bottom: none;
	text-decoration: underline;
	color: #aaa;
}

#breadcrumb ul
{
	margin: 0 0 11px 0;
	padding: 0 0 10px 2px;
	list-style: none;
	border-bottom: 1px dotted #aaa;
}

#breadcrumb li
{
	display: inline;
}

/**
 * ==============================================================
 * Footer
 * ==============================================================
 */

div#footer
{
	clear: both;
	height: 10px;
}

div#footer div.left
{
	float: left;
	width: 12px;
	height: 10px;
	background: url('images/corner-b-l.gif') no-repeat;
}

div#footer div.middle
{
	float: left;
	width: 876px;
	height: 10px;
	background: #fff;
}

div#footer div.right
{
	float: left;
	width: 12px;
	height: 10px;
	background: url('images/corner-b-r.gif') no-repeat;
}
