﻿.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-top:11px;
	margin-bottom: 15px;
	padding: 0px;
}

.searchPanel .titlePanel
{
	padding: 8px 10px 5px 15px;
	font-size: 0.9em;
	color: #ffffff;
	text-transform: uppercase;
	background: url(images/StabloKategorija.gif) no-repeat;
}

.searchPanel .searchInput
{
	border: 1px solid #d7d7d7;
	padding: 10px;
	background:#A8E3F8;
}

.searchPanel .searchInput .LBSearchButton
{
	background: url(images/search_button_bg.gif) no-repeat;
	text-align:center;
	
	color: #FFF;
	height: 20px;
	width:50px;
	padding-top:2px;
}

.searchPanel .searchInput .LBSearchButton a
{
	color: #ffffff;	
}

.searchPanel .searchResults
{
	padding-top: 2px;
}

.searchPanel .searchResults .result
{
	font-weight: bold;
	color: #555;
}

.searchResults .ProductList1
{
	width: 600px;
	margin: 0 auto 0 auto;
}

.searchResults .ProductList1 .ItemBox
{
	text-align: left;
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

.searchResults .ProductList1 .ProductItem
{
	width: 600px;
	height: 177px;
	background: url('images/pb_s_bg.gif') no-repeat 0 100%;
}

.searchResults .ProductList1 .ProductItem .title
{
	font-weight: bold;
	background: url('images/deal_box_hl.gif') no-repeat 0 0;
	margin:0;
	padding: 0 0 0 10px;
}

.searchResults .ProductList1 .ProductItem .title a
{
	background: url('images/deal_box_hr.gif') no-repeat 100% 0;
	display: block;
	height: 2em;
	line-height: 1.3em;
	overflow: hidden;
	padding: 4px 10px 8px 0px;
}

.searchResults .ProductList1 .ProductItem .picture
{
	float: left;
	margin: 10px 0 10px 10px;
}

.searchResults .ProductList1 .ProductItem .description
{
	padding: 0px 0 0 10px;
	margin: 10px 150px 0px 140px;
	text-align: left;
	border-left: solid 1px #e3e3e3;
	color: #555;
}

.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: green;
}

.searchResults .ProductList1 .ProductItem .prices .oldproductPrice
{
	color: Red;
	text-decoration: line-through;
}

.searchResults .ProductList1 .ProductItem .buttons
{
	padding-top: 20px;
}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	searchResults PRODUCTS IN GRID - TEMPLATE STIDLJIVKO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/



.searchResults .ProductGrid
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	/*font-family:Futura Lt WE;*/
	font-family: Verdana;
	font-size: 0.9em;
	width: 570px;
	text-align: center;
}

.searchResults .ProductGrid .ItemBox
{
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	text-align: center;
	vertical-align: text-top;
	width: 284px;
}

.searchResults .ProductGrid .ProductItem
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 284px;
	background: #ffffff url('images/proizvod_pozadina.gif') no-repeat top;
}


.searchResults .ProductGrid .ProductItem .ProductTop
{
	text-align:right;
	color:#0b1216;
	position:relative;
	height:280px;
}

.searchResults .ProductGrid .ProductItem .ProductTop .Popust
{
	position: absolute;
	top:30px;
	left:0px;
	
}

.searchResults .ProductGrid .ProductItem .ProductTop a
{
	text-align:right;
	color:#0b1216;
	padding-right:35px;
}

.searchResults .ProductGrid .ProductItem .ProductTop .title
{
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	float:left;
	width:280px;
	height:34px;
	color:#c00d78;
	padding-right:0px;
}

.searchResults .ProductGrid .ProductItem .ProductTop .title a
{
	text-transform: uppercase;
	text-align:center;
	font-weight: bold;
	float:left;
	padding-top:9px;
	padding-right:0px;
	font-size: 1em;
	width:280px;
	height:34px;
	color:#c00d78;
}

.searchResults .ProductGrid .ProductItem .ProductTop .picture
{
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-left: 0px;
	width:280px;
	/*height:280px;*/
}

.searchResults .ProductGrid .ProductItem .ProductTop .picture a
{
	text-align: center;
	padding:0;
}

