/* @override 
	http://localhost/~michaelcaruso/egs_svn_1/view/css/frontpage.css
	http://localhost/~michaelcaruso/egs_svn/view/css/frontpage.css
	http://localhost/~michaelcaruso/egs_svn_1/view/css/frontpage.css
*/

li.ui-menu-item {
	font-size: 11px;
	font: helvetica;
	text-align: left;
}

ul.ui-autocomplete.ui-menu.ui-widget.ui-widget-content.ui-corner-all {
	-webkit-border-radius: 3px;
}

p {
	font-size: 14px;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
	margin: 0px 0px 15px 0px;
}

div#launch-tags-companies {
	height: 170px;
}

a#signupbox {
	font-size: 1.3em;
	font-weight: bold;
	vertical-align: text-bottom;
}

#justadded div.product_table {
	margin: 0px auto;
	width: 97%;
	text-align: center;
	
}

a img {
	border: 0px;
}

.bold {
	font-weight: bold;
}

#bodyindex {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	text-align: left;
	text-align: center;
	/* overflow: auto; */
}

/* @group Welcome */

div#welcome_text {
	padding: 0px;
	margin: 0px auto;
	text-align: center;
}

#welcome p {
	margin: 0px auto; 
	padding: 0px 0px 5px 0px;
	text-align: center;
	font: italic 22px/29px Georgia, "Times New Roman", Times, serif;
}

#welcome img {
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	margin: 0px;
	padding: 0px;
}

#welcome #welcome_text #count_widget {
	background-color: #FAFDC4;
	padding: 5px;
	margin-bottom: 10px;
	border: 1px solid #F2EB95;
  -moz-border-radius: 3px; /* Firefox */
  -webkit-border-radius: 3px; /* Safari, Chrome */
  border-radius: 3px; /* CSS3 */
  
  box-shadow: 1px 1px 1px #eee;
}

#count_widget .seeall {
	border: 1px solid #a0a0a0;

	background: #ccc; /* for non-css3 browsers */
	
	padding: 4px 5px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	border-radius: 3px; /* CSS3 */
	color: white;
	font-weight: bold;
	font-style: normal;
	font-size: .8em;
	font-family: helvetica;
	text-shadow: 0 1px 0 #a0a0a0;
}

#welcome #welcome_text #count_widget p {
	font-size: 14px;
}

#count_widget p span.number {
	font-weight: bold;
	font-size: 29px;
}

#count_widget .joinbutton {
	border: #2B4217 1px solid;
	background: url("../../images/joinbutton.png") 0 0 repeat-x;
	height: 10px;
	padding: 5px;
	color: white;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-shadow: 0 1px 0 #2B4217;
	cursor: pointer;
	font: bold 0.8em helvetica, arial;
}

.joinbutton:hover {
	text-decoration: none;
}

p#signedup, #signedup { 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 10px;
	border: 3px solid #ffb752;
	background-color: #ffeb72;
	margin-bottom: 10px;
}

/* @end */

/* @group Just Added */

div.justadded {
	padding: 0px;
	margin: 0px auto;
}

h3.justadded {
	/* font-style: italic;
	font: italic 20px Georgia, "Times New Roman", Times, serif; */
	margin: 0px 0px 10px 0px;
	padding: 0;

	text-align: left;
	/* color: #254612; */
	/* text-shadow: #666666 2px 2px 4px; */
}

#justadded h3.justadded img {
	margin: 0px;
	padding: 0px;
}

#justadded div.product_table div.product_text p.productname span.company {
	font-size: 10px;
	font-style: italic;
}

/* @group Product Listing */

#justadded div.product_table a {
	color: #000000;
}

#justadded div.product_table a:hover {
	text-decoration: none;
}

div.product_text {

	padding: 0px;
	margin: 0px 0px 0px 90px;
	text-align: left;
	vertical-align: top;
}

p.productname {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
	line-height: 1.2em;
	text-transform: none;
}

