﻿/* ------------------------ BEGIN: core styles ----------------------- */
a
{
	color:#fb5000;	
}
a:hover
{
	text-decoration:none;	
}
.clear
{
	clear: both;
}
img
{
	border: 0px;
}
span.small, p.small, div.small
{
	font-size: 85% !important;
	font-style: italic;
	font-weight: normal;
}
.link
{
	cursor: pointer;
	color: #034af3 !important;
	text-decoration: none;
}
.link:hover
{
	color: #1d60ff !important;
	text-decoration: underline;
}
.title
{
	font-weight: bold;
	margin-bottom: 3px;
}
.leftPane
{
	float: left;
}
.rightPane
{
	float: right;
}
.inline
{
	display: inline;
}
.clearAfter:after
{
	content: "&nbsp;";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* field validation */
.field-validation-error
{
	color: #ff0000;
}
.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}
.error
{
	color: Red;
}

/* fieldset */
fieldset
{
	border: 1px solid #91936f;
	margin-bottom: .5em;
	padding: 10px;
}
fieldset label
{
	display: block;
}
.noInset
{
	margin: 2px 0px 10px 0px;
}
.inline-label label
{
	display: inline;
}
.inline-label-first label:first-child
{
	display: inline;
}

.paddedForm div, .paddedForm p
{
	margin: 2px 12px 10px 10px;
}

/* login */
#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}
#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}
#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}
#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

/* mini user menu */
#miniusermenu
{
	z-index: 99;
	color:#fb5000;
	font-weight:400;
}
#miniusermenu a 
{
	text-decoration: none;
	color:#757959;
}
#miniusermenu .cart
{
	padding-right: 10px;
}
#miniusermenu .account
{
	padding-left: 10px;
	border-left: 1px solid #91936f;
}
/* ajax loading notification */
#ajax-loading
{
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	border: 5px solid #91936f;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	display: none;
}
#ajax-loading img
{
	margin-top: 10px;
}
/* ------------------------ END: core styles ------------------------- */

/* ---------------------- BEGIN: content styles ---------------------- */
/* misc */
ul.inline-list
{
	padding: 0 0 2px;
	position: relative;
	margin: 0;
}
ul.inline-list li
{
	display: inline;
	list-style: none;
	padding: 3px;
}
ul.inline-list img
{
	vertical-align: middle;
}
.breadcrumbs
{
	font-size: x-small;
	margin: 5px 0px 5px 0px;
}
ul.itemList
{
	margin: 0px;
	padding: 0 0 0 20px;
}
.copyFieldsCheckbox
{
	font-style: italic;
}

/* action menu */
ul.actionMenu
{
	padding: 0px 0px 0px 3px;
}
ul.actionMenu li
{
	list-style-type: square;
	font-size: smaller;
	list-style-position: outside;
	margin-bottom: 3px;
}
ul.actionMenu li img
{
	vertical-align: middle;
}

ul.tagList
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}

/* photo galleries */
.photoGallery
{
	width: 96%;
	display: table;
	margin-bottom: 10px;
	padding: 5px 0px 15px 0px;
	clear: both;
}
.photoGallery .header
{
	display: block;
	border-bottom: solid 1px #000;
	margin: 0 0 3px 0;
}
.photoGallery .tagList
{
	clear: both;
	padding-top: 5px;
}
.photoGallery .mainImg img
{
	border: 1px solid #000;
}
.photoGallery .mainImg
{
	margin: 0 8px 0 0;
	float: left;
}
.photoGallery > .description
{
	margin-bottom: 10px;
}
.photoGallery > .name
{
	border-bottom: 1px solid #91936f;
	padding-bottom: 5px;
	margin: 0 0 5px 0;
}
.photoGallery > .name a
{
	display: block;
	text-decoration: none;
}
.photoGallery .details
{
	margin-left: 5px;
}
.photoGallery > .images
{
	padding: 0 5px;
}
.photoGallery > .images > .image
{
	float: left;
	width: 482px;
	display: block;
	margin: 0px 15px 15px 0px;
	min-height: 200px;
	max-height: 300px;
	overflow: hidden;
}
.photoGallery .subText
{
	margin-bottom: 3px;
}

/* product list*/
ul.products
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
ul.products li
{
	margin: 0px 10px 10px 0px;
	padding: 10px;
	width: 193px;
	float: left;
	vertical-align: top;
	min-height: 300px;
	border: solid 5px #e9dba7;
	background-color: White;
}
ul.products .product .name a
{
	font: normal normal bold 12px/normal verdana;
	color: #965938;
	text-decoration: none;
	display: block;
	text-align: center;
}
ul.products .product .name a:hover
{
	text-decoration: underline;
}
ul.products .product .category a
{
	font: normal normal 100 11px/14px verdana;
	color: #b87102;
	text-decoration: none;
}
ul.products .product .category a:hover
{
	font: normal normal 100 11px/14px verdana;
	color: #fbb850;
	text-decoration: underline;
}
ul.products .product .category
{
	font-size: 11px;
	margin-bottom: 8px;
}

ul.products .product .sku
{
	font-weight: bold;
}

