@import url("reset.css");

body {
	margin: 15px 0 15px 0px;
	background-color: #fff;
}
body, table, button, input, textarea, select {
	font: normal 12px  Arial Arial, Helvetica, sans-serif;
	color: #111;
}
.foo, a {
	color:#2251A6;
	text-decoration: none;
}
.foo {
	text-decoration: underline;
	cursor: pointer;
}
a:hover { text-decoration: underline;}
/* a:visited 	{ color: #551A8B } */
img 		{ border: none; }
form 		{ margin: 0; }
ol, li, ul	{
	margin:		0;
	padding: 	0;
	list-style-type: none;
	}
.service {
	position: relative;
	bottom: -5px;
}

/* .button 
====================================================================== */
.button {
	border: 1px solid #000;
	border-color: #ccc #aaa #aaa #ccc;
	background: #f2f2f2 url("http://c.pstatic.gr/img/buttons/default.gif") repeat-x center center;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	overflow: visible;
	color: #444;
	cursor: pointer;
	outline: none;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
.button:hover {
	text-decoration: none;
}

/* IE6 patches */
* html input.button, * html button.button {
	padding-top: 2px;
	padding-bottom: 0px;
	height: 1%;
	padding-left: 9px;
	padding-right: 9px;
}
/* IE7 patches */
*+html input.button, *+html button.button {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 9px;
	padding-right: 9px;
}

/* 	Gecko browsers & Crhome add an extra 3px of left/right 
    padding to button elements which can't be overriden. 
	The following lines fox those for Gecko.
	*/
@-moz-document url-prefix() {
 input.button,  button.button {
 padding: 2px 7px;
}
}
/* Fix chrome incosistency - waiting for a css hack */
.agent-chrome input.button, .agent-chrome button.button {
	padding: 2px 7px;
	}
body .button:active {
	outline: none;
	border-color: #aaa #ccc #ccc #aaa;
	}
.button:focus {
	outline: none;
	}
.button-focus, .button:focus, .button-hover, .button:hover {
	border-color: #aaa #6f6f6f #6f6f6f #aaa;
} /* Optional */
.button-disabled {
	color: #bbb;
	cursor: auto;
	}
.button:disabled {
	color: #bbb;
	cursor: default;
	}
body .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover {
	border-color: #ccc #aaa #aaa #ccc;
}
* html .button-disabled .button-hover {
	border-color: #ccc #aaa #aaa #ccc;
	}
/* More button classes */	
.button.button-primary {
	font-weight: bold;
}
.button.button-delete {
	background-color: #FF2020;
	color: white;
	}
.button.button-blue {
	background-color: #0063DC;
	color: white;
	}
.button.button-dark {
	background-color: #333;
	color: white;
	}

/* Misc 
====================================================================== */
.clr {
	_height: 1%;
	min-height: 1px;
	}
.clr:after 	{
	content: "\0020";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
	font-size: 0;
	}
.right 	{ float: right; 		}
.left	{ float: left;  		}
.nm		{ margin-top: 0!important;		}
.c		{ text-align: center;	}
.last	{ margin-bottom: 0px!important; border-bottom: 0px!important; padding-bottom: 0!important;}
.first  { margin-top: 0px!important; border-top: 0px!important; padding-top: 0!important;}
p.big 	{ margin: 2em 0;}
.big a,
a.big	{
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #2251A6;
	}

.match {
	font-size: 18px !important;
	font-weight: bold !important;
	text-align: center !important;
	color: #8E8EEB !important;
}

/* Layout 
====================================================================== */
#page-wrapper.betaCountDown{
	margin-top: 105px;
}
#wrapper {
	margin: 10px 0;
	}
#header, #footer, #content {
	width: 960px;
	margin: auto;
	}
#footer {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	color: #999;
	font-size: 12px;
	}