p.productname span.name {
	color: #254612;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

p.productname span.name:hover {
	text-decoration: none;
}

div.product_image img {
	padding: 0px;
	margin: 2px;
	vertical-align: text-top;
	border: none;
	background: #fff;
	width: 125px;
	height: 125px;
}

img.no_image_yet {
	width: 75px;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	vertical-align: text-top;
}

div.product_image {
	float: left;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

div.product_image:hover {
	opacity: 0.5;
	
}

#bodyindex p.product_table .productname {
	font-size: 20px;
}

p.price {
	font-size: 12px;
}

p.comments {
	display: none;
}

p.shortdescription {
	margin: 10px 0 0;
	padding: 0;
	font-size: 13px;
}

p.description {
	display: none;
}

/* @end */

/* @end */

/* @group Just Launched */

div#justlaunched { 
	padding: 0px;
	margin: 0px 0px 8px 0px;
	border: 3px solid #ffb752;
	background-color: #ffeb72;
}

div#justlaunched #launch-text {
	margin: 0px;
	padding: 10px 0px;
}

div#justlaunched p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 15px;
	text-align: center;
}

div#justlaunched #close {
	text-align: right;
	float: right;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
}

div#justlaunched p#close {
	margin: 0px;
	padding: 5px;
	line-height: 100%;
}

#header input#searchbox {
	height: 25px;
	border: 1px solid #ccc;
}

div#justlaunched #close a {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}

/* @end */

/* @group Right Sidebar */

div#rightsidebar {
	text-align: left;
	margin: 30px 0px 0px 0px;
	padding: 0;
}

div#launch_video {
	padding: 0px;
	margin: 0px;
	float: left;
}

div#addproduct {
	color: #000;
	width: 300px;
	background-color: #FBFDC9;
	padding: 3px 7px;
	text-align: center;
	border: 2px solid #FFF14E;
	margin: 10px 0px;
	
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	cursor: pointer;
}

/* @group Popular Tags */

div#popular_tags {
	padding: 0px; margin: 0px;
	float: left;
	width: 300px;
	margin-left: 25px;
}

div#popular_tags_list {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	width: 300px;
	list-style: none;
	overflow: auto;
}

div#popular_tags_list span.popular_tag a {
	text-decoration: none;
	color: black;
}

div#popular_tags_list span.popular_tag a:hover {
	color: #3D1F02;
}

div#popular_tags_list span.popular_tag:hover {
	border: 1px solid #D3CB31;
	background-color: #FFE462;
	color: #000;
}

div#popular_tags_list .popular_tag {
	display: inline;
	padding: 5px;
	border: 1px solid #F9F93C;
	background-color: #FFFDC8;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	line-height: 38px;
	text-align: left;
	font-size: 15px;
	white-space: nowrap;
}

#popular_tags_list p {
	margin: 0px 0px 20px 0px;
}


/* @end */

/* @group New Companies */

div#new_companies {
	width: 200px;
	float: right;
}

#new_companies #companies {
	padding: 0px 0px 0px 20px;
}

#new_companies #companies p {
	font-size: 0.9em;
	margin: 18px 0px;
}

#new_companies #companies p a {
	color: #000;
	background-color: #A1FF00;
	padding: 5px;
	border: 1px solid #4EC900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#new_companies #companies p a:hover {
	text-decoration: none;
	color: #000;
	background-color: #4EC900;
	padding: 5px;
	border: 1px solid #4EC900;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}



/* @end */

#suggest_gear span.click-me {
	color: #B3B3B3;
	font-size: 10px;
	line-height: 8px;
	vertical-align: middle;
}

#contact_form form textarea {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
}

#about p.about_text {
	color: #7C7C7C;
	margin: 22px 25px;
	font-weight: bold;
	font-size: 1.2em;
}

/* @end */

/* @group Header -> Add Product */

#header span#addproduct {
	color: #fff;
	width: 282px;
	padding: 5px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 3px;
	-mozilla-border-radius: 3px;
	-webkit-border-radius: 3px;
	
	margin-right: 10px;
	cursor: pointer;
}

#header span#addproduct:hover {
	background-color: #fff;
	text-decoration: none;
	color: #305617;
}

#header span#addproduct a:hover {
	color: #305617;
	text-decoration: none;
}



/* @end */

/* @group Footer */

#tweet {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#tweet ul {
	list-style-type: none;
	list-style-image: none;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

br.clear {
	clear: left;
	margin: 0px;
	padding: 0px;
}



/* @end */
