/* -- Main layout styles -- */

body {
	margin: 2em 1em 1em 1em;
	padding: 0px;
	font-family: Tahoma;
	font-size: 1em;
	background-image: url(images/vivid/background.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #000000;
}

#siteBox {
	float: left;
	width: 100%;
}

/* -- Header layout/display styles -- */

#header_middle {
	float: left;
	width: 100%;
	height: 12em;
	overflow: hidden;
}

#header_left {
	float: left;
	width: 45px;
	height: 100px;
	overflow: hidden;
}

#header_right {
	float: right;
	width: 29px;
	height: 100px;
}

#header_image {
	float: left;
	width: 399px;
	height: 100px;
	background: url(images/vivid/logo.png) no-repeat left top;
	background-position: center;
}

/* -- Menu layout/display styles -- */

#menu_middle {
	float: left;
	width: 100%;
	height: 25px;
}

#menu_left {
	float: left;
	width: 14px;
	height: 25px;
	overflow: hidden;
}

#menu_right {
	float: right;
	width: 9px;
	height: 25px;
}

#menu_middle a {
	float: left;
	width: 10em;
	padding: 5px 5px 5px 5px;
	font-size: 0.7em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #CC9999;
	font-weight: bolder;
}

#menu_middle a:hover, #header a.active {
	background-repeat:repeat-x;
	color: #AF50A3;
}

a .desc {
  display: none;
  text-transform: lowercase;
  color: #FC0;  
}

a:hover .desc, .active .desc {
  display: block;
}

/* -- Content layout/display styles -- */

.divider-body
{
	margin:0 15px 0 0px;
	border-bottom:1px solid #999999;
}

#content {
	float: left;
	width: 100%;
	padding: 4em 0 1em 0;
	overflow: hidden;
}

#contentLeft {
	float: left;
	width: 75%;
	overflow: hidden;
	
}

#contentRight {
	float: right;
	width: 20.3%;
	margin-bottom: 1%;
	overflow: hidden;
}

p{
	font-weight: lighter;
	font-size: 0.8em;
	margin: 1.2em 1.2em 1.2em 1.2em;
	font-family: Tahoma;
	overflow: hidden;
	color: #CC9999;
}

a {
	text-decoration: none;
	color: #CC9999;
	font-weight: bold;
}

a:hover {
	color: #AF50A3;
}

.listing_container/* -- Content layout/adverts -- */
 {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	border: solid #AF50A3 2px;
	margin-bottom: 1em;
	background-color: #333333;
}

