body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  font-family:"Trebuchet MS", Helvetica, Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  min-width:1024px;
}

#container {
  margin:0 30px;
  padding: 0;
}

#header {
  height: 140px;
  border: 1px solid #ffffff;
}

h1 { font-size:14pt; line-height:40px; }

#header a.logo {
  display:block;
  float: left;
  width:360px;
  height:110px;
  background:url(img/logo.jpg) top left no-repeat;
}


#header div.menu {
  height: 30px;
  margin: 0;
  background:#fff url(img/nav.png) repeat-x;
  border:none;
  clear: both;
  background-position:0 -30px;
}

#header div.menu #rounded_left_head  { width:10px; height:30px; background:#fff url(img/nav.png) top left no-repeat; float:left; }
#header div.menu ul				{ height:30px; float:left; }
#header div.menu #rounded_right_head { width:10px; height:30px; background:#fff url(img/nav.png) bottom right no-repeat; float:right; }


#header div.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
}

#header div.menu li {
  display: block;
  padding: 0 20px;
  height:22px;
  margin-top:4px;
  float: left;
  background:url(img/split.png) top right no-repeat;
}

#header div.menu li.first {
  display: block;
  padding: 0 20px;
  margin-top: 4px;
  float: left;
}

#header div.menu a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-transform:uppercase;
  font-size:11px;
  line-height:22px;
}

#header div.menu a:hover {
  text-decoration: underline;
}

#header div.search {
  float: right;
  height: 24px;
  margin: 70px 0 0 0;
  padding: 0;
  vertical-align: top;
  padding: 0;
}

#left {
  float: left;
  width: 49%;
  padding:0;
  margin:10px 5px 5px 0;
}

#left h1,
#right h1 { font-size:14pt; line-height:40px; }

#left h3,
#right h3 { font-size:10pt; padding:3px; margin:0; }

#box { padding:0 0 0 10px; border:1px solid #ccc; background:#eee; }
#box ul { list-style-image:url(img/tick.png); }
#box ul li { line-height:25px; padding-left:10px; list-style:none;}


#right {
  float: right;
  width: 49%;
  padding: 0;
  margin:10px 0 5px 0;
}


#thumbnails div {
  float: left;
  width: 128px;
  margin: 5px 10px 5px 5px;
  border: 2px solid #ffffff;
}
#thumbnails div p { display:block; clear:both;}
#thumbnails div p a { text-decoration:none; }

#thumbnails div p a:hover { text-decoration:underline; }

img.thumbnail {
  float: left;
  width: 120px;
  height: 74px;
  border: 2px solid #ccc;
  padding: 2px;
  margin-right: 10px;
}
img.thumbnail:hover { border:2px solid #999;}

#thumbnail {
  float: left;
  width: 120px;
  height: 74px;
  border: 2px solid #ccc;
  padding: 2px;
  margin-right: 10px;
}
#thumbnail:hover { border:2px solid #999;}

#thumbnails p {
  text-align: center;
  padding: 0;
  margin: 0;
}

#thumbnails p a {
  color: #000000;
}

#thumbnails p a:hover {
  text-decoration: none;
}

#add_site p			 { display:block; margin:5px; padding:5px; }
#add_site p label 	 { float:left; width:150px; line-height:30px; }
#refreshCaptcha a { text-decoration:none; color:#999; font-size:11px; }
#refreshCaptcha a:hover { color:#333; }

#dtagDesc { display:block; clear:both; padding:5px; font-size:11px; color:#666}

legend {
  font-weight:bold;
  padding: 0 10px;
  color:#000000;
}


p.message {
  font-weight: bold;
  color: #DE000A;
}

#similar {
  margin: 10px 0 0 1px;
  padding: 0;
}

#similar h1 {
  padding: 0;
  margin: 0 0 0 0;
  font-size: 18px;
}

#similar p {
  padding: 0;
  margin: 0;
}

#similar a {
  color: #666;
  text-decoration:none;
}

#similar a:hover {
  text-decoration: underline;
  color:#900;
}