#footer p { margin : 10px 0; }
#footer small 	{ font-size: 11px;}
#footer small  a { color: #999;}
#main 			{

	width: 640px;
	float: left;
	margin-top: 20px;
	}	
#side { 
	margin-top: 20px;
	width: 300px;
	float: right;
	}
#content { padding: 0px 0px 20px 0;	}

/* Header
====================================================================== */
#header {
	position: relative;
	font-size: 12px;
	}
body ul li#header-user { 
	font-weight: bold;
	border-right: none;
	padding-right: 0;
	}
#header ul {
	position: absolute;
	right:0;
	bottom: 0px;
	}
#header ul,
#header ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
#header ul li {
	float: left;
	border-right: 1px solid #ddd;
	padding: 1px 5px;
	}
#header ul li.last { 
	border-right: 0; 
	padding-right: 0;
	}	

/* Boxes 
====================================================================== */
.top {
	margin-top: 0 !important;
}
.box {
	margin-top: 20px;
	background-color: white;
	}
.box-header, .box-content {
	font-size: 13px;
	line-height: 1.7em;
	
	}
.box-header {
	margin-bottom: 0px;
	font-weight: bold;
	font-size: 21px;
	color: #3B3B3B;
	}	
.box-footer {
	border-top: 1px solid #ddd;
	background-color: #f9f9f9;
	padding: 20px;
	font-size: 13px;
	color: #6f6f6f;
	}

#side .box {
	background: transparent;
	border: none;
	}
#side .box-header, #side .box-content 	{ margin: 20px 0;	}
#side .box-header 						{ padding-bottom: 5px; margin-top: 0; text-shadow: 1px 1px 0px #fff; color: #333;	}

#side .iphone {
	background: transparent url('img/iphone.gif') no-repeat scroll center center;
	text-indent: -99999px;
	display: block;
	width: 140px;
	height: 58px;
	margin: 20px auto;
}

#side .bestprice { margin: 20px 0; }
#side .bestprice a {
	padding: 10px;
	margin-bottom: 20px;
	display: block;
	color: #94030A;
	padding-left: 130px;
	background: white url('http://z.pstatic.gr/so/n/BestPrice/css/img/logo.png') no-repeat scroll 0px center;
	font-size: 14px;
	height: 82px;
}
#side .bestprice a.xmas {
	background: white url('http://z.pstatic.gr/so/n/BestPrice/css/img/logoxmas.png') no-repeat scroll 0px center;
	
} 
#side .bestprice p { margin: 10px 0;}

/* .field 
====================================================================== */
.field {
	border: 1px solid #bbb;
	border-color: #6f6f6f #ccc #ccc #ccc;
	padding: 3px;
	background-color: #FAFAFA;
	outline: none;
	vertical-align: middle;
	font-size: 12px;
}
textarea.field {
	overflow: auto;
	}
select.field {
	padding: 2px;
	}
.field-focus {
	background-color: white;
	}
.field:focus {
	background-color: white;
	}

/* .button 
====================================================================== */
.button {
	border: 1px solid #000;
	border-color: #ccc #aaa #aaa #ccc;
	background: #f2f2f2 url("http://c.pstatic.gr/img/buttons/default.gif") repeat-x center center;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 10px;
	display: inline-block;
	overflow: visible;
	color: #444;
	cursor: pointer;
	outline: none;
	line-height: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius:2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.6);
}
.button:hover {
	text-decoration: none;
}

/* IE6 patches */
* html input.button, * html button.button {
	padding-top: 2px;
	padding-bottom: 0px;
	height: 1%;
	padding-left: 9px;
	padding-right: 9px;
}
/* IE7 patches */
*+html input.button, *+html button.button {
	padding-top: 2px;
	padding-bottom: 0px;
	padding-left: 9px;
	padding-right: 9px;
}

/* 	Gecko browsers & Crhome add an extra 3px of left/right 
    padding to button elements which can't be overriden. 
	The following lines fox those for Gecko.
	*/
