body 
{
    background: #fff url(img/compare-bg.png) repeat top left;
}

.comparisonTitle 
{
    text-align: center;
}
.comparisonTitle h1 {
    text-align: center; color: #d60c03; font-size: 45px;
}

.comparisonTitle h2 
{
    font-size: 30px; color: #815a09; margin-top: 10px;
}

.comparisonTitle h3 {
    font-size: 25px; margin-top: 20px; 
}

.comparisonTitle p 
{
    font-size: 25px; margin: 10px 0px 20px; color: #b36407; font-weight: bold;
}


.horoscopeCompareTable table
{
    width: 100%;
}
.pageTitle h1 
{
	font-size: 35px!important;
	color: #bf2431;
	margin: 20px 0px 10px;
	text-align: center;
}

.pageTitle h2 
{
	font-size: 30px!important;
	text-align: center;
	margin-top: 0px;
	color: #fb7204;
}
.pageTitle h3 
{
	margin: 15px 0px 10px!important;
	font-size: 20px!important;
	color: #000;
	text-align: center;
} 
.horoscopeCompareTable span.hPrice 
{
	font-size: 26px;
	font-weight: normal;		
}
.horoscopeCompareTable th i, .horoscopeCompareTable span.hPrice, .horoscopeCompareTable td i, .horoscopeCompareTable span.hPrice   
{
    color: #bd1e1e;
}

.horoscopeCompareTable th.recomended span.hPrice, .horoscopeCompareTable th.recomended i  
{
    color: #fff;
}


.sep {
height: 1px;
width: 97%;
background-color: #9e9e9e;
display: block;
margin: 0px auto;
content: '';
background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0.75)),color-stop(0.5,rgba(250,250,250,0)),color-stop(1,rgba(255,255,255,0.75)));
background-image: -webkit-linear-gradient(left,rgba(255,255,255,0.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,0.75) 100%);
background-image: -moz-linear-gradient(left,rgba(255,255,255,0.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,0.75) 100%);
background-image: -o-linear-gradient(left,rgba(255,255,255,0.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,0.75) 100%);
background-image: -ms-linear-gradient(left,rgba(255,255,255,0.75) 0,rgba(250,250,250,0) 50%,rgba(255,255,255,0.75) 100%);
}

