body {
    font: 14px arial, sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    background: rgb(102,102,102);
}

tr, td {
    padding: 0;
    margin: 0;
}

input[type=text] {
	color: black;
}

#shadower {
	-moz-box-shadow: 0 0 30px 10px rgb(66,66,66);
    -webkit-box-shadow: 0 0 30px 10px rgb(66,66,66);
    box-shadow: 0 0 30px 10px rgb(66,66,66);
	width:959px;
	margin:0 auto;
}

#content {
    width: 959px;
    margin: 0 auto;
    position: relative;
    border-top: 25px solid rgb(229,121,33);
    background: url(img/bottom.png) no-repeat bottom;
    padding-bottom: 70px;
}


#footer {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0;
    font: 12px Arial, sans-serif;
    color: rgb(170,170,170);
}
#footer a {
    color: rgb(170,170,170);
}
#header {
    position: relative;
    height: 215px;
    background: url(img/header.jpg) no-repeat 0 -95px;
    -moz-box-shadow: inset 0 10px 10px -10px rgb(0,0,0);
    -webkit-box-shadow: inset 0 10px 10px -10px rgb(0,0,0);
    box-shadow: inset 0 10px 10px -10px rgb(0,0,0);
}

#form {
    position: absolute;
    right: 10px;
    bottom: 15px;
    margin: 0;
    padding: 0;
}
input {
    height: 28px;
    width: 210px;
    padding: 0 4px;
    font-size: 15px;
    background-color: rgba(255,255,255,0.4);
    color: rgb(255,255,255);
    border: 1px solid rgb(189,189,189);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input#button {
    width: 150px;
    height: 32px;
    margin-left: 10px;
    border: none;
    font-size: 15px;
    color: rgb(72,65,60);
    background: url(img/button.png) repeat-x;
    border: 1px solid rgb(189,189,189);
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#domainname {
	color: rgb(70,70,70);
	position: absolute;
	left: 28px;
	top: 58px;
	width: 218px;
	font-family: 'Ubuntu', arial, sans-Serif;
	font-size: 30px;
	text-align: center;
}
.vocemenu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #999;
	background-color: #666;
	text-align: left;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #E57921;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
	cursor: pointer;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #F90;
	font-weight: bold;
	text-align: left;
	line-height: 20px;
}

#main {
	position: absolute;
	left: 192px;
	top: 220px;
	width: 747px;
	height: 466px;
	font-family: 'Ubuntu', arial, sans-Serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#dirHolder {
    float: left;
}
#directory {
    padding: 0;
    margin-left: 30px;
    width: 300px;
    min-height: 350px;
    background: rgb(54,54,54);
    border: 1px solid rgb(82,82,82);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px 5px rgb(66,66,66);
    -webkit-box-shadow: 0 0 5px 5px rgb(66,66,66);
    box-shadow: 0 0 5px 5px rgb(66,66,66);
}
#menu {
	width: 150px;
	min-height: 350px;
	border: 1px solid rgb(82,82,82);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px 5px rgb(66,66,66);
	-webkit-box-shadow: 0 0 5px 5px rgb(66,66,66);
	box-shadow: 0 0 5px 5px rgb(66,66,66);
	font-family: "Arial Black", Gadget, sans-serif;
	padding: 10px;
	margin: 10px;
	text-align: left;
	color: #E57928;
	background-color: #2E2E2E;
	top: 250px;
}


#directory #related {
    font-weight: 100;
    text-transform: capitalize;
    color: rgb(183,183,183);
    padding: 5px 0 0 15px;
    margin-bottom: -8px;
    text-decoration: none;
}
#directory #related a,
#directory #related a:hover,
#right #related a {
    color: rgb(183,183,183);
    text-decoration: none;
    font-size: 10pt;
}
#main ul {
    list-style-type: none;
    padding-left: 0;
}
#main #directory li {
    font-size: 13px;
    padding: 0 15px;
    text-transform: capitalize;
    border-top: 1px solid rgb(82,82,82);
}
#main #directory li a {
    text-decoration: none;
    color: rgb(229,121,33);
    display: inline-block;
    width: 270px;
    margin-left: -15px;
    padding: 8px 15px;
}

#main #directory li a:hover,
#main #directory li a:active
 {
	color: rgb(0,120,0);
}

#main #right li a:hover
 {
	color: rgb(0,175,0) !important;
}

#main #right {
	margin:7px 0 0 370px;
	width: 570px;
}

#main #right li {
	font-size: 16px;
	display: block;
	float: left;
	width: 285px;
	margin: 5px 0 10px 0;
}

#main #right li a:link,
#main #right li a:visited {
	display: inline-block;
	width: 250px;
	color: rgb(229,121,33);
	text-decoration: none;
}

#main a:hover {
    text-decoration: underline;
    color: rgb(0,200,0);
}

.links {
    margin-left: 380px;
    width: 550px;
    padding-top: 4px;
}

.weblinks {
    margin-left: 380px;
    width: 550px;
    padding-top: 4px;
}

.webresultsTerm,
.webresultsTerm a,
#sponsored, #webresultsTerm  {
    padding: 4px 0;
    margin-bottom: 10px;
    margin-left: 30px;
    font-size: 12pt;
    color: rgb(158,158,158);
    text-decoration: none;
}
#sponsored  {
    margin-left: 409px;
}

#sponsored a, #sponsored a:hover {
    color: rgb(158,158,158);
    text-decoration: none;
}


