﻿.foo{}/****************************************************************************************************/
/* The contents of this file are subject to the nopCommerce Public License Version 1.0 ("License"); you may not use this file except in compliance with the License.
/* You may obtain a copy of the License at  http://www.nopCommerce.com/License.aspx. 
/* 
/* Software distributed under the License is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. 
/* See the License for the specific language governing rights and limitations under the License.
/* 
/* The Original Code is nopCommerce.
/* The Initial Developer of the Original Code is NopSolutions.
/* All Rights Reserved.
/* 
/* Contributor(s): RetroViz Design. 
/****************************************************************************************************/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	SEARCH PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.search-panel
{
	margin-bottom: 15px;
    margin-top:-10px;
	padding: 10px;
    font-size: 12pt;
	background-image:url('images/brick_stripes_01.png');
	border-color:#640000;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
}

.search-panel .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	clear: both;
}

.search-panel .search-input
{
	padding: 10px;
}

.search-panel .search-results
{
	padding-top: 10px;
}

.search-panel .search-results .result
{
	font-weight: bold;
	color: #671400;
}

.search-results .product-list1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.search-results .product-list1 .item-box
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.search-results .product-list1 .product-item
{
	width: 600px;
	height: 177px;
}

.search-results .product-list1 .product-item .title
{
	font-weight: bold;
	margin:0;
	padding: 0 0 0 10px;
}

.search-results .product-list1 .product-item .title a
{
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden hidden;
	padding: 4px 10px 8px 0px;
}

.search-results .product-list1 .product-item .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.search-results .product-list1 .product-item .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
}

.search-results .product-list1 .product-item .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;
}

.search-results .product-list1 .product-item .prices
{
	font-size: 11px;
}

.search-results .product-list1 .product-item .prices .product-price
{
	color: #640000;
}

.search-results .product-list1 .product-item .prices .oldproductPrice
{
	color: Gray;
	text-decoration: line-through;
}

.search-results .product-list1 .product-item .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contact-form
{
	margin-bottom: 15px;
    margin-top:-10px;
	padding: 10px;
    font-size: 12pt;
	background-image:url('images/brick_stripes_01.png');
	border-color:#640000;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
}

.contact-form .button
{
	text-align: right;
}

.contact-form .send-email
{
}

.contact-form .contactform
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
	float: left;
	padding: 0px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 1em;
	margin-bottom:10px;
}

.breadcrumb a
{
	text-decoration: none;
	color: #faf6c8;
}

.breadcrumb a:hover
{
	text-decoration: underline;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newslist
{
    margin-top:15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newslist .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}

.newslist .newsitems
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	min-height:34px!important;
	background-image:url('images/brick_curly_01.jpg');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}

.newslist .newsitems .item
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsDate
{
	color: #dba46d;
	font-style: italic;
}

.newslist .newsitems a.newsTitle
{
	color: #ffffb1;
	text-decoration: none;
	font-size: 1.2em;
}

.newslist .newsitems a.newsTitle:hover
{
	text-decoration: underline;
}

.newslist .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.newslist .newsitems .newsReadMore
{
	font-weight: bold;
	text-decoration: none;
	color: #ffae73;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsitem
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsitem .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-7px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}



.newsitem .newsbody
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	min-height:34px!important;
	background-image:url('images/brick_curly_01.jpg');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;}

.newsComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsComments .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-7px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;}

.newsComments .newComment
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	background-image:url('images/brick_tartan_01.png');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
    min-height:50px!important;
}

.newsComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	color: #ffae73;
}

.newsComments .newComment td.button
{
	text-align: right;
}

.newsComments .commentList
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	min-height:34px!important;
	background-image:url('images/brick_stripes_01.png');
	-moz-border-radius:8px;
    -webkit-border-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
    min-height:50px!important;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newscomment
{
	border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.newscomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.newscomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.newscomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.newscomment .commentinfo .userinfo .avatar .avatarImg
{
	border: solid 2px rgb(206, 219, 225) !important;
}

.newscomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #671400;
}

.newscomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.newscomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent .commenttitle
{
	padding: 3px;
	font-weight: bold;
}

.newscomment .commentcontent .commentbody
{
	padding: 3px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blog
{
	margin-bottom: 15px;
    margin-top:-10px;
	padding: 10px;
    font-size: 12pt;
	background-image:url('images/brick_stripes_01.png');
	border-color:#640000;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;

}

.blog .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;}


.blog-archive
{
    margin-top:-5px;
}


