body {
	font-family: "Lucida Grande", "Trebuchet", Helvetica, Arial, Verdana, sans-serif;
	background: white url(/images/shared/bg.jpg) top center repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size:12px;
	color:#555;
	display:block;
}

h1, h2, h3, h4, h5, h6 {
	font-family:  Helvetica, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color:#555;
}

a {
  outline: none;
}

a#selected{
	color:#aaa; 
	cursor:default;
	font-weight:bold;
	font-size:14px;
}
a#selected:hover{
	text-decoration:none;
}

#wrapper {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0px;
}

#header {
		height: 70px;
}
/*
#title {
	float: left;
	width: 570px;
	width: 300px;
	margin-top: 20px;
	background: transparent url(/images/shared/logo.gif) 24px 5px no-repeat;
}

#title h1 {
	text-indent: -9000px;
	text-decoration: none;
	overflow: hidden;
}

#title h1 a {
	display:block;
}
 */
/*#title h1 a:hover {
	display:block;
	background: transparent url(/images/shared/newish_logo_hover.gif) no-repeat;
}*/

#topRight {
	float: right;
	width: 165px;
}

#miniNav {
	float: left;
	width: 165px;
	margin-top: 25px;
	margin-right: 7px;
}

#miniNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#miniNav li {
	float: left;
	text-align: center;
}

#miniNav li a{
	font-size: 9px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #222;
	text-shadow: #222 2px 2px 2px;
	display: block;
}

#miniNav li.last a {
	border-right: none;
}

#miniNav li a:hover{
		color: #00bcff;
}

#search {
	padding-top: 20px;
}

#search_wrap {
	background: transparent url(/images/search/searchbox_wrap_bg.gif) top left no-repeat;
	float: left;
	height: 18px;
	width: 190px;
}

#query_field {
	width: 141px;
	background: transparent url(/images/search/searchbox_left.gif) top left no-repeat;
	border: 0;
	margin: 0;
	padding: 4px 0 0 9px;
	height: 18px;
	display: block;
	float: left;
	color: #909495;
	font-size: .6em;
}


#nav {
	height: 27px;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #fff;
	background-image: url(/images/shared/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	font-weight: bold;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 27px;
}
#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	height: 27px;
	width: 95px;
}

#nav li a{
	text-decoration: none;
	display: block;
	color: #666;
	text-shadow: #111 2px 2px 2px;
	background-image: url(/images/shared/nav_rollover_bg.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
	padding-top: 7px;
	padding-right: 17px; /*20px;*/
	padding-bottom: 0px;
	padding-left: 17px; /*20px;*/
	margin-top: 0px;
	height: 20px;
	text-align: center;
}

#nav li a:hover{
	color: #00bcff;
	background-position: center -27px;
	cursor: pointer;

}
#nav li a#selected{
	text-shadow: none;
	color: #555;
	background-position: center -54px;
	cursor: default;
	
}

.clearing {
	clear: both;
}

#white {
	/*background-color: #FFFFFF;*/
	clear: both;
}
#whiteHeader {
	height: 54px;
}
#whiteHeaderRight {
	float: right;
	min-width: 300px;
	width: 750px;
	text-align: left;
	padding-right: 6px;
}
#topInfoRight {}


#whiteHeaderLeft {
	padding-top: 20px;
	padding-left: 23px;
}
#whiteHeaderLeft h6 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #4c4c4c;
}
#dropdowns {
	padding-top: 12px;
	padding-bottom: 0px;
	padding-right: 18px;
	margin: 0px;
}


#dropdowns select{
	margin-left: 5px;
	margin-bottom: 8px;
}

#dropdowns form{
	display: inline; /*added due to needing two separate forms*/
	padding: 0px;
	margin: 0px;
}

#whiteHeaderLeft h6 a{
	color: #666;
	text-decoration: none;
}
#whiteHeaderLeft h6 a:hover{
	color: #00bcff;
	text-decoration: underline;
}


#footer_wrap {
	background-color: #fff;
	background-image: url(/images/shared/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 65px;
	text-align: center;
	margin: 29px 0px 10px 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
	/*font-size: .7em;*/
	color: #aaa;
	font-size:10px;
}

#footer_wrap a {
	color: #666;
	text-decoration: none;
}
#footer_wrap a:hover {
	color: #00bcff;
	text-decoration: underline;
}

#footer {
	padding-top: 23px;
	/*background-color: green;*/
	margin: auto;
	width: 760px;
}

#copyright, #rss_subscribe, #mailing_list, #mailing_list_form {
	float: left;
	/*background-color: red;*/
}
	
#rss_subscribe, #mailing_list {
	border-left: 1px dotted #404040;
}

#copyright, #rss_subscribe, #mailing_list {
	padding-right: 10px;
	padding-top: 4px;
}

#rss_subscribe, #mailing_list {
	padding-left: 10px;
}

#footer input {
/*	margin: 0;
	padding: 0;*/
}

