﻿.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
{
}

.search-panel .page-title
{
    margin: 10px 10px 10px 10px;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
}

.search-panel .page-title h1 
{
    color: #48ABB7;
}

.search-panel .search-input
{
}

.search-panel .search-results
{
}

.search-panel .search-results .result
{
}

.search-results .product-list1
{
    border-top: 1px dashed #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
}

.search-results .product-list1 .item-box
{
    border-bottom: 1px dashed #555;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-results .product-list1 .product-item
{
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
    padding: 10px 10px 10px 10px;
}

.search-results .product-list1 .product-item .title
{
}

.search-results .product-list1 .product-item .title a
{
    font-size: 16px;
}

.search-results .product-list1 .product-item .picture
{
    margin: 10px 10px 10px 10px;
}

.search-results .product-list1 .product-item .description
{
    font-size: 14px;
}

.search-results .product-list1 .product-item .prices-wrapper
{
}

.search-results .product-list1 .product-item .prices
{
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.search-results .product-list1 .product-item .prices .product-price
{
    font-weight: bold;
    color: #FFF;
}

.search-results .product-list1 .product-item .prices .old-product-price
{
    font-weight: normal;
    color: #FF0000;
    text-decoration: line-through;
}

.search-results .product-list1 .product-item .buttons
{
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 80px;
    cursor: pointer;
}

.search-results .product-list1 .product-item .buttons input
{
    width: 80px;
    cursor:pointer;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contactform
{
}

.contactform .title
{
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
    padding-top: 10px;
}

.contactform .button
{
    float: left;
    cursor:pointer;
}

.contactform .info
{
    color: #fff;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    padding-top: 10px;
}

.contactform .info .htmlcontent
{
    color: #fff;
    font-size: 12px;
    padding-top: 10px;
    font-weight: bold;
}

.contactform .sendEmail
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 5px;
}

.contactform .contactform
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb a
{
    text-decoration: none;
    font-weight: normal;
}

.breadcrumb a:hover
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newslist
{
    position: relative;
    padding: 10px;
}

.newslist .title
{
    border-top: 1px dashed #E7E7E7;
    border-bottom: 1px dashed #E7E7E7;
    color: #48ABB7;
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 22px;
    padding-top: 15px;
    margin-top: 5px;
}

.newslist .newsitems
{
}

.newslist .newsitems .item
{
    border-bottom: 1px dashed #555555;
    line-height: 13px;
    padding: 10px 10px 20px 10px;
    list-style-type: none;
    font-size: 13px;
}

.newslist .newsitems .newsDate
{
}

.newslist .newsitems a.newsTitle
{
    font-family: arial, verdana, helvetica, sans-serif;
    color: #fff;
}

.newslist .newsitems a.newsTitle:hover
{
}

.newslist .newsitems .newsDetails
{
    color: #48ABB7;
}

.newslist .newsitems .newsReadMore
{
    float: right;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsitem
{
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: transparent url(images/bg-box.png) repeat scroll 0 0 !important;
    position: relative;
    padding: 10px;
    top: 40px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-family: arial, verdana, helvetica, sans-serif;
}

.newsitem .title
{
    color: #48ABB7;
    font-size: 22px;
}

.newsitem .newsDate
{
    color: #48ABB7;
}

.newsitem .newsbody
{
    border-bottom: 1px dashed #fff;
    margin-bottom: 10px;
}

.commentList .newsComments
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #555;
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
}

.newsComments .title
{
}

.commentList .newsComments .newComment
{
    border-top: 1px dashed #FFFFFF;
    padding-top: 10px;
}

.newsComments .newComment td.leaveTitle
{
}

.newsComments .newComment td.button
{
    cursor:pointer;
}

.newsComments .commentList
{
    border-top: 1px dashed #FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newscomment
{
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #555;
    background: transparent url(images/bg-hi.png) repeat scroll 0 0 !important;
}

.newscomment .commentinfo
{
}

.newscomment .commentinfo .userinfo
{
    font-size: 14px;
    font-weight: bold;
}

.newscomment .commentinfo .userinfo a.username
{
}

.newscomment .commentinfo .userinfo span.username
{
}

.newscomment .commentinfo .userinfo .avatar
{
}

.newscomment .commentinfo .userinfo .userstats
{
}

.newscomment .commentinfo .userinfo .userstats .statvalue
{
}

.newscomment .commentcontent
{
}

.newscomment .commentcontent .commenttime
{
    font-size: 12px;
    color: #48ABB7;
}

.newscomment .commentcontent .commenttime .statvalue
{
}

.newscomment .commentcontent .commenttitle
{
    font-style: italic;
}

.newscomment .commentcontent .commentbody
{
    padding-left: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blog
{
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    background: transparent url(images/bg-box.png) repeat scroll 0 0 !important;
    position: relative;
    padding: 10px;
    top: 40px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    font-family: arial, verdana, helvetica, sans-serif;
}

.blog .page-title
{
    border-bottom: 1px solid #E7E7E7;
    color: #48ABB7;
    font-size: 22px;
    padding-top: 10px;
}

.blog .page-title h1
{
    color: #48ABB7;
}
.blogposts .post
{
    padding: 15px 15px 15px 15px;
    border-bottom: 1px solid #555;
}

.blogposts .post .blogDate
{
    color: #48ABB7;
    font-size: 12px;
    padding-top: 10px;
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.blogposts .post a.blogTitle
{
    color: #48ABB7;
    font-size: 14px;
    padding-top: 10px;
    margin-top: 5px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.blogposts .post a.blogTitle:Hover
{
}

.blog .blogposts
{
}

.blog .blogposts .post
{
}

.blog .blogposts .blogBody
{
}

.blog .blogposts .blogDetails
{
    position: relative;
    top: 10px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogpost
{
}

.blogpost .title
{
}

.blogpost .postDate
{
}

.blogpost .postbody
{
}

.blogComments
{
}

.blogComments .title
{
}

.blogComments .newComment
{
}


.blogComments .newComment td.leaveTitle
{
}

.blogComments .newComment td.button
{
    cursor:pointer;
}

.blogComments .commentList
{
}

.blogComments .commentList
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogcomment
{
}

.blogcomment .commentinfo
{
}

.blogcomment .commentinfo .userinfo
{
}

.blogcomment .commentinfo .userinfo a.username
{
}

.blogcomment .commentinfo .userinfo span.username
{
}

.blogcomment .commentinfo .userinfo .avatar
{
}

.blogcomment .commentinfo .userinfo .userstats
{
}

.blogcomment .commentinfo .userinfo .userstats .statvalue
{
}

.blogcomment .commentcontent
{
}

.blogcomment .commentcontent .commenttime
{
}

.blogcomment .commentcontent .commenttime .statvalue
{
}

.blogcomment .commentcontent .commentbody
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POLLS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.todaysPollBox
{
}

.todaysPollBox .title
{
}

.todaysPollBox .pollItem
{
}

.pollBlock
{
}

.pollTakePoll, .pollResults
{
}

.pollDisplayText
{
}

.pollTotalVotes
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	EMAIL A FRIEND PAGE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.emailafriendBox
{
}

.emailafriendBox .title
{
}

.emailafriendBox .sendEmail
{
}

.emailafriendBox .sendEmail .product
{
}

.emailafriendBox .sendEmail .description
{
}

.emailafriendBox .sendEmail .confirm
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.filledRatingStar
{
    background-image: url(Images/FilledStar.png);
}

.ratingStar
{
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 31px;
    margin: 0;
    padding: 0;
    width: 31px;
}

.emptyRatingStar
{
    background-image: url(Images/EmptyStar.png);
}

.savedRatingStar
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LIVE SUPPORT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.LiveSupport_ChatWindow
{
}
