﻿.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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchPanel
{
    
	margin-bottom: 15px;
	padding: 0px;
}

.searchPanel .title
{
    text-align:left;
	margin: 0 0px 10px 0px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.searchPanel .searchInput
{
	border: 1px solid #e50085;
	background-color:#ffffff;
	padding: 10px;
}

.searchPanel .searchResults
{
	padding-top: 40px;
}

.searchPanel .searchResults .result
{
	font-weight: normal;
	color: #000;
}

.searchResults .ProductList1
{
	width: 640px;
	margin: 0 auto 0 auto;
}

.searchResults .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.searchResults .ProductList1 .ProductItem
{
	width: 640px;
	height: 180px;
}

.searchResults .ProductList1 .ProductItem .title
{
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 1.6em;
	color: #000000;
	border-bottom: dotted 0px #e50085;
}

.searchResults .ProductList1 .ProductItem .title a
{
	color: #00b4c6;

}

.searchResults .ProductList1 .ProductItem .title a:hover
{
	text-decoration:underline;

}

.searchResults .ProductList1 .ProductItem .picture
{
	float: left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right:20px;
	border:0px solid #000000;
}

.searchResults .ProductList1 .ProductItem .description
{
	margin-left: 20px;
	padding-top:20px;
	text-align: left;
	color: #000000;
}

.searchResults .ProductList1 .ProductItem .prices-wrapper
{
	float: right;
	text-align: right;
	position: absolute;
	bottom: 20px;
	right: 5px;

}

.searchResults .ProductList1 .ProductItem .prices
{
	font-size: 11px;

}

.searchResults .ProductList1 .ProductItem .prices .productPrice
{
	color: #000000;
}

.searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: #e50085;
	text-decoration: line-through;
}