#similar p.a {
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  color: #979898;
}

#similar div.b {
  height: 21px;
  margin: 10px 0;
  padding: 0;
}

div.tag_1 {
  display:block;
  float: left;
  line-height: 25px;
  margin: 0;
  color: #ffffff;
  background-color: #800000;
  background-image:url(img/tagArrow.gif);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 0 10px 0 5px;
  white-space:nowrap;
  font-weight:bold;
}

#similar div.b div.tag_2 {
  float: left;
  display:block;
  margin: 0;
  padding: 0;
  white-space:nowrap;
}

#sites_by_tags div.tag_2 {
  float: left;
  display:block;
  margin: 0;
  padding: 0;
}

a.tag_2 {
  display: block;
  float: left;
  line-height: 25px;
  margin: 0 0 3px 10px;
  color: #fff !important;
  background-color: #d9b3b3;
  background-image:url(img/tagArrow2.gif);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 0 10px 0 5px;
  text-decoration: none;
   white-space:nowrap;
   font-weight:bold;
}

a.tag_2:hover {
  color: #fff !important;
  background-color: #800000;
  text-decoration:none !important;
  background-image:url(img/tagArrow.gif);
}

a.tag_3 {
  display: block;
  float: left;
  line-height: 25px;
  margin: 0 0 3px 10px;
  color: #FF2D00 !important;
  background-color: #d9b3b3;
  background-image:url(img/tagArrow2.gif);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  padding: 0 10px 0 5px;
  text-decoration: none;
   white-space:nowrap;
   font-weight:bold;
}

a.tag_3:hover {
  color: #FF2D00 !important;
  background-color: #800000;
  text-decoration:none !important;
  background-image:url(img/tagArrow.gif);
}


#similar p.c {
  clear: left;
  padding: 5px 0;
}

#similar img.favicon {
  padding: 0;
  margin: 0 5px;
}

#similar div.site_a {
  height: 30px;
  margin: 3px;
  border-bottom: 1px dotted #333;
}

#similar div.site_b {
  height: 30px;
  margin: 3px;
  border-bottom: 1px dotted #900;
}

#similar div.site_a p, #similar div.site_b p {
  padding: 0;
  margin: 6px 0 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #979898;
}

#similar div.right_block {
  float: right;
  padding: 0;
  margin: 5px;
}



#similar div.right_block img {
  margin: 0;
  padding: 0px;
}

#similar div.left_block {
  float: left;
}

p.browse_similar {
  text-align: center;
}

p.browse_similar a {
  text-decoration: none;
  white-space:nowrap;
  margin:.5em;
  line-height:50px;
}

p.browse_similar a:hover {
	color:#900;
	text-decoration:underline;
}

p.browse_similar span {
  padding:5px;
}

#sites_by_tags {
  width: 100%;
  table-layout:auto;
  margin-bottom: 10px;
  font-size: 12px;
}

#sites_by_tags td {
  padding:10px;
  border-bottom: 1px dotted #F66;
}

#sites_by_tags a.title {
 font-size:12pt;
 font-weight:bold;
 text-decoration:none;
 color:#000;
}

#sites_by_tags a.title:hover {
 text-decoration:underline;
 color:#800;
}


#sites_by_tags td.icon {
  padding: 0;
}

#sites_by_tags td.icon img {
  margin-left: 5px;
}

#facebox_error {
  padding: 5px 0 0 0;
  color: #ff0000;
}

#facebox_error p {
  margin: 0;
  padding: 0 0 5px 0;
}

#standard_error {
  padding: 5px 0 0 0;
  color: #ff0000;
}

#standard_error p {
  margin: 0;
  padding: 0 0 5px 0;
}

form {
  padding: 0;
  margin: 0;
}


input.button {
  height: 27px;
  width: 108px;
  font-size: 11px;
  border:none;
  background:url(img/button.png) top left no-repeat;
  font-weight: bold;
  color :#fff;
  outline:none;
  margin:0 5px 0 5px;
  padding:3px 5px 3px 5px;
  float:left;
}
input.button:hover { background-position:0 -27px; }
input.button:active { background-position:0 -54px; }