@-moz-document url-prefix() {
 input.button,  button.button {
 padding: 2px 7px;
}
}
/* Fix chrome incosistency - waiting for a css hack */
.agent-chrome input.button, .agent-chrome button.button {
	padding: 2px 7px;
	}
body .button:active {
	outline: none;
	border-color: #aaa #ccc #ccc #aaa;
	}
.button:focus {
	outline: none;
	}
.button-focus, .button:focus, .button-hover, .button:hover {
	border-color: #aaa #6f6f6f #6f6f6f #aaa;
} /* Optional */
.button-disabled {
	color: #bbb;
	cursor: auto;
	}
.button:disabled {
	color: #bbb;
	cursor: default;
	}
body .button[disabled]:active, .button[disabled]:focus, .button[disabled]:hover {
	border-color: #ccc #aaa #aaa #ccc;
}
* html .button-disabled .button-hover {
	border-color: #ccc #aaa #aaa #ccc;
	}
/* More button classes */	
.button.button-primary {
	font-weight: bold;
}
.button.button-delete {
	background-color: #FF2020;
	color: white;
	}
.button.button-blue {
	background-color: #0063DC;
	color: white;
	}
.button.button-dark {
	background-color: #333;
	color: white;
	}

/* Headers
====================================================================== */
h2 {
	font-size: 21px;
	letter-spacing: -1px;
	margin: 0;
	}
h3 {
	margin: 1em 0;
	font-size: 14px;
	}
h5 {
	color: #999;
	font-size: 12px;
	font-weight: normal;
	margin: 20px 0 5px 0;
	}	
	
/* Pagination
-------------------------------------------------------- */		
.pagination-container	{
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	}
.pagination	{
	font-weight: normal;
	float: right;
	font-size: 12px;
	}
.pagination ul	{ overflow: hidden; }
.pagination li	{
	float: left;
	margin: 0;
	vertical-align: middle;
	}
.pagination li a,
.pagination li span	{
	background: url("img/pagination.gif") no-repeat -28px 0;
	display: block;
	width: 28px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	}
.pagination li a:hover		{ color: #2251A6; }
.pagination li.active		{ font-weight: bold; }

.pagination li.first,
.pagination li.prev,
.pagination li.next,
.pagination li.last			{ font-size: 14px; }

.pagination li.first a,
.pagination li.first span	{ background-position: 0 0; }
.pagination li.last a,
.pagination li.last span	{ background-position: -56px 0; width: 29px; }
.pagination .active span	{ background: url("img/pagination.gif") no-repeat -28px -25px; }
.pagination .inactive span 	{ color: #999; }
.pagination-range	{
	color: #6f6f6f;
	font-size: 12px;
	float: left;
	padding-top: 5px;
	}	

	
/* Item
====================================================================== */
#item address {
	font-size: 12px;
	color: #6f6f6f;
	font-style: normal;
	font-weight: normal;
	overflow: hidden;
	margin-top: 10px;
	}
#item-content p {
	font-size: 12px;
	color: #5B5B5B;
	margin: 1.5em 0;
	line-height: 1.6em;
	
	font: normal normal 13px/1.5em arial,serif;
	font-size: 14px;
	line-height: 1.467em;
	color: #3c3c3c;
	}
#item-standout {
	font-weight: bold;
	margin-bottom: 2em;
	}
.source {
	color: #999 !important;
	text-align: right;
}
	
/* img */
#item-content .img {
	float: left;
	border: 1px solid #e5e5e5;
	margin: .5em 1em 0 0;
	padding: 5px;
	background: #fff;
	}
#item-id {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin: 0;
	padding: 10px 20px;
	background: #F4F8FD;
	}	
#item-id th, #item-td td {
	padding: .5em 0px;
	vertical-align: top;
	}
#item-id th {
	padding-right: 5px;
	text-align: right;
	white-space: nowrap;
	width: 1%;
	}
