﻿/* ------------------------ 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: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;
}
td.error, tr.error 
{
	background-color: #FFDFDF;
}

/* fieldset */
fieldset
{
	border: 1px solid #CCC;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-bottom: .5em;
	padding: 10px;
}
fieldset label
{
	display: block;
}
.inlineLabel label
{
	display: inline;
}
.inlineLabelFirst 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;
	font:normal normal bold 10px/10px verdana;
	z-index: 99;
	width:400px;
}

/* 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:96%;
	display:table;
	border:solid 1px #000;
	float:none;
	margin:15px 0px 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;
	width: 90%;
}
.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 15px 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;
}

/* product list*/
ul.products
{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul.products li
{
	margin:0px 10px 20px 0px;
	padding:10px;
	width:160px;
	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: smaller;
	margin-bottom:8px;
}

ul.products .product .sku
{
	font-weight:bold;
}

ul.products .product .shortDesc
{
	font-size: smaller;
}

.productsPager 
{
	float: right;
	margin-right: 5px;
}

.productsPager a 
{
	font-size: 0.9em;
	padding: 0 10px;
}

/* product details */
.productDetail .imagePane
{
	float: left;
	width: 290px;
}
.productDetail .primaryImage
{
	margin-bottom: 10px;
	border:solid 5px #e9dba7;
}
.productDetail .images
{
	width: 287px;
	margin-bottom: 10px;
	border:solid 2px #e9dba7;
}
.productDetail a:hover
{
	text-decoration: underline;
}
.productDetail .name
{
	font-weight: bold;
	margin-left: 5px;
	margin:0px 0px 10px 0px;
	font-size:28px;
	font-family:Century Gothic;
	font-weight:bold;	
}
.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: 180px;
	text-align: left;
	vertical-align: top;	
}
.productDetail .actions a
{
	background:transparent url(../images/btnAddToCart.jpg) no-repeat scroll top center;
	width:134px;
	height:45px;
	text-align:center;
	display:block;
	padding-top:11px;
	margin-top:5px;
}
.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: 480px;
	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: 20px;
}

/* contact form */
.contactForm
{
	margin-bottom: 15px;
}
.contactForm select
{
	margin-bottom: 3px;
	min-width: 200px;
}
.contactForm .message
{
	color: Green;
	width: 410px;
	display: none;
}
.contactForm input[type=text]
{
	height: 17px;
	font: normal normal 100 13px/15px verdana;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin-bottom: 3px;
	width: 200px;
}
.contactForm textarea
{
	width: 400px;
	height: 125px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin-bottom: 3px;
}
.contactForm .row
{
	margin-bottom: 5px;
}
.contactForm fieldset
{
	padding: 10px 15px 15px 20px;
	margin: 0px 0px 5px 0px;
	display: block;
}
.contactForm legend
{
	height: 25px;
}

/* 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 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 
{
	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;
	background-color: #EFEFEF;
	border: 1px solid black;
	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: 2px solid black;
	padding: 5px;
	margin-left: 5px;
	text-align: left;
	background-color: #e8eef4;
}
.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;
}

/* shopping cart*/
.cartTitle
{
	background:transparent url(../images/cart-title-bg.gif) repeat-x scroll;
	color:#ffffff;
	height:18px;
}
#minicart
{
	display: inline;
	float:left;
}
#cartitems
{
	width: 100%;
}
#cartitems .lineqty
{
	text-align: center;
}
#cartitems .extra
{
	padding-left: 25px;
	list-style-type: square;
}
.orderSummary legend
{
	font-size: large;
}
.orderSummary .general
{
	margin-bottom:20px;
}
.addressInfo
{
	margin: auto;
	width: auto;
}
.addressInfo fieldset
{
	display: inline;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;
}

/* 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%;
}
/* ----------------------- 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 ------------------------------- */