#list_name_field, #list_email_field {
	/*background-color: #181818;*/
	background: transparent url(/images/search/list_bg.gif) repeat;
	border: 0;
	height: 17px;
	padding-top: 4px;
	padding-right: 5px;
	padding-left: 5px;
	color: #999;
	font-size: .9em;
}

#list_name_field {
	width: 97px;
	display: block;
	float: left;
	margin-right: 2px;
}

#list_email_field {
	width: 127px;
	display: block;
	float: left;
}

/*#mailing_list_form {
	height: 17px;
}*/

#breadcrumbs h2, #extracrumbs h2{
	font-size: 32px;
	font-weight: normal;
	color: #999;
	letter-spacing: -2px;
}


#breadcrumbs h2 a, #extracrumbs h2 a{
	color: #666;
	text-decoration: none;
	padding-right: 13px;
	background-image: url(/images/shared/dots_breadcrumbs.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

#breadcrumbs h2 a:hover, #extracrumbs h2 a:hover{
	text-decoration: underline;
	color: #00bcff;
}
#breadcrumbs span, #extracrumbs span {
	display: none;
}

#viewAll {
	float: right;
	padding-left: 10px;
	background-image: url(/images/shared/dots_viewall.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: 12px;
	font-size: 9px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}

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

#viewAll a:hover {
	color: #00bcff;
	text-decoration: underline;
}



#contentContainer{
	text-align: center;
	margin-top: 15px;
	margin-left:25px;
}

.thumbWrapper {
	background-color: #fff;
	margin: 0px 5px 5px 0px;
	height: 343px;
	width: 299px;
	border: 1px solid #fff;
	text-align: center;
	/*letter-spacing: -1px;*/
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(/images/shared/preloader.gif);
	background-repeat: no-repeat;
	background-position: center 11px;
	float: left;
}

.thumbWrapperBlank {
	background-color: #ccc;
	margin: 0px 5px 5px 0px;
	height: 343px;
	width: 299px;
	border: 1px solid #bebebe;
	text-align: center;
	/*letter-spacing: -1px;*/
	font-size: 17px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	background-image: url(/images/shared/x.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}


.thumbWrapper:hover {
	background-color: #151515;
	margin: 0px 5px 5px 0px;
	padding: 0px;
	height: 343px;
	width: 299px;
	border: 1px solid #33CCFF;
	background-image: url(/images/shared/graydient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	cursor: pointer;
}

.thumb {
	width:275px;
	height:275px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
}

.thumb img {
	display:none
}

.thumb a {
	height:275px;
	display: block;
	margin: -8px;
	border: 8px solid #fff;
	
}

.thumb a h6{
	height:275px;
	margin: 0px;
	padding: 0px;
	text-indent: -100em;
	overflow: hidden;

}

.thumbWrapper:hover .thumb a h6{
	height:275px;
	margin: 0px;
	padding: 0px;
	background-image: url(/images/shared/overlay_bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -100em;
	overflow: hidden;
}

.thumbWrapper h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	padding: 12px 0px 0px;
	line-height: 19px;
}

.thumbWrapper h2 a{
	color: #666;
	text-decoration: none;
}

.thumbWrapper h5 {
	margin: 0px;
	margin-top: 2px;
	padding: 0px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #555;
	font-weight: normal;
	/*letter-spacing: normal;*/
}
.thumbWrapper:hover h2{
	color: #555;
	text-decoration: none;
}

.thumbWrapper:hover h2 a{
	color: #666;
	text-decoration: none;
}


.thumbWrapper #overlay {
	background-color: #009966;
	position: relative;
	z-index: 5;
	height: 20px;
	width: 20px;
}
#thumbClear {
	clear: both;
	padding: 0px;
	margin: 0px;
}

#fixedWidthContent {
	
}

#shadowTop {
	height: 17px;
	background-image: url(/images/shared/shadow_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#shadowMiddle {
	background-image: url(/images/shared/shadow_middle.gif);
	background-repeat: repeat-y;
	background-position: center center;
	/*padding-left: 23px;*/
}


#shadowBottom {
	background-color: #FFFFFF;
	height: 12px;
	background-image: url(/images/shared/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	margin: 0px;
}

.wideImageContainer {	
	background-color: #fff;	
	float: left;
	/*margin-bottom:10px;*/
	margin-right:10px;
	border-right:dotted 1px #ccc;
	/*border-bottom:dotted 1px #ccc;*/
	font-size:11px;
	padding-right:10px;*/
	text-align:left;
	color:#555;
}
.wideImageContainerRight {	
	background-color: #fff;	
	float: left;
	/*margin-bottom:10px;*/
	margin-right:10px;
	/*border-right:dotted 1px #ccc;*/
	border-bottom:dotted 1px #ccc;
	font-size:11px;
	/*padding-top:10px;*/
	text-align:left;
	color:#555;
}