/* Custom Styling */

#linktitle {
	font-size: 16pt;
	padding: 5px 0 6px;
	margin-right: 10px;
	margin-left: -10px;
	text-transform: uppercase;
}

#linktitle:before{
	content:"\2794";
	color: rgb(229,121,33);
	margin-right: 15px;
}

#main #right li:before {
	content:"\2794";
	color: rgb(229,121,33);
	margin-right:15px;
}

#linktitle a,
.sitelink a {
    font-weight: bold;
	text-decoration: none;
	color: rgb(229,121,33);
}
#linktitle a:hover {
	text-decoration: underline;
	color: rgb(0,200,0);
}

#showurl:after {
	clear: both;
}

#showurl {
	font-size: 11pt;
	padding: 0px 0 15px 30px;
	color: rgb(202,170,131);
}

#linkdescription {
	font-size: 11pt;
	padding: 2px 0 5px 30px;
	color: rgb(193,193,193);
	margin:0 0 0px;
}

#showurl a {
	color: rgb(202,170,131);
}
#showurl a:hover {
    color: rgb(0,200,0);
}

#popcatsHolder {
	margin:0 auto;
	color:#555;
	width:959px;
	background-color:#E57921;
	padding-bottom:30px;
}

#popcatsWrapper {
	margin:0px;
	padding:0px;
}

.popcatsTerm {
	padding:0;
	color:#555;
	width:300px;	
	margin-left:300px;
	padding:15px 0 10px;
	text-align:center;
}

#popcats, #popcats ul {
    list-style-type: none;
    padding-left: 100px;
}

#popcats li, #popcats ul {
	border:none;
	width:200px;
}

#popcats ul {
	float:left;
	margin: 0;
	padding: 0;
}

#popcats > li {
	border:none;
	padding:0;
	margin:0;
	float:left;
	width:200px;
	font-weight:bold;
}
#popcats > li a {
    display: inline-block;
}

#popcats li a {
	color: #555;
	padding: 15px 0 5px 0;
	text-decoration: none;
}
#popcats li ul li a {
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
    padding: 2px 0;
}

#popcats li a:hover,
#popcats li a:active {
	color:#fff;
}

.clear {
	clear:both;
}

#bottom {
	font-size: 13px;
	background: url(img/bottom.png) no-repeat;
	padding-top:60px;
	padding-bottom:4px;
}

#bottomRelated {
	margin-left:450px;
}

#bottomRelated #related {
	
}

#bottomRelated #related a {
	color: #666;
	text-decoration:none;
}

#bottomRelated #related a:hover {
	text-decoration:underline;
}

#bottomRelated ul {
	width: 380px;
	margin-left: 110px;
	margin-top: -15px;
	padding: 0;
}

#bottomRelated li {
	display: inline-block;
	padding-right: 10px;
	margin-bottom: 5px;
}

#bottomRelated a:link {
	text-decoration: none;
	color: #fff;
}

#bottomRelated a:hover {
	text-decoration: underline;
}

	
/* custom sale banner */

#sale_link {
	position: absolute;
	top: 5px;
	left: 50%;
	z-index: 100;
    color: rgb(0,0,0);
    text-align: right;
    font: 14px arial, sans-serif;
    padding: 0;
    height: 20px;
    width: 300px;
    margin: 0 0 0 170px;
}


#sale_link_below {
    padding: 0;
    margin-left: 30px;
    margin-top: 50px;
    width: 300px;
    background: rgb(54,54,54);
    border: 1px solid rgb(82,82,82);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px 5px rgb(66,66,66);
    -webkit-box-shadow: 0 0 5px 5px rgb(66,66,66);
    box-shadow: 0 0 5px 5px rgb(66,66,66);
}
#sale_link_below #line1 {
    font-size: 10pt;
    font-weight: 100;
    color: rgb(183,183,183);
    padding: 5px 0 15px 15px;
    margin-bottom: -8px;
    text-decoration: none;
}
#sale_link_below #line2 {
    font-size: 13px;
    padding: 0 15px;
    border-top: 1px solid rgb(82,82,82);
}
#sale_link_below #line2 a {
    text-decoration: none;
    color: rgb(229,121,33);
    display: inline-block;
    width: 270px;
    margin-left: -15px;
    padding: 8px 15px;
}
#sale_link_below #line2 a:hover {
    text-decoration: underline;
    color: rgb(0,200,0);
}



.sitelinkHolder {
	margin-left: 45px;
	margin-bottom: 10px;
	margin-top: -12px;
}

.sitelink {
	margin: 0 0 3px;
	padding-right: 16px;
	line-height: 24px;
}

.sitelink a {
	font-weight: normal;
}

.sitelinkClear {
	clear: both;
}

.sellerRatings {
	margin:-3px 0 3px 30px;
	color: rgb(193,193,193);
}

.sellerRatings a:link,
.sellerRatings a:visited,
.sellerRatings a:hover,
.sellerRatings a:active {
	text-decoration:none !important;
	cursor: text;
	color: #cf7730 !important;
}

.asset_star0 {
	background: url('img/star0.png') no-repeat center;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.asset_star1 {
	background: url('img/star1.png') no-repeat center;
	width: 13px;
	height: 12px;
	display: inline-block;
}

.asset_starH {
	background: url('img/starH.png') no-repeat center;
	width: 13px;
	height: 12px;
	display: inline-block;
}