.searchResults .ProductList1 .ProductItem .buttons
{
	padding-top: 20px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contactform
{
}

.contactform .title
{
    text-align:left;
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.contactform .button
{
	text-align: right;
}

.contactform .info
{
}

.contactform .sendEmail
{
}

.contactform .contactform
{
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
	
	margin-left: 0px;
	margin-top:0px;
	clear: both;
	font-family:verdana, arial;
	line-height:27px;
	font-size: 1em;
	color: #000000;
	border-bottom: dotted 0px #e50085;
	padding-bottom:0px;
	padding-top:0px;
	padding-left:0px;
	vertical-align:bottom;
	
	width:640px;
	text-align:left;
	text-indent:35px;
	
	background-image:url(images/top-categorias.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:27px;
	
	
	
	

}

.breadcrumb a
{
	text-decoration: none;
	color: #000000;
}

.breadcrumb a:hover
{
	text-decoration: none;
	color: #e50085;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newslist
{
	margin: 20px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newslist .title
{
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: solid 1px #e50085;
}

.newslist .newsitems
{
	margin: 0px 5px 0 5px;
	padding: 0px 0 0 0;
	text-align:justify;
}

.newslist .newsitems .item
{
	border-bottom: solid 1px #e50085;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.newslist .newsitems .newsDate
{
	color: #e50085;

}

.newslist .newsitems a.newsTitle
{
	color: #000000;
	text-decoration: none;
	font-size: 1.4em;

}

.newslist .newsitems a.newsTitle:hover
{
	text-decoration: underline;
}

.newslist .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height:18px;
}

.newslist .newsitems .newsReadMore
{

	text-decoration: none;
	color: #000000;
	background-color: inherit;

}

.newslist .newsitems .newsReadMore:hover
{

	text-decoration: underline;
	color:#00375a;

}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newsitem
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0px;
	
}

.newsitem .title
{
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 2em;
	color: #e50085;
	border-bottom: solid 0px #e50085;
}

.newsitem .newsDate
{
	color: #e50085;
}

.newsitem .newsbody
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	line-height:18px;
}

.newsComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsComments .title
{
	margin: 0 5px 10px 5px;
	clear: both;
	font-family:verdana, arial;
	font-size: 1.6em;
	color: #e50085;
	border-bottom: solid 1px #a2a2a6;
}

.newsComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newsComments .newComment td.leaveTitle
{
	clear: both;
	font-family:verdana, arial;
	font-size: 1.4em;
	color: #000000;
	margin-bottom:30px;
}

.newsComments .newComment td.button
{
	text-align: right;
}

.newsComments .commentList
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newscomment
{
	border-bottom: solid 1px #E3E3E3;
}

.newscomment .commentinfo
{
	float: left;
	padding-right:30px;
	padding-top:3px;
	padding-left:3px;
	padding-bottom:3px;
	height: 100%;
	border-right: solid 0px #F3F3F3;
}

.newscomment .commentinfo .userinfo
{
	padding-top: 4px;
	color:#e50085;
}

.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 .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.newscomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent
{
	
	border-left: solid 1px #F3F3F3;
}

.newscomment .commentcontent .commenttime
{
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	background: #edeeef;
}

.newscomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.newscomment .commentcontent .commenttitle
{
	padding: 3px;
	font-weight: bold;
}

.newscomment .commentcontent .commentbody
{
 padding-top:5px;
 padding-left:3px;
 padding-right:3px;
 padding-bottom:10px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blog
{

	
	background-color:#ffffff;
	border-left-color:#f7af2b;
	border-right-color:#f7af2b;
	
	border-left-style:solid;
	border-right-style:solid;
	
	border-left-width:1px;
	border-right-width:1px;
	width:833px;
	padding-bottom:0px;
	margin-bottom:0px;
	
}

.blog .title
{
	clear: both;
	font-family:verdana, arial;
	font-size: 2.2em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
	padding-top:20px;
	padding-left:20px;
	padding-right:20px;
	vertical-align:top;
	padding-bottom:0px;
	margin-bottom:0px;
}

.blogposts .post .blogDate
{
	color: #e50085;
}

.blogposts .post a.blogTitle
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
	font-size: 1.3em;
}

.blogposts .post a.blogTitle:Hover
{
	text-decoration: underline;
}

.blog .blogposts
{

	text-align:justify;	
    line-height:18px;
}

.blog .blogposts .post
{
	border-bottom: dotted 1px #ffffff;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}

.blog .blogposts .blogBody
{
	margin-top: 10px;
	margin-bottom: 0px;
	
}

.blog .blogposts .blogDetails
{
	text-decoration: none;
	color: #000000;

	background-color: inherit;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogpost
{
    padding-bottom:0px;
    margin-bottom:0px;
    border-bottom: dotted 1px #ffffff;

}

.blogpost .title
{
	margin: 0 0px 0px 0px;
	clear: both;
	font-family:verdana, arial;
	font-size: 1.6em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.blogpost .postDate
{
	color: #717171;
	padding-left:20px;
	padding-top:5px;
}

.blogpost .postbody
{
	margin:0px;
	padding-right:20px;
	padding-left:20px;
	font-size:1.0em;
	font-weight:normal;
	color: #000000;
	line-height:18px;

}

.blogComments
{
	margin-bottom: 0px;
	padding-bottom: 0px;

}

.blogComments .title
{
	clear: both;
	font-family:verdana, arial;
	font-size: 1.6em;
	color: #e50085;
	border-bottom: dotted 0px #e50085;
}

.blogComments .newComment
{
    padding-bottom:0px;
    margin:0px;
}


.blogComments .newComment td.leaveTitle
{
	font-family:verdana, arial;
	font-size:1.0em;
	font-weight:normal;
	color: #000000;
	padding-left:20px;
	padding-top:5px;
}

.blogComments .newComment td.button
{
	text-align: right;
}

.blogComments .commentList
{
	border-top: solid 0px #e50085;
	margin-top: 10px;
	background-color:#ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG COMMENTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogcomment
{
	border-bottom: solid 1px #ced0d2;
	margin-bottom:3px;
}

.blogcomment .commentinfo
{
	width: 200px;
	float: left;
	padding: 20px;
	height: 100%;
	
}

.blogcomment .commentinfo .userinfo
{
	padding-top: 5px;
}

.blogcomment .commentinfo .userinfo a.username
{
	font-weight: normal;
	margin-bottom: 0px;
}

.blogcomment .commentinfo .userinfo span.username
{
	font-weight: normal;
	margin-bottom: 0px;
}

.blogcomment .commentinfo .userinfo .avatar
{
	margin: 5px 0 5px 0;
}

.blogcomment .commentinfo .userinfo .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: normal;
	color: #555;
}

.blogcomment .commentinfo .userinfo  .userstats .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent
{
	margin-left: 180px;
	border-left: solid 0px #F3F3F3;
}

.blogcomment .commentcontent .commenttime
{
	font-weight: normal;
	line-height: 20px;
	padding: 3px;
	background: #ffffff;
}

.blogcomment .commentcontent .commenttime .statvalue
{
	font-weight: normal;
}

.blogcomment .commentcontent .commentbody
{
	padding: 0px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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: #555;
	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 #d7d7d7;
	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);
}