.wideImageContainerBottom {	
	background-color: #fff;	
	float: left;
	/*margin-bottom:10px;*/
	/*margin-left:10px;*/
	border-right:dotted 1px #ccc;
	/*border-bottom:dotted 1px #ccc;*/
	font-size:11px;
	padding-top:10px;
	text-align:left;
	color:#555;
}
.wideImageContainer:hover, .wideImageContainerBottom:hover, .wideImageContainerBottom:hover{
	/*border:solid 2px #ccc;*/
}
.tallSmallImageContainer {
	width: 275px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

.tallBigImageContainer {
	width: 342px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.squareSmallImageContainer {
	width: 428;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}
.squareBigImageContainer {
	width: 514px;
	background-color: #fff;
	padding: 13px;
	float: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* ////// Additions ////// */

a:link, a:visited{
	color: #666;
	text-decoration: none;
}

a:hover, a:active{
	color: #00bcff;
	text-decoration: underline;
}	


#shadowBottom, #shadowBottomSub {
	background-color: #FFFFFF;
	height: 12px;
	background-image: url(/images/shared/shadow_bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 20px;
	margin: 0px;
}

#shadowBottomSub {
	padding: 0; margin: 0; height: 12px;
}

#aboutNav {
	margin: auto; text-align: left;
	background: #ffffff url(/images/shared/gradient_top.jpg) repeat-x;
	padding: 14px; height: 21px; width: 886px; clear: both;
	font-size: 21px; color: #454545;
}

#aboutNav ul{
	margin: 0px; padding: 0px;
	list-style-type: none;
}

#aboutNav li, #aboutNav #first{
	float: left;
	text-align: center;
	border-left: 1px solid #e5e5e5;
	padding: 0 7px 4px 7px;
}

#aboutNav #first{
 border: none;
}

#aboutNav li a{
	color: #666;
	text-decoration: none;
	display: block;
}

#aboutNav .aboutNavActive{
	background: url(/images/about/about_over.gif) no-repeat bottom;
}

#aboutNav li a:hover{
	color: #00bcff;
	text-decoration: underline;
	background: none;
}

#aboutBioCol {
	width: 494px;
}

#aboutSubCol3, #aboutSubCol4 {
	/*width: 750px;*/
	width: 494px;
}

#aboutBioCol, #aboutSubCol, #aboutSubCol2, #aboutSubCol3, #aboutSubCol4, #aboutSubCol5 {
	
	color: #797979; font-size: 12px; line-height: 18px;  text-align: left;
  	margin-left: 45px; margin-top: 15px; padding-bottom: 20px;
}

#aboutBioCol h1, #aboutSubCol h1, #aboutSubCol2 h1, #aboutSubCol3 h1, #aboutSubCol4 h1, #aboutSubCol5 h1, #projLeftCol h1, #projRightCol h1 {
	font-size: 9px;
	font-weight: bold;
	color: #373737;
	text-decoration: none;
	text-transform: uppercase;
}

#aboutSubCol4 label {
	display: block;
	font-weight: bold;
}

#aboutSubCol, #aboutSubCol2, #aboutSubCol5 { 
	float: right; 
	margin-left: 0;
}

#aboutSubCol {
	margin-right: 5px;
	width: 155px;
}

#aboutSubCol2 {
	margin-right: 20px;
	width: 200px;
}	

#aboutSubCol5 {
	clear: right;
	margin-right: 80px;
	width: 300px;
}

span.breaker {
	display: block;
}

#aboutSubCol ul, #aboutSubCol2 ul, #projLeftCol ul, #aboutSubCol3 ul, #aboutSubCol4 ul{
	margin: 0px; padding: 0px;
	list-style-type: none;
}

#aboutSubCol li, #aboutSubCol2 li, #aboutSubCol3 li, #aboutSubCol4 li {
	margin: 0;
}

#aboutSubCol4 li {
	margin-bottom: 10px;
}

#aboutSubCol li.first_item, #aboutSubCol2 li.first_item, #aboutSubCol3 li.first_item, #aboutSubCol4 li.first_item {
	margin-top: 10px;
}

#projLeftCol ul{
	margin-left: 21px;
}

#projLeftCol{
	width: 283px; margin-left: 27px; float: left; margin-top: 15px;
	color: #797979; font-size: 12px; line-height: 18px; 
}

#projRightCol{
	color: #1f1f1f; font-size: 15px; line-height: 23px;  text-align: left;
	width: 580px; margin-left: 331px; padding-bottom: 20px; margin-top: 15px;
}

#projLeftImage{
	width: 240px; height: 240px; margin: 0; padding: 20px 22px 22px 21px; background: url(/images/projects/proj_shadow.jpg) no-repeat;
}

.projQuote{
	color: #797979; font-size: 12px; line-height: 18px;  text-align: left; padding-left: 110px; margin-top: 30px; min-height: 96px;
}

.projQuoteImage{
	width: 74px; height: 74px; padding: 11px 11px 11px 10px; float: left; background: url(/images/shared/thum_shadow.jpg) no-repeat; margin-left: -110px; margin-top: -5px;
}