.searchResults .ProductGrid .ProductItem .OldPrice
{
	text-decoration: line-through;
	padding-left: 0px;
	width:52px;
	height:34px;
	color:#040404;
	float:left;
}



.searchResults .ProductGrid .ProductItem .Price
{
	float:right;
	padding-left: 0px;
	padding-top:6px;
	width:84px;
	height:34px;
	color:#37636c;
}



.searchResults .ProductGrid .ProductItem .description
{
	float: left;
	font-size: 1em;
	text-align: justify;
	padding: 5px 5px 0px 5px;
	color: #3E6E77;
	height:30px;
}



.searchResults .ProductGrid .ProductItem .Cborder
{
	border-top: dashed 2px #bcbcbd;
	width: 235px;
}


.searchResults .ProductGrid .ProductItem .addInfo
{
	
	width: 284px;
	height: 66px;
	text-align:left;
	vertical-align: baseline;
}


.searchResults .ProductGrid .ProductItem .addInfo .AddChartDetails
{
	
	text-align:center;
	float:left;
	width:123px;
	height:41px;
	margin:25px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#3e6e77;
	font-size: 0.8em;
}


.searchResults .ProductGrid .ProductItem .addInfo .AddChartDetails .AddChart
{
	text-align:left;
	width:103px;
	height:15px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	
	
}