.zodiacSign 
{
	display: block;	
	width: 97%;
	margin: 0px auto;
	text-align: center;
	background: rgba(245,242,245,1);
background: -moz-linear-gradient(top, rgba(245,242,245,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(245,242,245,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(245,242,245,1) 0%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(245,242,245,1) 0%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(245,242,245,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(245,242,245,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f2f5', endColorstr='#ffffff', GradientType=0 );
}

.zodiaSignBottom, .pageTitle, .horoscopeCompareTable, zodiaSignBottom  
{
	width: 97%;
	margin: 0px auto;
}

.zodiaSignBottom 
{
	display: block;		
	border-radius:  0px 0px 10px 10px;
	padding: 10px 0px;
	background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,242,245,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(245,242,245,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,242,245,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,242,245,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(245,242,245,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(245,242,245,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f2f5', GradientType=0 );
}

.zodiaSignBottom p 
{
	text-align: right!important;
	margin: 10px;
}
.zodiaSignBottom p a 
{
	color: #077eee;	
	text-decoration: underline;
}
.zodiaSignBottom p a:hover 
{
	color: #ee4207;	
	text-decoration: none;
}

.zodiacSign div 
{
	display: inline-block;
	margin: 10px 11px;
}
.zodiacSign div span
{
	display: block;
	font-size: 12px;
	text-align: center;
	color: #f34949;
}
.horoscopeCompareTable 
{
	margin-top: 30px;
}
.horoscopeCompareTable td, .horoscopeCompareTable th 
{
	border:1px solid #f3f4f3;	
	text-align: center;
}

.horoscopeCompareTable table 
{
	border-collapse: collapse;
}
.horoscopeCompareTable td div, .horoscopeCompareTable th div
{
	padding:10px;	
} 

.horoscopeCompareTable th div 
{
	background: url(img/sep.png) no-repeat center right;
}

.horoscopeCompareTable th div.sepLeft 
{
	background-position: -1px center;
}

.horoscopeCompareTable td, .horoscopeCompareTable th
{
	width: 140px;		
	
}

.horoscopeCompareTable th 
{	
	background: #f4ede7;
	color: #ff6c24;
	border-top: none;
}
.horoscopeCompareTable th h2 
{
	margin-bottom: 0px!important;
	color: #494949;
	font-size: 20px!important;
	height: 55px;
}

.horoscopeCompareTable th.recomended h2 
{
	color: #fff;
}

.horoscopeCompareTable th:first-child 
{
	background: none;
	border: 0px;
}
.horoscopeCompareTable td 
{
	font-size: 13px;
	text-align: center;
	background: #fcfcfc;
}



.horoscopeCompareTable td span
{
	font-size: 12px;
	line-height: 15px;
}
.horoscopeCompareTable td:first-child, .horoscopeCompareTable th:first-child 
{
	width: 230px;
}

.horoscopeCompareTable tr.oddRow
{
	background: #f1f1f1;
}

.horoscopeCompareTable table tr td:first-child
{
	background: #fff9e7;
	color: #887c5c;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	border: 1px solid #e8f4da;	
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	
}

.horoscopeCompareTable table tr.featTitleRow td
{
	background: #f6e7bf;
	color: #a70505;
}


a.buyBt,a.buyBt1
{
	background: #e14747;
	color: #f0f0f0!important;
	padding: 0px 5px;
	display: inline-block;	
	margin: 10px auto 0px auto!important;
	line-height: 25px;
	font-size: 13px;
	border-radius: 5px;
}


.horoscopeCompareTable th.recomended a.buyBt  
{
	background: #ffeee1;
	color: #000!important;
}

a.buyBt:hover 
{
	background: #ff6c24;
	color: #fff;
}

.horoscopeCompareTable th.recomended a.buyBt:hover  
{
	background: #f9f2c3;	
}

.horoscopeCompareTable td.tdFoot 
{	
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ff6c24;
	background: #f4ede7 url(img/sep-footer.png) no-repeat center right;
}
.noSep
{		
	background-image:none;
}
.horoscopeCompareTable td.footLeftSep 
{		
	background: #f4ede7 url(img/sep-footer.png) no-repeat center left;
}


.horoscopeCompareTable table tr td.recomended
{
	background: #ffeee1;
	border: 1px solid #f7e7da;		
}
.horoscopeCompareTable tr.oddRow td.recomended
{
	background: #fffce5;
}
.horoscopeCompareTable th.recomended 
{
	background: #dc1515;
	color: #fff;
	border: 0px;
}
.horoscopeCompareTable tr#horoscopeTitle th.recomended 
{
	background: #ff6c24;
}
.horoscopeCompareTable th.recomended div 
{
	margin-top: -35px;
	padding-top: 40px;
	background: #dc1515;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	color: #fff;
}

.popular 
{
	position: absolute;
	top: 0px;
	left: 0px;
}

.horoscopeCompareTable td.oddCol 
{
	background: #fff8f3;
}

hr 
{
	width: 10%;
	margin: 0px auto;	
	border: 0px;	
	border-bottom: 1px solid #b0b0b1;
}

p.sampleLink, .sampleLink a 
{
	font-size: 13px;
	color: #000;
	font-weight: normal;
	text-align: center!important;
	margin: 0px;
}
p.sampleLink 
{
	margin-bottom: 10px;
}
p.sampleLink a
{	
	color: #ff6c24;
	font-weight: bold;
}
p.sampleLink a:hover 
{
	text-decoration: underline;
	color: #666;
}
th.recomended p.sampleLink, th.recomended p.sampleLink a 
{
	color: #fff;
}


@media (max-width: 992px) 
{
	.horoscopeCompareTable table 
	{
		width: 900px;		
	}
	
	.horoscopeCompareTable 
	{
	    overflow-x: scroll;
	    padding-top: 33px;
	    margin-top: 0px;
	}
}