.projAuthor{
	color: #343434; font-size: 9px; line-height: 18px; text-transform: uppercase;
}

#photoTools, #projectTools {
	background: transparent url(/images/shared/infoWrapperBg.gif) right top no-repeat;
	/*height: 30px;*/
	/*padding: 32px 18px 5px 0;*/
}

#projectTools {
	width: 890px; margin:auto; text-align: left; background: none;
	border-top: 1px dotted #cccccc; padding-top: 18px; 
	/*margin-bottom: -27px;*/
}

#projectTools h5 .pagination{
width: 700px;

}

#photoTools h5, #photoToolsBottom h5, #projectTools h5 {
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#photoTools h5 a, #photoToolsBottom h5 a, #projectTools h5 a {
	/*color: #9aabac;*/
	/*border: 1px solid #cbd4d4;*/
	/*color: #6d6c6c; blue: 00bcff*/
	color: #666; 
	padding: 2px 5px;
	text-decoration: none;
	border: 1px solid #bfcecf;/*this is a dark-teal-gray*/
}

#photoTools h5 .disabled, #photoToolsBottom h5 .disabled, #projectTools h5 .disabled {
	/*display: none;*/
	color: #ccc;
			padding: 2px 5px;
			text-decoration: none;
			border: 1px solid #e4e4e4;
			background-color: #efefef;
}

span.current {
padding: 2px 5px;
border: 1px solid #0088cc;
	color: 00bcff;
	background-color: #0088cc;
}
#photoTools h5 a:hover, #photoToolsBottom h5 a:hover, #projectTools h5 a:hover {
	/*border: 1px solid #00bcff;
		color: #00bcff;*/
	border: 1px solid #0088cc;
	color: 00bcff;
	background-color: #0088cc;
}

#photoToolsBottom {
	padding: 17px 24px 7px 0;
	text-align: right;
}

#newsContent{
	margin-top: 0;
}

.newsItem{
	margin: auto; text-align: left; border-bottom: 1px dotted #cccccc; width: 905px;
	padding-top: 17px; padding-bottom: 17px;
}

.newsImage{
	width: 171px; padding: 20px 22px 22px 20px; float: left;
	background: url(/images/news/news_shadow.jpg) no-repeat;
	color: #616161; font-size: 9px; font-weight: bold;
}

.newsImage img{
	margin-bottom: 10px;
}

.newsBody{
	width: 655px; margin-left: 232px;
	font-size: 12px; line-height: 18px; color: #797979;
}

.newsBody h1{
	padding-top: 10px;
	color:#454545; font-size: 21px; line-height: 24px; font-weight:normal;
}

.newsBody .date{
	color:#c3c3c3; font-size: 9px; font-weight:bold;
}

.tooltip {
	/*font-weight: normal;*/
	margin: 0;
	padding: 5px;
	font-size: .75em;
	background: #666;
	color: #fff;
	max-width:250px;
	text-align:justify;
	-moz-opacity:1 ;
	filter:alpha(opacity: 100);
	opacity: 1;
}
.tooltip p {
	margin: 10px;
}
#client_notes_wrap {
	margin: 0 25px;
	padding: 0;
}
#client_notes {
	margin: 0;
	padding: 9px 50px 9px 28px;
	color: #6d6c6c;
	background: #f5f5f5 url(/images/shared/notes_icon.gif) 7px 6px no-repeat;
	border-top: 2px solid #f0f0f0;
	border-left: 2px solid #f0f0f0;
}
#client_notes p {
	margin: 0;
	padding: 0;
	font-size: .8em;
}
/* FieldHints */
label.hintText {
  display: none;
}

.fieldWithHint {
  color: silver;
}

/* hCard */

div.vcard {}

#contact_content {
	margin-left: 27px;
	text-align: left;
	font-size: .8em;
	color: #3c3c3c;
	line-height: 1.5em;
	padding-top: 15px;
}

#contact_content h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -.05em;
	color: #565656;
}

#contact_producer, #contact_representation, #contact_website_credits  {
	height: 159px;
	margin-bottom: 20px;
}

#contact_bottom_cats  {
	clear: both;
	border-top: 1px dotted #d6d6d6;
	width: 904px;
}

#contact_billing, #contact_syndication {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 159px;
}

#contact_producer, #contact_billing  {
	width: 185px;
}

#contact_representation, #contact_syndication, #contact_website_credits  {
	border-left: 1px dotted #d6d6d6;
	padding-left: 20px;
}

#contact_representation, #contact_syndication  {
	width: 233px;
}

#contact_website_credits  {
	width: 444px;
}

#contact_producer, #contact_representation, #contact_website_credits, #contact_billing, #contact_syndication {
	float: left;
}

#contact_bottom {
	height: 60px;
	clear: both;
}

.fn {
	font-weight: bold;
}

.proper_noun {
	font-style: italic;
}