.searchResults .ProductGrid .ProductItem .addInfo .AddChartDetails .AddChart a
{
	text-align:center;
	width:103px;
	height:15px;
	background: url('images/KockaKosarica.png') no-repeat left center;
	color:#3e6e77;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}

.searchResults .ProductGrid .ProductItem .addInfo .AddChartDetails .AddDetails
{
	text-align:left;
	width:100px;
	height:15px;
	padding:0px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	
}

.searchResults .ProductGrid .ProductItem .addInfo .AddChartDetails .AddDetails a
{
	text-align:center;
	width:100px;
	height:15px;
	background: url('images/KockaDetalji.png') no-repeat left center;
	color:#3e6e77;
	padding:0px 0px 0px 20px;
	margin:0px 0px 0px 0px;
}


.searchResults .ProductGrid .ProductItem .addInfo .productPrice
{
	text-align:center;
	float:left;
	width:80px;
	height:66px;
	color:#37636c;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url('images/Cijena.gif') no-repeat bottom;
}

.searchResults .ProductGrid .ProductItem .addInfo .oldproductPrice
{
	
	float:left;
	text-decoration: line-through;
	text-align:center;
	width:80px;
	height:66px;
	color:#040404;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background: url('images/StaraCijena.gif') no-repeat bottom;
	
}


.searchResults .ProductGrid .ProductItem .addInfo .oldproductPriceFalse
{
	
	float:left;
	text-decoration: line-through;
	text-align:center;
	width:80px;
	height:66px;
	color:#040404;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;

}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTACT US FORM

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.contactform
{
	margin-top:37px;
	background:#ffffff;
	min-height:450px;
}
.contactform .button
{
	text-align: right;
}
.contactform .sendEmail
{
	background:#ffffff;
	padding:0px 5px 0px 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BREADCRUMB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.breadcrumb
{
	float: left;
	padding: 0px;
	margin: 11px 0px 0px 1px;
	
	text-transform: uppercase;
	font-size: 1.1em;
	color: #ffffff;
	width:424px;
	height:26px;
	background: url(images/StabloKategorija.gif) no-repeat;
	padding-left:15px;
	vertical-align:middle;
	
}

.breadcrumb .katalog
{
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	width:424px;
	height:15px;
	vertical-align:middle;
	
}

.breadcrumb .katalog a
{
	
	text-decoration: none;
	color: #ffffff;
}

.breadcrumb .katalog a:hover
{
	text-decoration: none;
	color: #ffffff;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.newslist
{
	margin-top:2px;
	padding-bottom: 1px;
	padding-left: 0;
	color: #ffffff;
	background:#004f7a;
}

.newslist .title
{
	padding: 11px 0px 10px 10px;
	background: url(images/news_top_bg.gif) no-repeat top left;
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	font-size: 0.9em;
}

.newslist .newsitems
{
	margin: 0px 0px 10px 0px;
	padding: 0px 0 0 0;
	
}

.newslist .newsitems .item
{
	border-bottom: dashed 1px #9a9a9a;
	font-size:0.9em;
	padding:10px 10px 5px 10px;
}

.newslist .newsitems .newsDate
{
	font-style: italic;
}

.newslist .newsitems a.newsTitle
{
	color: #ffffff;
	text-decoration: none;
	font-size: 1em;
	font-weight:bold;
}

.newslist .newsitems a.newsTitle:hover
{
	text-decoration: underline;
}

.newslist .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.newslist .newsitems .newsReadMore
{
	font-size: 0.9em;
	margin-left:240px;
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}

.newslist .ArchivesNews
{
	font-size: 0.9em;
	margin-left:10px;
	text-decoration: none;
	color: #ffffff;
	background-color: inherit;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS LIST ARCHIVES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.NewsListArchives
{
	color:#477A97;
	padding:5px 10px 0px 10px;
	background: #FFFFFF;
	margin-top:37px;
}

.NewsListArchives .newsitems 
{
	padding-bottom:15px;
}

.NewsListArchives .newsitems .item
{
	border-bottom: dashed 1px #9a9a9a;
}

.NewsListArchives .newsitems .newsDate
{
	font-style: italic;
}

.NewsListArchives .newsitems a.newsTitle
{
	color: #004F7A;
	text-decoration: none;
	font-size: 1em;
	font-weight:bold;
}

.NewsListArchives .newsitems a.newsTitle:hover
{
	text-decoration: underline;
}

.NewsListArchives .newsitems .newsDetails
{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.9em;
}

.NewsListArchives .newsitems .newsReadMore
{
	font-size: 0.9em;
	margin-left:500px;
	text-decoration: none;
	color: #004F7A;
	background-color: inherit;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	NEWS DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.PagesNews
{
	float: left;
	padding: 0px;
	margin: 11px 0px 0px 1px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #ffffff;
	width:424px;
	height:26px;
	background: url(images/StabloKategorija.gif) no-repeat;
	padding-left:15px;
	vertical-align:middle;
}


.PagesNews .PagesNewsText
{
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	width:424px;
	height:15px;
	vertical-align:middle;
}


.newsitem
{
	margin-left:1px;
	background:#ffffff;
	width:571px;
	min-height: 500px;
	padding-bottom:5px;
}

.newsitem .title
{
	border: 1px solid #A8E3F8;
	padding: 10px;
	background:#A8E3F8;
	float: left;
	width:549px;
	
}

.newsitem .title .titleText
{
	
	width:430px;
	color:#1b5f85;
	font-size:1.1em;
	font-weight:bold;
	float: left;
}

.newsitem .title .newsDate
{
	color: #1b5f85;
	font-style: italic;
	font-weight:normal;
	float: left;
	font-size:0.9em;
	
}

.newsitem .newsbody
{
	margin: 0px 0 0 0;
	padding: 0px 10px 0px 10px;
	background:#ffffff;
	margin-left:1px;
	width:548px;
	color:#477a97;
}

.newsComments
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.newsComments .titleComments
{
	padding: 10px 10px 10px 0px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #3a3a3a;
	width:300px;
	
}

.newsComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}

.newsComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 0px;
	font-weight: bold;
	font-size: 1.1em;
	color: #3a3a3a;
}

.newsComments .newComment td.button
{
	text-align: right;
}

.newsComments .commentList
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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 .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.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-top:37px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	background:#ffffff;
	min-height:450px;
}
.blogposts .post .blogTitle
{
	border: 1px solid #A8E3F8;
	padding: 10px;
	background:#A8E3F8;
	float: left;
	width:550px;
}
.blogposts .post .blogTitle .blogTitleText
{
	width:500px;
	color:#1b5f85;
	font-size:1.1em;
	font-weight:bold;
	float: left;
}
blogposts .post .blogTitle .blogTitleText a
{
	color:#1b5f85;
}
.blogposts .post .blogTitle .BlogDate
{
	color: #1b5f85;
	font-style: italic;
	font-weight:normal;
	float: left;
	font-size:0.9em;
}
.blog .blogposts
{
	margin: 0px 0px 0 0px;
	padding: 0px 0 0 0;
}

.blog .blogposts .post
{
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.blog .blogposts .blogBody
{

	margin:10px 10px 10px 10px;
}

.blog .blogposts .blogDetails
{
	font-weight: bold;
	text-decoration: none;
	color: #1b5f85;
	margin-left:10px;
	background-color: inherit;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BLOG DETAILS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.blogpost
{
	margin-top: 37px;
	padding-left: 0;
	background:#ffffff;
}

.blogpost .title
{
	border: 1px solid #A8E3F8;
	padding: 10px;
	background:#A8E3F8;
	float: left;
	width:550px;
}

.blogpost .title .titleText
{
	
	width:430px;
	color:#1b5f85;
	font-size:1.1em;
	font-weight:bold;
	float: left;
}

.blogpost .title .postDate
{
	color: #1b5f85;
	font-style: italic;
	font-weight:normal;
	float: left;
	font-size:0.9em;
}

.blogpost .postbody
{
	margin: 5px 10px 5px 10px;
	padding: 0px 0 0 0;
}

.blogComments
{
	margin-bottom: 0px;
}

.blogComments .title
{
	padding: 10px 10px 10px 3px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #477A97;
	background:#ffffff;
	border:0;
}

.blogComments .newComment
{
	margin: 0px 0 0 0;
	padding: 0px 0 0 0;
}


.blogComments .newComment td.leaveTitle
{
	padding: 0px 10px 10px 3px;
	font-weight: bold;
	font-size: 1.1em;
	color: #477A97;
}

.blogComments .newComment td.button
{
	text-align: right;
}

.blogComments .commentList
{
	border-top: solid 1px #6a6a6a;
	margin-top: 10px;
	background: url('images/cart-footer-bg.gif') repeat-x bottom;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	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 .userstats
{
	font-size: 0.9em;
	text-align: left;
	font-weight: bold;
	color: #555;
}

.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: #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

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.PagesEmail
{
	float: left;
	padding: 0px;
	margin: 11px 0px 0px 1px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #ffffff;
	width:424px;
	height:26px;
	background: url(images/StabloKategorija.gif) no-repeat;
	padding-left:15px;
	vertical-align:middle;
}


.PagesEmail .PagesEmailText
{
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	width:424px;
	height:15px;
	vertical-align:middle;
}

.emailafriendBox
{
	padding:0px 0px 0px 0px;
}

.emailafriendBox .title
{
	padding: 10px;
	background:#A8E3F8;
	float: left;
	width:552px;
}

.emailafriendBox .titleText
{
	
	color:#1b5f85;
	font-size:1.1em;
	font-weight:bold;
	float: left;
}

.emailafriendBox .titleText a
{
	
	color:#1b5f85;
	
} 

.emailafriendBox .sendEmail
{
	
	padding: 10px 0 0 10px;
	float:left;
	background:#ffffff;
	width:562px;
	min-height:480px
}

.emailafriendBox .sendEmail .product
{
	font-weight: bold;
}

.emailafriendBox .sendEmail .product
{
	font-weight: bold;
	color:#B0C4E7;
	
}

.emailafriendBox .sendEmail .description
{
	font-style: italic;
}

.emailafriendBox .sendEmail .confirm
{
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	RATING

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ratingStar
{
	font-size: 0pt;
	width: 18px;
	height: 18px;
	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);
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Modules content

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.ContentTitle
{
	float: left;
	padding: 0px;
	margin: 11px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 1.1em;
	color: #ffffff;
	width:424px;
	height:26px;
	background: url(images/StabloKategorija.gif) no-repeat;
	padding-left:15px;
	vertical-align:middle;
}
.ContentTitleText
{
	float: left;
	padding: 0px;
	margin: 5px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 0.8em;
	color: #ffffff;
	width:424px;
	height:15px;
	vertical-align:middle;
}
.ContentBody
{
	margin-top:37px;
	background-color:#ffffff;
	min-height:480px;
}