.listing_container_one/* -- Content layout/adverts -- */
 {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #AF50A3 2px;
	background-color: #333333;
	background-image: url(images/star_one.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.listing_container_two/* -- Content layout/adverts -- */
 {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #AF50A3 2px;
	background-color: #333333;
	background-image: url(images/star_two.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.listing_container_three/* -- Content layout/adverts -- */
 {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #AF50A3 2px;
	background-color: #333333;
	background-image: url(images/star_three.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.listing_container_four/* -- Content layout/adverts -- */
 {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #AF50A3 2px;
	background-color: #333333;
	background-image: url(images/star_four.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.listing_container_five/* -- Content layout/adverts -- */
 {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	margin-bottom: 1em;
	border: solid #AF50A3 2px;
	background-color: #333333;
	background-image: url(images/star_five.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1.listing {
	font-weight: bold;
	color: #CCCCCC;
	font-size: 0.7em;
	text-transform: uppercase;
	float: left;
	width: 23%;
	background-position: bottom right;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: left;
}

span.listing {
	float: left;
	text-align: left;
	overflow: hidden;
	width: 55%;
	margin-bottom: 30px;
}

h2.listing{
	color: #CCCCCC;
	font-size: 0.7em;
	float: left;
	margin: 0 1.2em 1.2em 1.2em;
	text-align: left;
	width: 56%;
	font-family: Tahoma;
	font-weight: lighter;
	overflow: hidden;
}

h3.listing{
	color: #CCCCCC;
	font-size: 0.7em;
	text-transform: lowercase;
	float: left;
	width: 9%;
	font-family: Tahoma;
	font-weight: lighter;
	overflow: hidden;
}

h4.listing{
	color: #CCCCCC;
	font-size: 0.7em;
	text-transform: lowercase;
	float: right;
	width: 9%;
	font-family: Tahoma;
	font-weight: lighter;
	overflow: hidden;
}

a.listing {
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
}

a:hover.listing {
	color: #AF50A3;
}

.listing_featured_container {
	width: 100%;
	line-height: 1.6em;
	overflow: hidden;
}
p.listing_featured {
	text-decoration: none;
	color: #CC9999;
	float: left;
	text-align: left;
	margin: 0 0 0 50px;
	font-weight: bold;
	width: 30em;
	display: inline;
}

a.listing_featured {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}

a:hover.listing_featured {
	color: #AF50A3;
}

p.review {
	color: #CC9999;
	font-size: 0.8em;
	line-height: 1.4em;
	float: left;
	text-align: left;
	margin: 0 0 10px 50px;
	font-weight: lighter;
	width: 80%;
	display: inline;
}

h1.review {
	color: #5959AB;
	font-size: 0.8em;
	text-transform: uppercase;
	float: left;
	text-align: left;
	margin: 0 0 0 50px;
	font-weight: bold;
	width: 80%;
	display: inline;
}

.error {
	width: 100%;
	float: left;
	line-height: 2em;
	overflow: hidden;
}

p.error {
	text-decoration: none;
	color:#990000;
	margin: 1% 6% 1% 10%;
	font-weight: bold;
	width: 90%;
	font-size: 1em;
}

.cat {
	width: 100%;
	line-height: 1.6em;
	overflow: hidden;
}
ul.cat {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CC9999;
}

li.cat {
	font-size: 0.8em;
	float: left;
	display: inline;
	margin-left: 0px;
	width: 17em;
	margin-bottom: 10px;
}

a.cat {
	text-decoration: none;
	font-weight: bold;
}

a:hover.cat {
	color: #AF50A3;
}

.bulletlist {
	width: 100%;
	line-height: 1.6em;
	
}
ul.bulletlist {
	font-size: 0.8em;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #CC9999;
}

li.bulletlist {
	margin-left: 3px;
	width: 80%;
	margin-bottom: 10px;
	list-style-type: circle;
}

a.bulletlist {
	text-decoration: none;
	font-weight: bold;
}

a:hover.bulletlist {
	color: #AF50A3;
}

.tops_container {
	width: 96%;
	line-height: 1.6em;
	overflow: hidden;
	border: solid #AF50A3 2px;
	margin-top: 1%;
	margin-bottom:1%;
	background-color: #333333;	
}
ul.tops {
	color: #CC9999;
}

li.tops {
	text-transform: uppercase;
	float: left;
	display: inline;
	margin-top: 1%;
	margin-left:1%;
	width: 48%;
}

h1.tops {
	font-size: 0.8em;
	margin-left:1%;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 10%;
	
}

h2.tops {
	font-size: 0.8em;
	margin-left:1%;
	float: left;
	text-align: left;
	overflow: hidden;
	width: 85%;
	
}

a.tops {
	text-decoration: none;
	font-weight: bold;
}

a:hover.tops {
	color: #AF50A3;
}


.nav {
	width: 96%;
	line-height: 3em;
	overflow: hidden;
	padding-left: 1%;
}

ul.nav {
	font-size: .8em;
	color: #CC9999;
}

li.nav {
	float: left;
	width: 10em;
	margin-bottom: 10px;
}

li.navnext {
	float: left;
	display: inline;
	width: 10em;
	background: url(images/vivid/button_next.png) no-repeat;
}

li.navfirst {
	float: left;
	margin-left: 5%;
	display: inline;
	width: 10em;
	background: url(images/vivid/button_first.png) no-repeat;
}

li.navlast {
	float: left;
	display: inline;
	width: 10em;
	background: url(images/vivid/button_last.png) no-repeat;
}

li.navprev {
	float: left;
	display: inline;
	width: 10em;
	background: url(images/vivid/button_prev.png) no-repeat;
}

a.underline {
	text-decoration: underline;
	color: #CC9999;
	font-weight: bold;
}

a:hover.underline {
	color: #AF50A3;
}

/*Site title block */

.title_middle {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.8em;
	line-height: 2.5em;
	font-weight: bold;
	display:block;
	text-transform: uppercase;
	margin-top: 1em;
	overflow: hidden;
}

.title_left {
	float: left;
	width: 14px;
	height: 3em;
	font-size: 0.8em;
	line-height: 2.5em;
	font-weight: bold;
	display:block;
}

.title_right {
	float: right;
	width: 14px;
	height: 3em;
	font-size: 0.8em;
	line-height: 2.5em;
	font-weight: bold;
	display:block;
}
.title_middle   a {
	color: #990033;

	
}


/* -- Content right -- */

ul.rightmenu {	
	width: 100%;
	
}

li.rightmenu {	
	font-size: 0.8em;
	margin: 5px 0 15px 4px;
}

/* -- Footer layout/display styles -- */

.spacer
 {
	padding-top: 1em;
}

#footer {
	float: left;
	width: 100%;
	height: 3em;
	font-size: 0.6em;
	text-transform: lowercase;
	line-height: 3em;
	color: #CC9999;
	margin-top: 1em;
}

#footerLeft {
	float: left;
	width: 45px;
	height: 3em;
	text-align: left;
}

#footer a {
  	color: #0AD;
	float: left;
	padding: 0px 5px 0px 5px;	
}

#footer a:hover {
  color: #CC9999;
}
.green/* -- Display formatting styles -- */

 {
	color: #93DB70;
}
.black {
	color: #000000;
}
.blue {
	color: #5959AB;
}
.red {
	color: #FF2400;
}

.error {
	color:#8C1717;
	font-size: 0.9em;
	font-weight: bold;
}

.underline {
text-decoration:underline;
}

acronym {
  cursor: help;
  border-bottom: 1px dotted #AAA;
}

/* -- Image alignment classes -- */

.clear{
	clear: both;
}

.imglink {
	border: none;
}

.imgLeft, .imgFeatured, .adRight {
	margin: 10px;

}

.imgLeft {
	float: left;
	margin-left: 20px;
	margin-bottom: 30px;
	width: 32px;
	border: solid #AF50A3 2px;
	background-color: #FFFFFF;
}

.imgFeatured {
	margin-right: 20px;
	width: 250px;
	float:left;
	border: solid #AF50A3 2px;
	background-color: #FFFFFF;
}

.imgSmall {
	margin-right: 20px;
	width: 16px;
	float:left;
	border: solid #AF50A3 2px;
	background-color: #FFFFFF;
}

.imgCats {
	margin-right: 20px;
	float:left;
	border: solid #AF50A3 2px;
	background-color: #FFFFFF;
}

.imgButton {
	padding: 10px;
	width: auto;

}

/* -- Field Boxes -- */

label,input { 
	display: block; 
	width: 200px; 
	float: left; 
	margin-bottom: 
	10px;
}

label {
	text-align: right;
	width: 250px;
	padding-right: 
	20px;
}

legend {
	color: #CCCCCC;
}

/* -- Field Boxes ADBOX -- */

#adbox  {
	width: 50%;
	float: left;
	margin-left: 10%;
  }

#adbox fieldset {
	
	font:80%/1 sans-serif;
	margin: 10%;
	color: #FFFFFF;
  }
  
a.adbox{	
	color: #CCCCCC;	
	font-family: sans-serif;
	font-weight: lighter;
}

a:hover.adbox {
	color: #AF50A3;
	
}

ul.adbox {
	color: #CCCCCC;	
}

li.adbox {
	list-style-type: square;
	line-height: 1.6em;
	padding-bottom: 0.4em;
	margin: 2%;
}

/* -- Field Boxes LOGINFORM -- */

#loginform input {
	display: block;
	width: 70%;
	float: left;
	margin: 5%;
  }
 
* html #loginform input {
	margin: 0 -3px; 	
} 
  
#loginform fieldset {
	font:80%/1 sans-serif;
	color: #FFFFFF;
	margin: 0% 10% 0% 10%;
}

a.loginform{	
	color: #CCCCCC;	
}

a:hover.loginform {
	color: #AF50A3;
}

p.loginform{	
	color: #CC9999;	
}

#search_box {
	width: 202px;
	height: 100px;
	background: url(images/vivid/search_box.gif);
	float: right;
}
#search_box #s {
	float: left;
	padding: 0;
	margin: 54px 0 0 6px;
	border: 0;
	width: 140px;
	background: none;
}
#search_box #go {
	float: right;
	margin: 50px 4px 0 0;
	height: 24px;
	width: 27px;
	background-image: url(images/vivid/search_button.gif);
}
p.search_box{
	font-weight: normal;
	font-family: Tahoma;
	color: #9A9CA6;
	margin: 0 0 0 0;
	border: 0;
}

  
br { 
	clear: left;
}  