#contact_website_credits ul {
	margin: 0;
	padding: 0;
}

#contact_website_credits li {
	list-style: none;
}

#contact_website_credits .fn {
	font-weight: normal;
}

#contact_website_credits div.vcard {
	display: inline;
}

#content_links { 
	clear: both;
	margin: 20px 25px 10px 25px;
	text-align: left;
	background: #ffffff url(/images/shared/gradient_top.jpg) repeat-x;
	padding: 14px; 
	color: #454545;
	font-size: .8em;
	border-top: 1px dotted #d6d6d6;
}

#content_links h2 {
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 20px;
	letter-spacing: -.05em;
	color: #565656;
}

#content_links h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1.5em;
	margin-bottom: 0;
}

#content_links p, #content_links li {
	color: #8b8b8b;
}

#content_links p {
	margin-top: .5em;
}

#content_links ul {
	margin: 0;
	padding: 0;
}

#content_links li {
	list-style: none;
	margin-bottom: .2em;
}

.links_block {
	border-top: 1px dotted #d6d6d6;
	margin: 0 0 0 0;
	padding: 20px 0;
}
.first_links_block {
	padding-bottom: 20px;
}

#tag_text_list {
	padding: 20px 50px 50px 50px;
	text-align: left;
	/*height: 300px;*/
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -.025em;
	min-height: 300px;
}

#tag_text_list a.first {
	color: #333;
}

#tag_text_list a.second {
	color: #666;
}

#tag_text_list a.third {
	color: #999;
}

#tag_text_list a:hover {
	color: #00bcff;
}
.price_org{	
	text-decoration:line-through;
}
.price_curr{
	float:left;
	color: #990000;
	font-weight:bold;
}
.title_adv{
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	width:160px;

}

.title_adv a{
	color:#666;
}

.title_adv a:hover{
	text-decoration:none;
}

.adv_list{
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	background-color:#fafafa;
	vertical-align:middle;
	cursor:pointer;	
}

.adv_list:hover{
	background-color:#d0d0d0;
}

.adv_list a{
	color:#666;
}

.adv_list a:hover{
	text-decoration:none;
}

.title_list{
	float:left;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	height:20px; line-height:20px;
	padding: 4px 10px 5px 10px;
	background-color:#e7e7e7;
	border-top:1px solid #dddddd;	
}

.title_list :hover{	
	background-color:#cccccc;		
}

.title_list a{
	color:#666;
}

.title_list a:hover{
	text-decoration:none;
}

.features{
	float:left; 
	display:block ;
	color:#ccc; 
	width:35px; 
	height:35px;
	border:solid 1px #ccc; 
	margin-right:5px; 
	text-align:center; 
	padding:2px;

}
.features a{
	color:#666;
}

.features:hover{
	border:solid 2px #ccc;
	padding:1px;
}

form{
	font-family: "Lucida Grande", Trebuchet, Arial, Helvetica, sans-serif;	
	text-align: left;
	margin: 0px;
	padding: 0px;	
	color:#666;
	font-size:11px;
}
input{
	font-family: "Lucida Grande", Trebuchet, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	border:solid 1px #ccc;	
}

input.edit {
	font-family: "Lucida Grande", Trebuchet, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
	border:solid 1px #ccc;
	height:20px;
	line-height:20px;
}
select{
	font-family: "Lucida Grande", Trebuchet, Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	border:solid 1px #ccc;
}

.featured_merchant{
padding:2px; border:solid 1px #ccc; 
}

.featured_merchant:hover{
 padding:1px;
 border:solid 2px #ccc;
}
.title_detail{
	/*border-bottom:1px dotted #ccc;*/
}
.title_detail:hover{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}
#title_dummy{
     color:#333333;
}
#title_dummy:hover{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}

.posted_by
{
	text-decoration:none;
	color:#00bcff;	
}
.posted_by:hover
{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}

#posted_by
{
	text-decoration:none;
	color:#00bcff;	
}

#posted_by:hover
{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}
#tag_list
{
	text-decoration:none;
	color:#5D88AA;	
}

#post_list
{
	text-decoration:none;
	color:#5D88AA;	
}

#post_list:hover
{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}

#title_comment
{
	text-decoration:none;
	color:#5D88AA;	
}

#tag_list:hover
{
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}
.from_link{
	/*border-bottom:1px dotted #ccc;*/
	text-decoration:none;
	color:#8AB50D;
	font-weight:bold;
	font-family: "Lucida Grande", "Trebuchet", Helvetica, Arial, Verdana, sans-serif;
	font-style:normal;
}
.from_link:hover{	
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}
#from_link:hover{	
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color:#990000;
}
.click_tags{
	/*border-bottom:1px dotted #ccc;*/
	text-decoration:none;
	color:#00bcff;
}
.click_tags:hover{
	/*border-bottom:1px dotted #ccc;*/
	text-decoration:underline;
	color:#666;
}