ul.products .product .shortDesc
{
	font-size: 11px;
}

.productsPager
{
	float: right;
	margin-right: 5px;
}

.productsPager a
{
	font-size: 0.9em;
	padding: 0 10px;
}

/* product details */
.productDetail .imagePane
{
	float: left;
	margin-right: 10px;
	padding: 10px;
}
.productDetail .images
{
	margin-bottom: 10px;
}
.productDetail .description
{
	margin-right: 10px;
}
.productDetail .actions
{
	float: right;
	width: 150px;
	background:transparent url(../images/action-bg.jpg) repeat-y scroll top;
	text-align: center;
	margin: 0px 8px 0px 8px;
	color:#ffffef;
}
.productDetail .actions > .header
{
	font: normal normal 400 18px/48px Times New Roman;
	display:block;
	background-image:url(../images/action-title-bg.jpg);
}
.productDetail .actions > .body
{
	margin:0px;
	min-height:110px;
	background:transparent url(../images/action-top.jpg) no-repeat scroll top;
}
.productDetail .actions > .body h3
{
	margin:0px;	
	padding:10px;
}
.productDetail .actions fieldset
{
	margin: 0px;
	width: 200px;
}

/* contact page */
#contactLeft
{
	width: 420px;
	border: solid 0px aqua;
	float: left;
}
#contactRight
{
	float: left;
	border: solid 0px aqua;
	padding-left: 20px;
}

/* contact form */
.contact-form
{
	margin-bottom: 15px;
}
.contact-form select
{
	margin-bottom: 3px;
	min-width: 200px;
}
.contact-form .status-message
{
	color: Green;
	width: 430px;
	padding: 5px;
}
.contact-form .status-message > * 
{
    display: none;
}
.contact-form input[type=text]
{
	height: 17px;
	font: normal normal 100 13px/15px verdana;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin-bottom: 3px;
	width: 200px;
}
.contact-form textarea
{
	width: 350px;
	height: 125px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin-bottom: 3px;
}
.contact-form .row
{
	margin-bottom: 5px;
}
.contact-form fieldset
{
	padding: 10px 15px 15px 20px;
	margin: 0px 0px 5px 0px;
	display: block;
}
.contact-form label 
{
    padding-left: 3px;
    display: inline;
    vertical-align: top;
}
.contact-form .row-title
{
    width: 80px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}
.contact-form .row-title label 
{
    padding-left: 0;
    font-weight: bold;
}
.contact-form .buttons 
{
    text-align: right;
}

/* contact list */
.contactInfo
{
	margin-bottom: 20px;
	margin-right: 20px;
}
.contactInfo span
{
	font: normal normal bold 14px/20px verdana;
	border-bottom: solid 1px #999999;
	padding: 5px 5px 5px 15px;
	width: 100%;
	display: block;
}
.contactInfo p
{
	padding: 0px 5px 0px 15px;
}

/* dynamic pages */
.contentItem
{
	margin-bottom: 25px;
	line-height: normal;
}
.contentItem h2
{
	padding: 0;
	margin: 0px 0px 0px 10px;
}
.contentItem h3, .contentItem h4
{
	margin-bottom: 3px;
}
.contentItem .subTitle
{
	margin: 1px;
	font: normal normal 100 10px/11px verdana;
	color: #284456;
}
.contentItem p
{
	margin:0px;
}
.contentItem .link
{
	font: normal normal 100 10px/11px verdana;
	font-weight: bold;
	text-align: right;
	margin: 1px;
}
.contentItem .tags
{
	font: normal normal 100 11px/12px verdana;
	color: #284456;
}
.contentItem .commentsLink
{
	margin-top: 5px;
	font: normal normal 100 11px/12px verdana;
	color: #284456;
}
.contentItem .socialLinks
{
	text-align: right;
	clear: both;
	float: right;
}

/* page search */
.results
{
	padding-left: 10px;
}
.resultItem h4
{
	margin-bottom: 3px;
}
.resultItem .subTitle
{
	margin: 1px;
	font: normal normal 100 10px/11px verdana;
	color: #284456;
}
.resultItem .tags
{
	font: normal normal 100 11px/12px verdana;
	color: #284456;
}
.comment
{
	padding: 5px;
	background-color: #EFEFEF;
	border: 1px solid #91936f;
	width: 600px;
	margin: 15px 0 15px 0;
	min-height: 125px;
}

/* comments */
.comment p
{
	margin: 15px 15px 15px 100px;
}
.comment div.avatar
{
	float: left;
	width: 100px;
	text-align: center;
	padding-top: 2px;
}
.comment div.avatar span.author
{
	font-weight: bold;
	display: block;
}
.comment span.date
{
	display: block;
	font-size: 83%;
	padding: 0;
	width: 80%;
	text-align: center;
	margin: auto;
}
.comment span.links
{
	margin: 1px;
	font: normal normal 100 10px/11px verdana;
	line-height: 0.5em;
	text-align: right;
	float: right;
}
.comment p.message
{
	margin-bottom: 10px;
	word-wrap: break-word;
}

