body,html {
	font: 12px Arial;
	color: #ddd;
}

h1,h2,h3,h4 {
	color: #ddd;
}

td {
	vertical-align: top;
}

#wrap {
	margin: 0 auto;
	margin-top: 30px;
	width: 980px;
	position: relative;
}

#wrap a {
	color: #ddd;
}
#wrap a:hover {
	color: #aaa;
}

/* HEADER */

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	background-color: black;
	/*filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;*/
}

#header #logo {
	margin: 0 auto;
}

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

#accordion {
	display: none;
	margin-bottom: 1px solid white;
}

#accordion a {
	width: 170px;
	display: block;
	padding: 5px;
}

#accordion a.ac-title {
	border-top: 1px solid #ccc;
}

#accordion li {
	list-style: none;
}

#accordion li a:hover {
	background-color: #333;
}

ul#accordion li ul li a {
	padding-left: 20px;
}

ul#accordion li ul li a:hover {
	padding-left: 15px;
	border-left: 5px solid white;
	width: 155px;
}

/* CONTENT */

#content {
	position: absolute;
	top: 0;
	right: 0;
}

#main_col2 {
	padding: 10px;
	width: 750px;
	height: 470px;
	/*filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;*/
	/*background-color: rgba(0,0,0,0.8);*/
	background-color: #000;
}

.bigcycle {
	height: 300px;
}

/* FOOTER */

#footer {
	position: absolute;
	top: 500px;
	width: 100%;
}

#footer p {
	margin: 2px;
	/*margin-left: 32px;*/
	background-color: #000;
	/*filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;*/
	padding:2px;
	width: 660px;
}

#footer p.footer-name {
	/*width: 150px;*/
}

#load {  
	display: none;  
	position: absolute;  
	right: 15px;
	top: -20px;  
	background: url(../extras/images/ajax-loader.gif);  
	width: 43px;  
	height: 11px;  
	text-indent: -9999em;  
}  

/* PRODUCT LIST */

#product-list {
	float: left;
	width: 550px;
}

#product-list .list-item {
	float: left;
	width: 160px;
	height: 180px;
	padding: 0 10px;
}

#product-categories {
	width: 180px;
	float: left;
}

/* PRODUCT DETAILS */

#product-header {
	height: 15px;
}

#product-header .header-right-link {
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url("../extras/icons/back.png") no-repeat top left;
	text-indent: -1000em;
}
#product-header .header-left-link {
	float: left;
}

#product-details-left {
	width: 380px;
	float: left;
}

#product-details-left .biginnerphoto {
	margin-top: 10px;
}

/*#product-details-left #photo-list {
	display: none;
}*/
/*#content .photo {
	display: inline;
	margin: 0 2px 2px 0;
}*/

#product-details-left .product-downloads a {
	background: transparent url("../extras/icons/download.png") no-repeat top left;
	padding-left: 20px;
}

#product-details-left .content-friend {
	float: right;
	padding-right: 10px;
}

#product-details-right h3 {
	padding-top: 5px;
}


/* SHOWROOM */
.showroom_img {
	margin: 0 10px;
}

.col1, .col2 {
	margin-left: 50px;
}

/* UNIVERSO */

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


a.jScrollArrowUp {
	background: url(../extras/images/basic_arrow_up.gif) repeat-x 0 0;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}
a.jScrollArrowDown {
	background: url(../extras/images/basic_arrow_down.gif) repeat-x 0 0;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}