.plus{
	float:left;
	width:17px;
	font-size:16px;
	margin-left:20px;
	color:#EAAF20;
	font-weight:bold;
	margin-top:-2px;
}
.window_header_container_small{
	height:10px; 
	line-height:10px; 
	text-align:left;  
	/*-moz-opacity:.8;
	filter:alpha(opacity: 80); 
	opacity:.8; 
	background:url(header_window_small.png) bottom left no-repeat;  */
}

.window_footer_container_small{
	margin-left:1px;
	 float:left; 
	 width:200px; 
	 height:11px; 
	 text-align:left;  	 
	 padding-right:5px; 
	 /*background:url(footer_window_small.png) top left no-repeat;
	 -moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8;    */
}

.window_body1_container_small{
 	float:left; 	
	font-size:12px; 
	font-weight:normal;
	text-align:left;  
	width:200px; 
	/*background:url(body2_window_small.png) repeat-y;
	-moz-opacity:.8;
	filter:alpha(opacity: 80); 
	opacity:.8;  */
	/*height:30px;
	line-height:30px;*/
}
.window_body1_container_small li{
/*list-style-position: outside;	list-style-type: dash;*/
list-style-type: none;
}

.window_header_container{
	height:11px;
	line-height:11px;
	text-align:left;  
	color:#aeaeae;
	
/*	-moz-opacity:1;
	filter:alpha(opacity: 100);
	opacity:1;
*/
	background:url(top.png) no-repeat;
}
.window_title_container{
 	float:left; 
	font-size:13px; 
	font-weight:normal;
	text-align:left;  
	width:350px; 

	background:url(main_back_window.png) repeat;
/*	-moz-opacity:1;
	filter:alpha(opacity: 100);
	opacity:1; */
	height:auto;	
}
.window_header_title_container{
	float:left; 	
	width:295px;	
	/*border-bottom:dotted 1px;*/
	/*-moz-opacity:.8;
	filter:alpha(opacity: 80); 
	opacity:.8;  */
}

.window_header_title{
	float:left; 
	width:240px; 
	text-align:left;
	color:#aeaeae;
	font-weight:normal; 
	font-size:13px;
	font-weight:bold;
}
.window_header_title a:hover{
  text-decoration:none;
}
#perma_title{
  color:#ffffff;
}
#perma_title:hover{
  color:#E98726;
  text-decoration:none;
}
.perma_desc{
}

.perma_desc li{
 list-style-position: inside;	list-style-type: disc;
}

.thumb_down{
	float:left;
	background:url(jempol_down.gif) no-repeat; 
	width:15px;
	height:17px;
}

.thumb_down:hover{
	background:url(jempol_merah.gif) no-repeat; 	
}

thumb_down a:hover{
background:url(jempol_merah.gif) no-repeat; 
}
.thumb_up{
	float:left;
	margin-left:5px;
	background:url(jempol_up.gif) no-repeat; 
	width:15px;
	height:17px;
}

.thumb_up:hover{
	background:url(jempol_ijo.gif) no-repeat; 	
}

.thumb_up a:hover{
	background:url(jempol_ijo.gif) no-repeat; 	
}

.window_header_category{
	float:right; 	
	/*margin-top:10px;	
	line-height:75px;*/
	text-align:center;	
}
.window_header_category a:hover{
  text-decoration:none;
	}
.window_from{
	/*color:#00bcff;*/
	font-weight:bold;
	font-size:11px; 
}
.window_from a:link{
	color:#8AB50D;
}
.window_from a:visited{
	color:#8AB50D;
}
.window_body1_container{
 	float:left; 
	font-size:12px; 
	font-weight:normal;
	text-align:left;  
	width:350px; 

	background:url(main_back_window.png) repeat;
	color:#aeaeae;
	
	/*-moz-opacity:1;
	filter:alpha(opacity: 100);
	opacity:1;  */
	/*height:30px;
	line-height:30px;*/
}
.window_body1_inner{
	float:left; 	
	width:295px;	
	border-bottom:dotted 1px;
	height:20px;
	line-height:20px;	
	/*-moz-opacity:.8;
	filter:alpha(opacity: 80); 
	opacity:.8; */
}
.window_body2_container{
	float:left; 
	width:350px;
	text-align:left;   
	margin:0; 

	background:url(main_back_window.png) repeat;
	/*-moz-opacity:1;
	filter:alpha(opacity: 100); 
	opacity:1;  */
	color:#aeaeae;
}
.window_img_container{
	margin-left:10px; 
	width:330px; 
	padding-bottom:5px; 
	padding-top:5px; 
	text-align:center; 
	background:#fff;
}
.window_body3_container{
	 float:left; 
	 width:350px; 
	 text-align:left;  	
   padding-bottom:5px;
	 background:url(main_back_window.png) repeat;
	 color:#aeaeae;
	 /*-moz-opacity:1;
	 filter:alpha(opacity: 100);
	 opacity:1;    */
	 /*color:#ccc;*/
}
.window_desc{
	 float:left; 
	 width:290px;
	 /*border-bottom:dotted 1px; */	
	 padding-top:0;
	 padding:5px; 
	 padding-left:0px; 
	 min-height:40px;
	 /*-moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8;  */
	 font-size:12px;
	 display:block;
		
}
.window_desc li, .window_desc ul{
	list-style-position: outside;
	list-style-type: disc;
	font-size:12px;
	margin-left:10px;
}

