﻿.clear {
	clear: both;
}
.noBdr {
	border: 0px;
}
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: underline;
}
.link:hover {
	color: #1d60ff !important;
	text-decoration: none;
}
.title {
	font-weight: bold;
	margin-bottom: 3px;
}
.leftPane {
	float: left;
}
.rightPane {
	margin-left: 30px;
	float: left;
}
ul.gallery {
	padding: 0 0 2px;
	position: relative;
	margin: 0;
}
ul.gallery li {
	display: inline;
	list-style: none;
}
ul.gallery img {
	vertical-align: middle;
}
ul.gallery .highlight {
	border: 3px solid yellow;
}
ul.gallery .transparent {
	border: 3px solid transparent;
}
div.productsWrapper 
{
	float: left;
}
div.productsWrapper div.pager 
{
	margin-right: 15px;
	text-align: right;
}
ul.products {
	text-align: left;
	padding: 0 0 2px;
	width: 650px;
	margin-left: 20px;
}
ul.products li {
	list-style: none;
	margin-right: 30px;
	margin-bottom: 20px;
	border-bottom: 1px ridge #CCCCCC;
	padding-bottom: 20px;
}
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;
}
ul.products .product .description {
	padding-top: 20px;
	margin-left: 20px;
	width: 400px;
	font:normal normal 100 14px/18px verdana;
	color:#fbfbfb;	
}
.productDetail .imagePane {
	float: left;
	width: 290px;
}
.productDetail .primaryImage {
	margin-bottom: 10px;
}
.productDetail .images {
	width: 250px;
	margin-bottom: 10px;
}
.productDetail .colors {
	width: 250px;
}
.productDetail a:hover {
	text-decoration: underline;
}
.productDetail .name {
	font-size: 125%;
	font-weight: bold;
	width: 600px;
}
.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;
	font:normal normal 100 14px/18px verdana;
	color:#fbfbfb;		
}
.productDetail .actions {
	float: right;
	width: 200px;
	text-align: center;
	vertical-align: top;
}
.productDetail .actions fieldset {
	margin: 0px;
	width: 200px;
}
.productModelList {
	width: 100%;
}
.productModelList td {
	border: 1px solid white;
	margin: 0px;
	padding: 2px;
}
.productModelList th {
	border: 1px solid white;
	margin: 0px;
	padding: 2px;
	background-color: #6F6F6F;
	color: Black;
	text-align: center;
}
.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;
}
#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;
}
.contactForm {
	margin-bottom: 15px;
}
.contactForm select {
	margin-bottom: 3px;
	min-width: 200px;
}
.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 #Subject  {
	width: 400px;
}
.contactForm textarea {
	width: 400px;
	height: 125px;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	margin-bottom: 3px;
}
.contactForm .row {
	margin-bottom: 5px;
}
.contactForm fieldset {
	width: 410px;
	padding: 10px 15px 15px 20px;
	margin: 0px 0px 5px 0px;
	display: block;
}
.contactForm legend {
	height: 25px;
}
.contactInfo {
	margin-bottom: 20px;
	margin-right: 20px;
	margin-top:0px;
}
.contactInfo span {
	font: normal normal bold 14px/20px verdana;
	color: White;
	border-bottom: solid 1px #999999;
	padding: 5px 5px 5px 15px;
	width: 100%;
	display: block;
}
.contactInfo p {
	padding: 0px 5px 0px 15px;
}
.contentItem {
	margin-bottom:25px;
}
.contentItem h3,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  {
	font: normal normal 100 11px/12px verdana;
	color: #284456;
}
.contentItem .socialLinks {
	margin: 5px 0px 5px 0px;
	text-align: right;
}
.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;
}
.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;
}
.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;
}
.error {
	color: Red;
}
#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 p {
	margin: 2px 12px 10px 10px;
}
fieldset label {
	display: block;
}
fieldset label.inline {
	display: inline;
}
fieldset .inlineLabel > label {
	display: inline;
}
label,div.inline  {
	display: inline;
}
.inline > label {
	display: inline;
}
.contactForm .message {
	color: Green;
	width: 410px;
	display: none;
}
.adminMenu  {
	color: Black;
	width: 150px;
	float: right;
	border: 2px solid black;
	padding: 5px;
	margin: 5px;
	text-align: left;
	background-color: #DFDFDF;
}
.adminMenu h4  {
	margin: 0px 0px 4px 0px;
}
.adminMenu ul {
	margin: 0 0 0 14px;
}
.adminMenu a {
	font-size: 1em;
	color: #0000FF;
	text-decoration: none;
}
.adminMenu a:hover {
	color: #0000FF;
	text-decoration: underline;
}
.breadcrumbs  {
	font-size: x-small;
	margin: 5px 0px 5px 0px;
}
ul.recentPosts  {
	margin: 0px;
	padding: 0px;
}
ul.recentPosts > li {
	list-style-type: none;
}
#miniusermenu {
	border: 1px solid black;
	float: right;
	padding: 3px;
	width: 300px;
	font:normal normal bold 10px/10px verdana;
}
/*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;
}
/*end shopping cart*/

/*begin jgrowl*/
div.jGrowl img {
	vertical-align: middle;
	padding: 3px;
}
div.jGrowl div.Default {
	width: 400px;
}
div.jGrowl div.message span.icon {
	float: left;
	padding: 3px;
}
div.jGrowl .jGrowl-notification {
	background-color: inherit;
}
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;
}
/*end jgrowl*/