html,body,div,ol,ul,li,h1,h2,h3,h4,h5,h6,p,form,fieldset {
	margin: 0;
	padding: 0;
	color: #777777;
	font-size: 13px;
	text-align: left;
}

.text_higlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #CC3333;
	width: 100px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
h2 {
}

.ul_with_left_margin {
	margin-left: 160px;
	text-align: left;
}

body {
	color: #444; /*#244;*/
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 13px;
}

a {
  color: #17A;
  text-decoration: none;
}
a:hover, a:hover {
	color: #0099EA;
	text-decoration: underline;
	font-size: 14px;
}

.left {
  float: left;
}

#container {
	width: 850px;
	padding: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #77684D;
	border-bottom-color: #77684D;
	border-left-color: #77684D;
	margin-top: 0;
	margin-bottom: 0;
	background-color: #FFF;
}

/* HEADER
------------------------------------------*/
#header {
	background: #FAFEFF url(../images/header_bg.gif) repeat-x;
	height: 74px;
	text-align: left;
	font-size: 36px;
	padding-left: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#navigation .selected a, #navigation a:hover {
  border-top: 3px solid #7EC638;
  line-height: 30px;
  
  background-position: 30px 8px !important;
}

/*#nav_blog a {
  width: 85px;
  background: url(../images/nav_blog.gif) no-repeat;
}
#nav_contact a {
  width: 103px;
  background: url(../images/nav_contact.gif) no-repeat;
}*/

.nofocus:focus {
  outline: none;
}

#sub_navigation a:hover, #sub_navigation .selected a {
  background-color: #DCF3C2;
  color: #3F5A3F;
}

#bigbar a:hover {
  color: #FFF;
}


*/#news_osxscreen_png {
  width: 133px;
  height: 128px;
}


#small_quote a:hover {
  color: #FFF;
  text-decoration: none;
}


/* MAIN CONTENT
------------------------------------------*/
#main {
	/*background: url(../images/content_shadow.gif) repeat-x;*/
  overflow: auto;
	background-color: #FFFFFF;
	width: 850px;
}
#content {
	float: right;
	width: 550px;
	line-height: 19px; /* 16px for 11px font */
	display: inline;
	margin-top: 25px;
	margin-right: 24px;
	margin-bottom: 0;
	margin-left: 15px;
}
h2 .info {
	float: right;
	font: italic 12px/21px Arial,sans-serif;
	height: 21px;
	color: #999;
	border-left: 1px solid #E4ECF2;
	display: inline;
	margin-top: 3px;
	margin-right: 75px;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 8px;
}
h2 .no_border {
	border: none;
	margin-right: 20px;
}

/* product icons */
.pc {
  background: url() 8px 1px no-repeat;
  float: right;
  height: 21px;
  font-size: 10px;
  line-height: 21px;
  color: #FFF;
  border-left: 1px solid #E4ECF2;
  margin: 3px 0 0 0;
  width: 36px;
}
.mac {
  background: url() 8px 1px no-repeat;
  float: right;
  height: 21px;
  font-size: 10px;
  line-height: 21px;
  color: #FFF;
  border-left: 1px solid #E4ECF2;
  margin: 3px 0 0 0; /*31*/
  width: 36px;
}


/* product colors */
.product {
	background: url(../images/header_hr.gif) 0 bottom no-repeat;
	margin: 0 0 5px 0;
	padding: 0 0 16px 0;
	font-size: 16px;
	color: #0292C8;
}
.studio {
  color: #006F9A;
}
.osx {
  color: #C33;
}

.colorpix {
  color: #664C99;
}

.galleria {
  color: #C56;
}



.product_screenshot {
	float: left;
	display: inline; /* fix IE double-float bug */
	margin-top: 6px;
	margin-right: 100;
	margin-bottom: 0;
	margin-left: 16px;
	padding-right: 30px;
}


.content_block {
  margin-bottom: 36px;
  overflow: hidden;
}

ul.product_nav {
  overflow: auto;
  /*font-size: 11px;*/
  /*font-weight: bold;*/
  color: #467;
}
ul.product_nav li {
  list-style-type: none;
  display: inline;
  margin-right: 16px;
}



hr {
  clear: left;
  border: none 0;
  border-top: 1px solid #EEE;
  height: 1px;
  margin: 16px 0 !important;
  margin: 10px 0;
}

#pageNav a:hover {
  border-color: #B7D7E1;
}


#content h3.scheme_title a:hover { /* old */
  color: #09C;
  text-decoration: none;
}


#content .scheme h3 a:hover {
  color: #09C;
  text-decoration: none;
}