.window_desc a:link{
	color:#00bcff;
}

.window_desc a:visited{
	color:#00bcff;
}
.window_desc p{
  margin-top:0px;
  margin-bottom:8px;
}

.window_desc a:hover{
	color:#E98726;
}

.window_expire{
  /* -moz-opacity:.8;
	 filter:alpha(opacity: 80);
	 opacity:.8;  */
  margin-left:40px;
  color:#aeaeae;
}

.window_expire a:link{
	color:#00bcff;
}

.window_expire a:visited{
	color:#00bcff;
}

.window_body4_container{
	 float:left; 
	 width:350px; 
	 text-align:left;

	 background:url(main_back_window.png) repeat;
	/* -moz-opacity:1;
	 filter:alpha(opacity: 100);
	 opacity:1;  */
	 color:#aeaeae;
	 min-height:30px;
}
.window_info{
	 float:left; 
	 width:290px;
	 /*border-bottom:dotted 1px #ccc;*/	 
	 padding:5px; 
	 padding-left:0px; 
	 min-height:40px;
	 /*-moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8;  */
}
.window_body5_container{
	  float:left; 
	  width:350px; 	
	  text-align:left;
	  /*background:url(body_window.png) repeat-y;  */
	  /*-moz-opacity:1;
	  filter:alpha(opacity: 100); 
	  opacity:1;  */
	 
}
.window_comment{
	 float:left; 	
	 padding:0px;
	 padding-bottom:0px;
	 margin-bottom:0px; 
	 padding-left:0px;
	 color:#FF9900;
	 font-weight:bold;
	 height:20px;
	 line-height:20px;
	/* -moz-opacity:.9;
	 filter:alpha(opacity: 90); 
	 opacity:.9;     */
		 
}
.window_compare{
	background:url(back_compare.png) repeat-x; 
	height:75px;
	margin-left:0px;
	width:350px;
}
.window_compare_inner{
	float:left;
	border-bottom:dotted 1px;
	border-top:1px dotted;
	margin-top:3px;	
	width:340px;
	height:67px;
	padding:0;
	padding-left:10px;
	 /*-moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8;*/
	 color:#ccc;	 
}
.compare_item{
	float:left;
	height:60px;
	/*margin-top:25px;*/	
	padding-left:2px;
	padding-right:2px;
	text-align:center;		
	/*border-right:dotted 1px;*/
}

.compare_item a:link{
	color:#ffffff;
}

.compare_item a:visited{
	color:#ffffff;
}

.compare_item a:hover{
	color:#E98726;
}

.compare_item_container{
	float:left;
	/*height:15px;*/
	padding:0;
	margin:0px;
	margin-top:-3px;
	margin-left:25px;*/	
	padding-left:2px;
	/*padding-right:2px;*/
	text-align:left;
	width:300px;		
	/*border-right:dotted 1px;*/
}

.window_footer_container{
	 float:left; 
	 width:350px; 
	 height:11px;
	 text-align:center;
	 padding-right:5px; 

	 background:url(bottom2.png) no-repeat;
	 /*-moz-opacity:1;
	 filter:alpha(opacity: 100);
	 opacity:1;   */
}

.window4_content{
	 float:left; 
	 width:290px;
	 font-size:11px;
	 /*border-bottom:dotted 1px; */	
	 padding:5px; 
	 padding-left:0px; 
	 min-height:50px;
	 /*-moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8; */
	 
}

.window_footer_content{
	 float:left; 
	 font-size:11px;
	 color:#aeaeae;
	 padding-left:0px; 
	 padding-right:15px; 
	 padding-top:10px;
	 text-align:left;
	 width:290px;
	 /*-moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8;  */
}

.windside_header_title_container{
	float:left; 	
	width:295px;	
	/*border-bottom:dotted 1px;*/
/*	-moz-opacity:1;
	filter:alpha(opacity: 100);
	opacity:1;   */
	height:35px;
}
.windside_header_title{
	float:left; 
	width:240px; 
	text-align:left;
	color:#fff; 
	font-weight:normal; 
	font-size:13px;
	padding-left:20px;
}

.windside_desc{
	 float:left; 
	 width:290px;
	 /*border-bottom:dotted 1px; */	
	 padding:5px; 
	 padding-left:20px; 
	 min-height:40px;
	 -moz-opacity:.8;
	 filter:alpha(opacity: 80); 
	 opacity:.8; 
	 font-size:11px;	
}

img{
border:none
}

ul{
	list-style-type:circle;
	font-size:11px;
}

.sidebar_title{
	margin-top:10px;	
}

