﻿/* ------------------------ BEGIN: core styles ----------------------- */
.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:hoverS
{
	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 #CCC;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: .5em;
	padding: 10px;
}
fieldset label
{
	display: block;
}
.inline-label label
{
	display: inline;
}
.inline-label-first label:first-child
{
	display: inline;
}

/* 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
{
	background: #e8eef4;
	border: 1px solid black;
	float: right;
	padding: 3px;
	width: 300px;
	font:normal normal bold 10px/10px verdana;
}

/* ajax loading notification */
#ajax-loading 
{
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	border: 5px solid black;
	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;
}

/* 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;
}

/* photo galleries */
ul.tagList 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
}
.photoGallery
{
	width:100%;
	display:table;
	border:solid 1px #000;
	float:none;
	margin:15px 15px 20px 0px;
	padding:15px 15px 15px 20px;	
}
.photoGallery div
{
	margin:0px;
	float:left;
}
.photoGallery span.header
{
	border-bottom:solid 1px #000;
	display:block;
	margin:0px 30px 0px 0px;
	font:italic normal 100 14px/18px verdana;
}
.photoGallery .name a
{
	font:italic normal 100 18px/15px verdana;
	display:block;
	text-decoration:none;
	padding-left: 25px;
}
.photoGallery .name a:hover
{
	text-decoration:underline;
}
.photoGallery .mainImg img
{
	margin:0px 10px 0px 0px;
	border:solid 6px #000;
}
.photoGallery div.description
{
	width:650px;
	display:block;
}
.photoGallery .details
{
	margin-top: 3px;
	float:none;
	min-height: 175px;
}
.photoGallery .tagDetails
{
	float:none;
	clear: both;
}
.photoGallery .tagDetails ul.tagList
{
	margin: 0;
	padding: 0 5px 0 0;
	width: 100%;
}
.photoGallery .tagDetails ul.tagList li
{
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.photoGallery .imageList
{
	float:left;
	width:482px;
	display:block;
	margin:0px 0px 39px 0px;
	height: 300px;
	overflow: hidden;
}
.photoGallery ul.tagList li a
{
	font:normal normal 100 13px/19px verdana;
}
.photoGallery .galleryName 
{
	margin-left: 5px;
	position: relative;
}
.photoGallery a
{
	color:#5a482e;
	text-decoration:none;
}
.photoGallery a:hover
{
	text-decoration:underline;
}
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;
}

/* product list*/
ul.products
{
	padding: 0 0 2px;
	width: 100%;
	margin-left: 20px;
}
ul.products li
{
	list-style: none;
	display: inline-block;
	margin-right: 30px;
	margin-bottom: 20px;
	width:200px;
	min-height:150px;
}