#item-id img {
	width: 13px;
	height: 13px;
	background: white;
	border: 1px solid #ddd;
	vertical-align: middle;
	margin-right: 4px;
}

/* block quote */
#item-content blockquote {
	border-left: 2px solid #ddd;
	padding: .5em;
	margin: .5em 0 .5em .5em;
	font-style: italic;
	width: 25em;
	float: right;
	font-family: georgia;
	}
#item-content blockquote p {
	margin: .2em 0;
	color: #6f6f6f;
	}
	
/* link */
#item-content.box-content a {
	font-weight: bold;
	text-decoration: underline;
	}
	
/* table */
table.basic,
#item-content table {
	margin: 1em 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	color: #6f6f6f;			
	background-color: white;
	}	
#item-content caption {
	border-top: 1px solid #ccc;
	padding: 10px;
	}
table.basic th,
table.basic td,
#item-content th,
#item-content td {
	text-align: right;
	padding: 5px 8px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}
table.basic th,
#item-content th  {
	width: 1%;
	border-left: none;
	background: #f9f9f9;
	color: #6f6f6f;	
	font-weight: normal;
	white-space: nowrap;
	padding: 5px 5px 5px 60px;
	}
table.basic thead th, table.basic thead td,
#item-content thead th, #item-content thead td {
	background: #eee;
	font-weight: bold;
	}
#item-content h3 {
	font-size: 14px;
	color: #3B3B3B;
	font-weight: bold;
	border-bottom: 1px solid #e5e5e5;
}
table.basic {
	margin: 0;
	}
	
/* items
====================================================================== */
.items { margin: 0;	}
.items li {
	padding-bottom: 5px;	
	margin-bottom: 5px;
	
	}
.items li div {
	margin-left: 60px;
	}
.items li img {
	float: left;
	width: 50px;
	background: #fff;
	height: 50px;
	border: 1px solid #ccc;
	-moz-box-shadow: 0px 0px 5px rgba(100,100,100,.2);
	-webkit-box-shadow: 0px 0px 5px rgba(100,100,100,.2);
	}
.items li p {
	font-size: 11px;
	color: #6f6f6f;
	margin: 2px 0 0 0;
	}
.items li p em {
	display: block;
	font-style: normal;
	margin-top: 2px;
	color: #999;
	}
#main #items .items li {
	padding: 1.2em 0;
	border-bottom: 1px solid #eee;
	}
#main #items .items li p  {
	font-size: 12px;
	}
#main #items .items li a {
	font-weight: bold;
	font-size: 13px;
	}


/* items-list
====================================================================== */	
.items-list {
	list-style-type: disc;
	margin-left: 2em;	
	}
.items-list em {
	color: #6f6f6f;
	font-style: normal;
	}
.items-list li {
	font-size: 13px;
	list-style-type: disc;	
	margin: .8em 0;
	}	
.items-list.related a {
	color: green;
	}
	
/* Banner
====================================================================== */
#banner-728 {
	margin: auto;
	width: 728px;
	margin: 20px auto;
	}
.google-ad {
	margin-top: 20px;
}
.google-ad li {
	float: left;
	width: 200px;
	margin-right: 10px !important;
}
.google-ad .last { margin-right: 0; }
.google-ad .header {
	margin:0;
	padding-bottom: 2px;
	margin-bottom: 10px;
	color:#1757A3;
	border-bottom: 1px solid #f9f9f9;
}

/* Pathfinder Ads */
.pads-item {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    }
.pads-item p {
    margin: 0;
    margin: 5px 0;
    }
.pads-item-merchant {
    color: #6f6f6f;
    }
.pads .image .pads-item-content {
    margin-left: 70px;
    }
.pads img {
    float: left;
    padding: 0;
    margin: 0;
    }


/* .tabs
====================================================================== */
.tabs {
	border-bottom: 2px solid #555;
	margin: 20px 0px 0;
	}