.slide_trigger{
	/*border-bottom:dotted 1px #ccc;*/
}

.sidebar_content{
	float:left;	
	padding:2px;
	margin-right:5px;
	margin-bottom:5px;
	/*border:solid 1px #ccc;*/
	width:80px;
	height:auto;
	cursor:pointer;
}
.sidebar_image{
	max-width:75px; 
	/*height:75px;*/
}
.sidebar_desc{
	float:left;
	width:150px;
	font-size:10px;
	/*height:75px;*/
}
.main_nav{
}

.main_nav a{
	color:#ccc;
	font-weight:bold;
}
.main_nav a:hover{
	color:#00bcff;
	text-decoration:underline;
}

.compare_command{
	color:#ccc;
}
.compare_command a{
	color:#ccc;
}
#compare_star a{
	color:#fff;
	font-weight:bold;
}

.dummy_desc:hover{
	border-bottom:dotted 1px #ccc;
	text-decoration:none;
	color:#666;
}
.tag_container
{
  float:left;
  padding: 1px 1px 1px 1px;
  margin: 2px 2px 2px 2px;
  /*border:solid 1px #6d98ba;  */
  list-style-type: none;
  list-style-position:outside;
}
.tag_cloud
{
  float:left;

  /*background-color: #6b96b8;*/
  padding:1px 3px 1px 3px;
  text-decoration: none;
  line-height:23px;
  font-family: Helvetica,  Arial, sans-serif;
  white-space:nowrap;
  font-weight:bold;
}
.tag_cloud:link  {
  color: #5e5f5f;
}
.tag_cloud:visited
{
   color: #5e5f5f;
}
.tag_cloud:hover
{
  text-decoration: none;
  color:#00bcff;
}
.tag_cloud:active
{
   color: #5e5f5f;
}

div.wrapper{
	position:absolute;
	height:200px;
	width:400px;	
}

div#tipDiv {
  position:absolute; 
  visibility:hidden; 
  left:0; top:0; 
  z-index:9999999;
  /*background-color:#fff; */
  /*border:1px solid #ccc; */
  width:350px;
  padding:0;  
  /*font-size:11px; 
  line-height:1.3;
  text-align:justify;
  background:url(main_back_window.png) repeat;
  height:auto;
   -moz-opacity:.8;
	 filter:alpha(opacity: 80);
	 opacity:.8;    */
}
.window_feature{
  float:left;
  width:350px;
  /*background:url(main_back_window.png) repeat; */
  /*background:url(top.png) top left no-repeat;  */
}
.window_post{
  float:left;
  width:350px;
  /*background:url(main_back_window.png) repeat; */
}
div#tipDiv a:link { color:#00bcff }
div#tipDiv a:visited { color:#00bcff }


.slider_title
{
	font-weight:bold;
	color:#5D88AA;
}

.button_top{
/*background-color:#cccccc;*/
color:#ffffff;
}
.button_top:hover{
color:#ffffff;
/*background-color:#666666;*/
}

.button_top a{
color:#666666;
/*background-color:#cccccc;*/
background-image:url(back_button.jpg);
float:left; 
width:60px; 
height:24px; 
margin-left:4px;; 
text-align:center; 
line-height:22px;
display:block;
}
.button_top a:hover{
color:#ffffff;
text-decoration:none;
/*background-color:#666666;*/
background-image:url(back_button_hover.jpg);
}
#button_selected a{
color:#ffffff;
text-align:center; 
}

.click_link{
float:left;
width:140px;
font-weight:bold;
color:#cccccc;
}
.click_link:hover{
color:#333333;
}

#linkDiv a:link{
color:#cccccc;
font-weight:bold;
}

#linkDiv a:hover{
color:#333333;
text-decoration:none;
}

#windowDiv a:link{
color:#00bcff ;
}

#windowDiv a:visited{
color:#00bcff ;
}

#windowDiv a:hover{
color:#E98726;

}
.window_small{
  float:left;
  width:200px;
  background:url(main_back_window.png) repeat;
}
#link_location{
  display:block;
  float:left;
  background:url(linklocation.png) no-repeat;
  width:109px;
  height:35px;
  margin-bottom:10px;
  margin-left:110px;
}

#link_location:hover{
  float:left;
  background:url(linklocation-over.png) no-repeat;
  width:109px;
  height:35px;
  text-decoration:none;
}

.report_broken a:link{
  font-size:11px;
  color:#00bcff ;
}
.report_broken a:active{
color:#00bcff ;
}

.report_broken a:visited{
color:#00bcff ;
}

.report_broken a:hover{
color:#E98726;

}

.dummy_from{
  font-family:"Georgia";
  font-style:italic;
}
.header1{
  font-family:"Georgia";
  font-style:italic;
}

.tv_show{
  width:25px;
  height:25px;
  background:url(lens.png) top left no-repeat;
}
.tv_show:hover{
  background:url(lens.png) top left no-repeat;
}