#content .scheme h3 a.download:hover .download_count {
  background-image: url();
  background-color: #24B324;
}

#content .scheme h3 a.download:hover .download_count_left {
  background-image: url();
  background-color: #24B324;
}

#content .scheme h3 a.del_scheme:hover {
  background-color: #900;
  color: #fff;
}

#content h3.scheme_title a.del:hover { /* old */
  color: #C33 !important;
}



#content .scheme .block .tagsContainer .tags a.del_tag:hover {
  background-color: #900;
  color: #fff;
  text-decoration: none;
}

#content .scheme .block .tagsContainer .tags a.toggle_add_tag:hover {
  background-color: #393;
  color: #fff;
  text-decoration: none;
}


	.star_rating li a:hover{
		background: url() 0 12px;
		z-index: 2;
		left: 0;
	}
	
	.star_rating a.one_star:hover{
		width:14px;
	}
	
	.star_rating a.two_stars:hover{
		width: 28px;
	}
	
	.star_rating a.three_stars:hover{
		width: 42px;
	}
	
	.star_rating a.four_stars:hover{
		width: 56px;
	}
	
	.star_rating a.five_stars:hover{
		width: 70px;
	}
	

/* sidebar headers */

#sidebar #fresh_schemes a:hover {
  color: #17A;
  background-color: #FFF; /*#FCFCF9;*/
  text-decoration: none;
}

.bullet {
  /*color: #789;*/
  font: bold 10px tahoma,arial,sans-serif;
}


#sidebar a.pcicon:hover {
  background-color: #FFF;
  text-decoration: none;
}

#sidebar a.macicon:hover {
  background-color: #FFF;
  text-decoration: none;
}

ul.userNav li a:hover {
  background-color: #FFF;
  color: #069; /*#0F4257;*/
  text-decoration: none;
}
ul.userNav li a:hover strong {
  color: #C33;
}
/* FOOTER
------------------------------------------*/
#footer {
	clear: left;
	width: 815px;
	/*padding-top: 16px;*/
	text-align: left;
	border-top: 1px solid #E6E6E6;
	color: #AAA;
	background-color: #FFFFFF;
	line-height: 18px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 15px;
	height: 35px;
}
#footer a {
  color: #788;
}

#footer a:hover {
	color: #db6d16;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

/* FORMS
------------------------------------------*/
fieldset {
  border: none;
}

a.pop:hover {
  text-decoration: none;
  border: none;
}

a.pop:hover span {
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 160px;
  padding: 8px; 
  z-index: 100;
  background: #FFFFF4;
  color: #333;
  border: 1px solid #F4F4CC;
  font-size: 11px;
}

/* BLOG-SPECIFIC STYLES
------------------------------------------*/
h2 a {
  color: #D6601F;
}

small {
  color: #999;
}

#menu {
	background-color: #FFF;
	padding-right: 30px;
	padding-left: 30px;
}

.green_menu #slatenav ul li a:hover,.green_menu #slatenav ul li a.current{
	color:#fff;
	background-color: transparent;
	background-image: url();
	background-repeat: no-repeat;
	background-position: center top;
}
/* ---------------------- END Greenslate nav ---------------------- */
.title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #09C;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-bottom: 20px;
	margin-right: 20px;
	border-bottom-width: 3px;
	padding-bottom: 20px;
	font-style: italic;
}

table {
	line-height: 20px;
	text-align: left;
	vertical-align: top;
}
.td_left {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #FFF;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-right-width: 5px;
	border-right-style: solid;
	font-weight: bold;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 12px;
	text-align: right;
	padding-right: 10px;
}
.td_right {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-top-color: #F90;
	border-right-color: #FFF;
	border-bottom-color: #F90;
	border-left-color: #F90;
	border-right-width: 5px;
	border-right-style: solid;
	vertical-align: top;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #999;
}
#sidebar2 {
	float: right;
	width: 182px;
	font-size: 13px;
	display: inline;
	padding-top: 16px;
	padding-left: 24px;
	padding-right: 20px;
	margin-top: 25px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 5px solid #E2E2E2;
	clear: right;
}.ul_2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #D4D4D4;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: square;
	margin-bottom: 20px;
	padding-right: 10px;
}
.text_higlight2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-color: #BBAA00;
	width: 100px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.banner {
	background-color: #FFF;
	width: 100%;
	margin-top: 0px;
	height: 250px;
}
#header    input  {
	height: 10px;
	font-size: 12px;
}
#header  input submit {
	height: 15px;
	font-size: 15px;
}
#header  a:link, a:active {
	font-size: 12px;
	color: #0066CC;
	text-decoration: underline;
}