/* comment form */
.commentForm
{
	margin-top: 10px;
}
.commentForm label
{
	display: inline;
}
.commentForm .error
{
	font-weight: normal;
}
.commentForm input
{
	margin-bottom: 5px;
}
.comment p.removed
{
	font-style: italic;
}
.flagged
{
	background-color: #DFA7A7;
}
.flagged p.message
{
	display: none;
}

/* admin menu */
.adminMenu
{
	color: Black;
	width: 150px;
	float: right;
	border: 1px solid #91936f;
	padding: 5px;
	margin-left: 5px;
	text-align: left;
	background-color: #e8eef4;
	clear: both;
}
.adminMenu .header
{
	font-weight: bold;
	font-size: 105%;
	float: left;
}
.adminMenu .expand
{
	cursor: pointer;
	float: right;
	margin-right: 2px;
	width: 18px;
	background: url(../images/core/icons/expand.png) no-repeat center;
}
.adminMenu ul
{
	padding: 4px 0px 0px 15px;
	clear: both;
	margin: 6px 0 0 0px;
	display: none;
}

/* shopping cart*/
#cartitems
{
	width: 100%;
	border:solid 1px #91936f;
	border-collapse:collapse;
}
#cartitems .lineitem td
{
	padding: 4px 0 4px 4px;
}
#cartitems .lineqty
{
	text-align: center;
}
#cartitems label.error {
    display: block;
    font-size: smaller;
    margin: 2px;
}
.orderSummary legend
{
	font-size: large;
}
.orderSummary .general
{
	margin-bottom: 20px;
}
.addressInfo
{
	margin: auto;
	width: auto;
}
.addressInfo legend
{
	font-size: large;	
}
.addressInfo fieldset
{
	display: inline;
	width: 250px;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;
	min-height:145px;
}
.itemDetails
{
	padding: 5px;
	margin-top: 8px;
}
.itemDetail
{
	padding: 5px;
}
.requiredItem
{
	background-color: #FFF9DF;
}

/* tag cloud */
.tag-cloud
{
	text-align: center;
}
.tag-cloud a
{
	white-space: nowrap;
	padding: 5px;
	display: inline-block;
}
.tag-cloud a:hover
{
	background-color: #E1E1E1;
}
.tag-cloud .smallest
{
	font-size: 75%;
}
.tag-cloud .small
{
	font-size: 100%;
}
.tag-cloud .medium
{
	font-size: 125%;
}
.tag-cloud .large
{
	font-size: 150%;
}
.tag-cloud .largest
{
	font-size: 200%;
}
.search-criteria
{
	color: Black;
	font-weight: bold;
	font-size: 110%;
	margin-bottom: 12px;
	padding: 5px;
	background-color: #d4ffaa;
	width: 600px;
	margin: 8px auto;
}
.search-criteria > .closer
{
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	display: inline-block;
	float: right;
	font-weight: bold;
	margin-right: 5px;
	margin: 0 5px;
}
.search-criteria > a.closer
{
	color: Black;
	vertical-align: top;
	text-decoration: none;
}
.search-criteria > a.closer:hover
{
	color: Black;
	text-decoration: none;
}
.search-menu
{
	float: left;
	width: 200px;
	margin-right: 20px;
}
.search-results
{
	width: 700px;
	float: left;
}
.data-pager
{
	float: right;
	margin-right:9px;
}
.data-pager a, .data-pager span
{
	margin-right: 0.1em;
	padding: 3px;
	border: 1px solid transparent;
	color:#8f936e;
	display: inline-block;
	float: left;
}
.data-pager a
{
	border-color: #8f936e;
}
.data-pager a:hover
{
	text-decoration: none;
	color:#FFFFEF;
	background-color: #6b671d;
}
.data-pager .current
{
	color:#FFFFEF;
	background-color: #6b671d;
}
ul.cascader
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.cascader > li.parent
{
	margin-bottom: 4px;
}
ul.cascader li.selected > a
{
	font-weight: bold;
}
ul.cascader li.selected > ul
{
	display: block;
}
ul.cascader > li > ul
{
	/*display: none;*/
	list-style-type: disc;
}
.addressInfo div:first-child
{
	margin-top: 0px;
}
.addressInfo div
{
	margin: 4px 0 10px;
}
.fm-important 
{
	color: #f00;
	display:block;
	margin: 3px 0;
	text-align: center;
}
.required-label 
{
	font-weight: bold;
	color: Red;
}
.paymentinfo 
{
	text-align: left;
	width: 225px;
}
.paymentinfo legend
{
	font-size:large;	
}
.checkout-progress-bar span
{
	display:inline-block;
	width:235px;
	text-align:center;
	padding-bottom:5px;
}
.checkout-progress-bar a
{
}
.checkout-progress-bar a.disabled-link 
{
	color: #91936f;
	text-decoration: none;
}
.checkout-progress-bar a.disabled-link:hover
{
	cursor: default;
	text-decoration: none;
}
.primaryImage
{
	padding:10px;
	border: solid 5px #e9dba7;
	background-color: White;
}
/* ----------------------- END: content styles ----------------------- */