#main .tabs {
	margin: 20px 20px 0px;
	}
.tabs li {
	float: left;
	font-weight: bold;
	padding: 5px 15px;
	margin-right: 3px;

	border-bottom: none;
	color: #333;
	background: #E5E5E5;
	-moz-border-radius: 3px 3px 0 0px;
	-webkit-border-radius: 3px 3px 0 0px;
	text-align: center;
	cursor: pointer;
	text-shadow: 1px 1px 0px #fff;
	}
.tabs li.active {
	background: #555;
	color: white;
	text-shadow: none;
	cursor: default;
	text-shadow: none;
	}
.tabs li.active small {
	color: #ccc;
}
.tab-off {
	display: none;
	}
.tabs li small {
	display: block;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	color: #6f6f6f;
	}

/* Scope
====================================================================== */
#scope {
	background: white;
	overflow: hidden;
	border: 1px solid #ccc;
	}
#scope h3 {
	margin-top: 0;
	margin-bottom: 5px;
	}
#scope-content {
	padding: 10px;
}
#scope img {
	float: left;
	border: 1px solid #ccc;
	float: left;
	width: 60px;
	height: 60px;
	background: #eee;
	margin-right: 10px;
	}
#scope table tr.this * {
	background: #eee;
	}

/* Menu
====================================================================== */
#menu {
	font-size: 16px;
	margin-top: 25px;
	}
#menu ol {
	width: 960px;
}
#menu .last a {
	border-right: none;
}
#menu .last {
	width: 171px;
}
#menu li 	{ float: left; }
#menu li a 	{
	text-align: center;
	background: #FAFAFF;
	display: block;
	color: #333;
	padding: 10px 20px;
	border-top: 1px solid #fff;
	font-weight: bold;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	}
#menu li a:hover {
	background: #f9f9f9;
	text-decoration: none;
}

#menu li.active a {
	background-color: #fff;
	border-bottom: 1px solid #fff;
	color: #6f6f6f;
	color: #333;
	text-shadow: none;
	border-top: 1px solid #ccc;
	}

#main h1 {
	margin-bottom: 20px;
}
	
.sub {
	padding: 5px 0;
	border-bottom: 1px solid #eee;
	font-weight: bold;
	}
.sub ol li {
	float: left;
	margin-right: 10px;
	}
.sub ol li a {
	padding: 4px 9px;
	display: block;
	font-weight: normal;
	}
.sub ol li a:hover,
.sub ol li.active a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #8E8EEB;
	color: #fff;
	text-decoration: none;
}
	
.sub-small {
	padding: 2px 0;
	font-size: 12px;
	font-weight: normal;
	border-bottom: 0;
	}
	
/* Home items
====================================================================== */
#videos .box-content {
	position: relative;
}
.scroll {
	text-indent: -999999px;
	outline: none;
	position: absolute;
	bottom: -15px;
	right: 0;
	background: #fff url('img/select-down.gif') no-repeat scroll 50% 50%;
	width: 188px;
	padding: 2px 0;
	text-align: center;
	display: block;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}
.scroll:hover {
	text-decoration: none;
}
#scroll_up {
	background: #fff url('img/select-up.gif') no-repeat scroll 50% 50%;
	top: -20px;
}
#video {
	float: left;
	background: black;
	width: 400px;
	height: 300px;
	}