ul.products .product .name a
{
	font: normal normal bold 15px/14px verdana;
	color: #f59500;
	text-decoration: none;
}
ul.products .product .name a:hover
{
	font: normal normal bold 15px/14px verdana;
	color: #fbb850;
	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 .name
{
	font-size: 125%;
	font-weight: bold;
	margin-top: 10px;
}
ul.products .product .category
{
	font-size: smaller;
	margin-top: 5px;
	margin-left: 5px;
}

/* product details */
.productDetail .imagePane
{
	float: left;
	width: 290px;
}
.productDetail .primaryImage
{
	margin-bottom: 10px;
}
.productDetail .images
{
	width: 250px;
	margin-bottom: 10px;
}
.productDetail a:hover
{
	text-decoration: underline;
}
.productDetail .name
{
	font-weight: bold;
	margin-left: 5px;
}
.productDetail .category
{
	font-size: smaller;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 20px;
	width: auto;
}
.productDetail .category a
{
	font: normal normal 100 10px/14px verdana;
	color: #f59500;
	text-decoration: none;
}
.productDetail .category a:hover
{
	font: normal normal 100 10px/14px verdana;
	color: #fbb850;
	text-decoration: underline;
}
.productDetail .description
{
	float: left;
	margin-left: 10px;
	width: 360px;
}
.productDetail .actions
{
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: top;
}
.productDetail .actions fieldset
{
	margin: 0px;
	width: 200px;
}
.backToCategory a
{
	font: normal normal 100 12px/14px verdana;
	color: #f59500;
	text-decoration: none;
}
.backToCategory a:hover
{
	font: normal normal 100 12px/14px verdana;
	color: #fbb850;
	text-decoration: underline;
}

/* contact page */
#contactLeft
{
	width: 400px;
	border: solid 0px aqua;
	float: left;
	margin: 30px 0px 10px 0px;
}
#contactRight
{
	float: left;
	border: solid 0px aqua;
	margin: 16px 0px 0px 0px;
	padding-left: 25px;
}

/* 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 fieldset
{
	padding: 10px 15px 15px 20px;
	margin: 0px 0px 5px 0px;
	display: block;
}
.contact-form .row
{
	margin-bottom: 5px;
}
.contact-form label 
{
    padding-left: 3px;
    display: inline;
    vertical-align: top;
}
.contact-form .row-label
{
    width: 100px;
    text-align: right;
    display: inline-block;
    vertical-align: top;
}
.contact-form .row-label 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;
	background:#f7f7f7;
	border-bottom: solid 1px #999999;
	padding: 5px 5px 5px 15px;
	width: 100%;
	display: block;
}
.contactInfo div
{
	padding: 3px 5px 0px 15px;
}

/* dynamic pages */
.contentItem
{
	margin-bottom:25px;
	line-height: normal;
}
.contentItem h3, .contentItem h4
{
	margin-bottom: 3px;
}
.contentItem .subTitle 
{
	margin: 1px;
	font: normal normal 100 10px/11px verdana;
	color: #284456;
}
.contentItem p 
{
	margin-top: 10px;
}
.contentItem .link 
{
	font: normal normal 100 10px/11px verdana;
	font-weight: bold;
	text-align: right;
	margin: 1px;
}
.contentItem .tags 
{
	margin-top: 5px;
	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
{
	margin: 5px 0px 5px 0px;
	text-align: right;
	clear: both;
}

/* 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;
	width: 600px;
	margin: 15px 0 15px 0;
	min-height: 125px;
}
.comment fieldset
{
	background-color:#eaeaea;
	border: 1px solid #cccccc;
	overflow:hidden;
	
}
	

/* 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;
}

ul.actionMenu
{
	padding: 0px 0px 0px 3px;
}
ul.actionMenu li
{
	list-style-type: square;
	font-size: smaller;
	list-style-position: outside;
	margin-bottom: 3px;
}
.flagged
{
	background-color: #DFA7A7;
}
.flagged p.message
{
	display: none;
}
ul.actionMenu li img
{
	vertical-align: middle;
}
div.actionMenuContainer
{
	float: right;
	width: 200px;
	text-align: left;
	margin: 15px 5px 5px 5px;
	border: 1px solid Gray;
	padding: 5px 5px 0px 5px;
	background-color: #CCCCCC;
}
div.actionMenuContainer h4
{
	margin: 0px 0px 3px 0px;
}
div.actionMenuContainer .actionMenu
{
	margin-left: 13px;
}

#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;
}
.field-validation-error
{
	color: #ff0000;
}
.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}
.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}
fieldset
{
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: .5em;
	padding: 10px;
}

fieldset label
{
	display: block;
}
.inline-label label
{
	display: inline;
}
.inline-label-first label:first-child
{
	display: inline;
}
.inline
{
	display: inline;
}
.contactForm .message
{
	color: Green;
	width: 410px;
	display: none;
}


/* admin menu */

.adminMenu 
{
	color: Black;
	width: 150px;
	float: right;
	border: 2px solid black;
	padding: 5px;
	margin-left: 5px;
	text-align: left;
	background-color: #EFEFEF;
}
.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/expand.png) no-repeat center;
}
.adminMenu ul
{
	padding: 4px 0px 0px 15px;
	clear: both;
	margin: 6px 0 0 0px;
	display: none;
}
.breadcrumbs 
{
	font-size: x-small;
	margin: 5px 0px 5px 0px;
}
ul.itemList 
{
	margin: 0px;
	padding: 0 0 0 20px;
}
.noFormatList ul
{
	margin:0;
	padding:0;
	list-style-type: none;
}
.noFormatList li 
{
	margin: 0px;
}
#miniusermenu
{
	border: 1px solid black;
	float: right;
	padding: 3px;
	width: 300px;
	font:normal normal bold 10px/10px verdana;
}
#ajax-loading 
{
	position: fixed;
	top: 40%;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	border: 5px solid black;
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #CCCCCC;
	display: none;
}
#ajax-loading img
{
	margin-top: 10px;
}
/*begin shopping cart*/
#minicart
{
	display: inline;
}
#cartitems
{
	width: 100%;
}
#cartitems .lineqty
{
	text-align: center;
}
.orderSummary legend
{
	font-size: large;
}
.orderSummary .general
{
	margin-bottom:20px;
}
.addressInfo
{
	margin: auto;
	width: auto;
}
.addressInfo fieldset
{
	display: inline;
	width: 250px;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;
}

.get-a-quote-form .row-label
{
	display: block;
	width: auto;
	text-align: left;
}

/* 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: 120%;}
.tag-cloud .large {	font-size: 140%; }
.tag-cloud .largest { font-size: 160%; }
/* ----------------------- END: content styles ----------------------- */

/* --------------------- BEGIN: jgrowl ------------------------------- */
div.jGrowl img
{
	vertical-align: middle;
	padding: 3px;
}
div.jGrowl div.message span.icon
{
	float: left;
	padding: 3px;
}
div.jGrowl div.message span.body
{
}
div.jGrowl .jGrowl-notification
{
	background-color: inherit;
}
div.jGrowl div.Default
{
	width: 400px;
	border: 1px solid #FFFFFF;
}
div.jGrowl div.Success
{
	background-color: #E6EFC2;
	color: black;
	border: 1px solid #C6D880;
	font-weight: bold;
	width: 400px;
}
div.jGrowl div.Error
{
	background-color: #FBE3E4;
	color: black;
	border: 1px solid #FBC2C4;
	font-weight: bold;
	width: 400px;
}
div.jGrowl div.Notice
{
	background-color: #FFF6BF;
	color: black;
	border: 1px solid #FFD324;
	font-weight: bold;
	width: 400px;
}
/* ----------------------- END: jgrowl ------------------------------- */