input.input { 
  width:200px; 
  border:1px dotted #900;
  background:#FCC;
  margin:0 5px 0 5px;
  padding:5px;
  float:left;
}

input.input:focus{ border:1px solid #900; }

input.input_long { 
  width:400px; 
  height:30px; 
  background:url(img/input_long.gif) top left no-repeat; 
  border:none;
  margin:0 5px 0 5px;
  padding:5px;
}

/* pagination */


a.nrm { background:url(img/frm_nrm.png) top left no-repeat; }
p.nrm { background:url(img/frm_nrm.png) top left no-repeat; padding:0; margin:0; margin-left:3px; }
a.act { background:url(img/frm_act.png) top left no-repeat; }

.pagination { margin-left:3px; float:left; width:42px; height:30px; text-align:center; text-decoration:none; color:#FFF; font-size:11px; line-height:30px; }

.pagination:hover { background-position:0 -30px; }

#similar div.cat { padding:2px 4px; border:1px solid #ccc; background:#eee; margin:3px 0; text-align:center; }
#cat { padding:2px 4px; border:1px solid #ccc; background:#eee; margin:3px 0; text-align:center; }
.word { line-height:25px; font-size:12px; text-decoration:none; color:#000; }
.word:hover { text-decoration:underline; color:#900; }



#footer div.menu {
  height: 30px;
  margin: 0;
  background:#fff url(img/nav.png) repeat-x;
  border:none;
  clear: both;
  background-position:0 -30px;
}

#footer div.menu #rounded_left_foot  { width:10px; height:30px; background:#fff url(img/nav.png) top left no-repeat; float:left; }
#footer div.menu ul				{ height:30px; float:left; }
#footer div.menu #rounded_right_foot { width:10px; height:30px; background:#fff url(img/nav.png) bottom right no-repeat; float:right; }


#footer div.menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 11px;
  color:#069;
}

#footer div.menu li {
  display: block;
  padding: 0 20px;
  height:22px;
  margin-top:4px;
  float: left;
  background:url(img/split.png) top right no-repeat;
}

#footer div.menu li.first {
  display: block;
  padding: 0 20px;
  margin-top: 4px;
  float: left;
}

#footer div.menu .right {
  color:#999;
  display: block;
  padding: 0 20px;
  margin-top: 4px;
  line-height:20px;
  height:22px;
  float: right;
}

#footer div.menu a {
  color: #ffffff;
  font-weight: normal;
  text-decoration: none;
  text-transform:uppercase;
  font-size:11px;
  line-height:22px;
}

#footer div.menu a:hover {
  text-decoration: underline;
}

#footer { padding-bottom:50px; }

#rate_similarity * { float:left; }

a.plus { text-decoration:none !important; margin:0 5px; width:15px; height:15px; float:left; background:url(img/plus.gif) top left no-repeat; }
a.minus { text-decoration:none !important; margin:0 5px; width:15px; height:15px; float:left; background:url(img/minus.gif) top left no-repeat; }

a.plus:hover { background-position:-15px 0px;}
a.minus:hover { background-position:-15px 0px;}


.choose_from	{
	font-size: 12px;
	text-align:center;
	padding:3px 0px 0px 0px;
	margin-bottom:3px;
	color:#f00000;
	height:25px;
	width:auto;
	font-weight: bold;
}

div.choose_from a {
	color:#000;
	text-decoration:none;
	padding:2px 3px 2px 2px;
	margin:0 2px 0 2px;
	border:1px solid #000;
	background-color:#b33838;
	display:block;
	width:100px;
	float:left;
	position:relative;
	font-weight: bold;
}

div.choose_from a:hover {
	color:#ffffff;
	border:1px solid #000;
	background:	#8a0a0a;
	display:block;
	width:100px;
	float:left;
	position:relative;
	font-weight: bold;
	
}