#zodiac-selector {
	float: right;
	width: 198px;
	height: 295px;
	overflow: hidden;
}
#zodiac-selector ul {
	position: relative;
	top: 0;
}
#zodiac-selector li {
	float: right;
}
#zodiac-selector li a {
	border: 1px solid #ccc;
	color: #666;
	width: 178px;
	display: block;
	margin: 0 0 2px;
	padding: 5px 0 6px 10px;
	background-color: #ddd;
}
#zodiac-selector li a:hover {
	text-decoration: none;
	background-color: #333;
	color: #fff;
	border: 1px solid #333;
}
#zodiac-selector li a.active {
	border: 1px solid #333;
	font-weight: bold;
	color: #fff;
	padding-left: 20px;
	background-color: #333;
	background: -webkit-gradient(linear, left top, right top, from(#000), to(#333));
}

table {
	border-collapse: collapse;
	border: 1px solid #e5e5e5;
}
table.matrix tr:hover td {
	background: #f9f9f9;
}

table.matrix td:hover {
	background: #e5e5e5;
}

table .high {
	background-color: #ffc;
}
table.zodiacs td {
	padding: 10px;
	text-align: center;
	width: 25%;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
table.zodiacs td img {
	margin-bottom: 10px !important;
}
table.zodiacs td a {
	color: #666;
	font-size: 13px;
}
table.zodiacs td:hover {
	background: #f9f9f9;
}
table.zodiacs td:hover a { text-decoration: none; }
table.zodiacs td img,
table.zodiacs td span {
	display: block;
	margin: 0 auto;
}
table.zodiacs td span { margin-top: 10px; }

.zodiacs li {
	width: 134px;
	height: 130px;
	float: left;
	margin: 0 20px 20px 0;
	text-align: center;	
}
.zodiacs li.bottom { margin-bottom: 0 !important; }
.zodiacs li a { 
	display: block; 
	text-decoration: none !important;
	font-weight: normal !important;	
}
.zodiacs li a:hover { text-decoration: none; }
.zodiacs li img,
.zodiacs li span {
	display: block;
	margin: 0 auto;
}
.zodiacs li span { margin-top: 10px; }
.zodiacs li a:hover {
	background: #f9f9f9;
}
.zodiacs li a:hover span { font-weight: bold; }
.zodiacs .last {
	margin-right: 0;
	margin-bottom: 20px !important;
}
/* Content items
====================================================================== */
#item-content form {
	margin: 0 auto;
	width: 350px;
	padding: 10px;
	background-color: #f7f7f7;
	text-align: center;
}
form div.field {
	border: none;
	background: transparent;
	margin-bottom: 10px;
	text-align: left;
}
form div.field label {
	text-align: right;
	float: left; 
	width: 100px;
}
form div.field input,
form div.field select {
	margin-left: 20px;
}
form .submit-container {
	margin-left: 120px;
	text-align: left;
}
#item-content form label {
	vertical-align: middle;
}
#page-love form {
	width: 350px !important;
}
#page-planets .box-header a,
#page-love .box-header a {
	font-size: 11px;
}
#page-planets .box-header,
#page-love .box-header { position: relative; }
#form {
	position: absolute;
	padding: 10px;
	background: red;
	font-size: 13px;
	background-color: #f7f7f7;
	border: 1px solid #ccc;
	font-weight: normal;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	right: 0;
	top: 0;
	-moz-box-shadow: 0 0 8px rgba(100,100,100,.2);
	-webkit-box-shadow: 0 0 8px rgba(100,100,100,.2);
}

/* block quote */
#item-content blockquote {
	border-left: 2px solid #ddd;
	padding: .5em;
	margin: .5em 0 .5em .5em;
	font-style: italic;
	width: 25em;
	float: right;
	font-family: georgia;
	}
#item-content blockquote p {
	margin: .2em 0;
	color: #6f6f6f;
	}
table.matrix img {
	width: 20px;
	height: 20px;
}
.elements {
	cursor: pointer;
	border: 1px solid #fff;
	padding: 10px 0;
}
.elements h3 {
	float: left;
	position: relative;
	top: 20px;
	left: 10px;
}
.elements ul {
	float: right;
}
.elements:hover {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	background-color: #f9f9f9;
}
.elements .zodiacs li {
	height: auto;
}