.blog-archive .title
{
	font-size: 11pt;
	font-weight: bolder;
	font-style:italic;
	padding: 3px 12px;
	color:#940000;
	background-image:url('images/subHeader_bkg.png');
	height:24px!important;
	-moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
    border-top-style:solid;
    border-top-width:1px;
    border-top-color:#640000;
    border-left-style:solid;
    border-left-width:1px;
    border-left-color:#671400;
    border-right-style:solid;
    border-right-width:1px;
    border-right-color:#671400;
}

.blog-latest
{
	margin-bottom: 15px;
    margin-top:-10px;
	padding: 10px;
    font-size: 12pt;
	background-image:url('images/brick_fleur_01.jpg');
	border-color:#640000;
	border-width:1px;
	border-style:solid;
	-moz-border-radius:8px;
    -webkit-border-radius:8px;

}

.blog-latest .title
{
	font-size: 16pt;
	font-weight: bolder;
	font-style:italic;
	color:#f2d58e;
	height:24px!important;
    margin-bottom:-4px;
    z-index:5;
    position:relative;
    
 }
.blog-latest .listbox
{
	font-size: 11pt;
	font-style:italic;
	color:#f2d58e;    
 }




.blog-archive .listbox
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	min-height:34px!important;
	background-image:url('images/brick_tartan_01.png');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}



.blogposts .post .blogDate
{
	font-style: italic;
}

.blogposts .post a.blogTitle
{
	color: #ffae73;
	text-decoration: none;
	font-size: 1.2em;
}

.blogposts .post a.blogTitle:Hover
{
	text-decoration: underline;
}

.blog .blogposts
{
    color:#ffae73;
	font-size: 12px;
	padding: 5px 10px 10px;
	margin:0 0 15px 0;
	min-height:34px!important;
	background-image:url('images/brick_curly_01.jpg');
	-moz-border-radius-bottomleft:8px;
    -moz-border-radius-bottomright:8px;
    -webkit-border-bottom-left-radius:8px;
    -webkit-border-bottom-right-radius:8px;
    z-index:4;
    position:relative;
    border-width:1px;
    border-style:solid;
    border-color:#671400;
}

.blog .blogposts .post
{
	border-bottom: dashed 1px #671400;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog .blogposts .blogBody
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.blog .blogposts .blogDetails
{
	font-weight: bold;
	text-decoration: none;
	color: #ffae73;
	background-color: inherit;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogpost
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogpost .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
}

.blogpost .postDate
{
	color: #9a9a9a;
	font-style: italic;
}

.blogpost .postbody
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.blogComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.blogComments .title
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
}

.blogComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}


.blogComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
}

.blogComments .newComment td.button
{
	text-align: right;
}

.blogComments .commentList
{
	margin: 10px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #671400D65;
	background-color: inherit;
}

.blogComments .commentList
{
	border-top: solid 1px #e3e3e3;
	margin-top: 10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogcomment
{
	border-bottom: solid 1px #E3E3E3;
}

.blogcomment .commentinfo
{
	width: 170px;
	float: left;
	padding: 5px;
	height: 100%;
	border-right: solid 1px #F3F3F3;
}

.blogcomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo span.username
{
	font-weight: bold;
	margin-bottom: 5px;
}

.blogcomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .avatar .avatarImg
{
	border: solid 2px rgb(206, 219, 225) !important;
}

.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #671400;
}

.blogcomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 1px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #e3f3f3;
}

.blogcomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
	padding: 3px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POLLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.todaysPollBox
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.todaysPollBox .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.todaysPollBox .pollItem
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	font-size: 11px;
	color: #671400;
	background-color: inherit;
}

.pollBlock
{
	float: left;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}

.pollTakePoll, .pollResults
{
	border: dashed 1px #666;
	padding: 5px;
	margin-top: 10px;
}

.pollDisplayText
{
	font-weight: bold;
}

.pollTotalVotes
{
	font-style: italic;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL A FRIEND PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.emailafriendBox
{
	margin-bottom: 15px;
	padding: 0px;
}

.emailafriendBox .title
{
	padding: 10px 10px 5px 0px;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
}

.emailafriendBox .sendEmail
{
	border: 1px solid rgb(232, 230, 210);
	margin-top: 10px;
	padding: 0 0 10px 10px;
}

.emailafriendBox .sendEmail .product
{
	font-weight: bold;
}

.emailafriendBox .sendEmail .description
{
	font-style: italic;
}

.emailafriendBox .sendEmail .confirm
{
	font-weight: bold;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}
.filledRatingStar
{
	background-image: url(Images/FilledStar.png);
}
.emptyRatingStar
{
	background-image: url(Images/EmptyStar.png);
}
.savedRatingStar
{
	background-image: url(Images/SavedStar.png);
}

.giftCard
{
  color:#640000;
}

.fulldescription
{
  color:#640000;

}