/* ID 
====================================================================== */
#id {
	padding: 20px 20px 0 20px;
	background-color: #F5F0F7;
	background-image: -moz-linear-gradient(top, bottom,  #EEEEFF, #F9F5FA);
	background-image: linear-gradient(from(top), to(bottom), #EEEEFF, #F9F5FA));
	background: #E6F2FF;
	-webkit-border-radius: 5px;
	border-top: none;
	margin-top: 20px;
	overflow: hidden;
	}
#id img {
	padding: 2px;
	background-color: white;
	width: 58px;
	height: 58px;
	border: 1px solid #ccc;
	margin-right: 10px;
	float: left;
	-moz-box-shadow: 0 0 8px rgba(100,100,100,.2);
	-webkit-box-shadow: 0 0 8px rgba(100,100,100,.2);
	}
#id div.left {
	width: 600px;
	}
#id div.right {
	text-align: right;
	
	}
#id h2 {
	text-shadow: 1px 1px 0 #fff;
	font-size: 25px;
	color: #333;
	font-family: georgia, serif;
	font-weight: bold;
	}
#id h2 sup {
	font-size: 16px;
	letter-spacing: 0;
	color: #999;
	}
#id h4 {
	margin: 0;
	margin-top: 5px;
	font-weight: normal;
	color: #6f6f6f;
	font-size: 13px;
	}
#id ol li {
	float: left;
	margin-right: 5px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	}
#id ol {
	position: relative;
	top: 2px;
	z-index: 9999;
	margin-top: 15px;
	font-size: 12px;
}
#id ol li a {
	float: left;
	color: #555;	
	background: #CFE5FF;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	}
#id ol li a:hover {
	text-decoration: none;
	background-color: #D6EAFF !important;
}
#id ol li a,
#id ol li.active {
	padding: 6px 20px 6px 20px;
	}
#id ol li.active {
	background-color: #fff;
	color: 333;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-bottom: 2px solid #FBFCFD;
	}
#id-rating {
		color: #6f6f6f;
}
#id-rating-total {
	font-size: 33px;
	background: white;
	text-align: center;	
	text-align: center;
	background-color: white;
	border: 1px solid #ccc;
	padding: 6px 10px;
	float: left;
	margin-right: 5px;

	}
#id-rating small {
	display: block;
	font-size: 12px;
	color: #6f6f6f;
	}
#id-rating code {
	font-weight: bold;
	font-family: arial, serif;
	letter-spacing: -1px;
	font-size: 31px;
	color: #444;
	}
#id-rating ul { 
	float: right; 
	}
#id-rating li {
	background: #eee;
	overflow: hidden;
	margin-bottom: 5px;
	text-align: right;
	border: 1px solid #ccc;
	}
#id-rating li code {
	float: right;
	padding: 5px 5px;
	background: white;
	font-weight: bold;
	font-size: 22px;
	border-left: 1px solid #ccc;
	c
	}
#id-rating li span {
	float: left;
	padding: 3px 10px 3px 0px;
	width: 130px;
	}
/*
#id-rating {
	width: 280px;
	color: #6f6f6f;
	}
#id-rating th,
#id-rating td {
	padding: 0px 10px;
	border: 1px solid #ccc;
	vertical-align: middle;
	}
#id-rating-total {
	font-size: 33px;
	background: white;
	text-align: center;
	}
#id-rating-total small {
	font-size: 12px;
	display: block;
	font-weight: normal;
	}
#id-rating td {
	background: #eee;
	padding: 0;
	text-align: right;
	}
#id-rating code {
	color: #555;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: arial;	
	
	}
#id-rating th {
	padding: 8px 10px;
}
#id-rating td code {
	margin-left: 5px;
	padding: 5px 10px;
	font-size: 19px;
	font-weight: bold;
	font-family: arial;
	background: white;
	display: inline-block;
}
*/
#page-zodiacs #video {
	width: 598px;
	height: 469px;
	margin-bottom: 20px;
}
