html, body {
	color: #333333;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0b0d1d url('../images/bg.png') repeat-x;
	margin: 0px;
	padding: 0px;
}
/* ------------------------------------------------------- */
/* Containers -------------------------------------------- */
/* ------------------------------------------------------- */
#container {
	position: relative;
	width: 780px;
	margin: 0px auto;
	background: url('../images/bg_content.png') repeat-y;
}
#wrapperLeft {
	float: left;
	width: 40px;
}
#wrapperMiddle {
	float: left;
	width: 700px;
	background: #ffffff;
}
#wrapperRight {
	float: left;
	width: 40px;
}
#containerContent {
	float: left;
	width: 700px;
}
#containerHeader {
	float: left;
	width: 700px;
	height: 120px;
	background: url('../images/header.png') no-repeat;
}
#containerMenu {
	float: left;
	width: 700px;
	height: 220px;
}
#containerFooter {
	font-size: 9px;
	clear: both;
	width: 780px;
	height: 80px;
	background: url('../images/footer.png') no-repeat;
	text-align: center;
}
#containerLoading {
	margin: 40px auto;
	text-align: center;
}
#containerCrumb {
	color: #cccccc;
	height: 15px;
	background: url('../images/icon_home.png') no-repeat top left;
	margin-bottom: 8px;
}
#containerCrumb a, #containerCrumb a:link, #containerCrumb a:visited, #containerCrumb a:active {
	color: #cccccc;
	text-decoration: none;
}
#leftTop {
	float: left;
	width: 40px;
	height: 120px;
	background: url('../images/left_top.png') no-repeat top left;
}
#leftMiddle {
	float: left;
	width: 40px;
	height: 220px;
	background: url('../images/left.png') no-repeat top left;
}
#leftBottom {
	float: left;
	width: 40px;
	height: 160px;
	background: url('../images/left_bottom.png') no-repeat top left;
}
#rightTop {
	float: left;
	width: 40px;
	height: 120px;
	background: url('../images/right_top.png') no-repeat top left;
}
#rightMiddle {
	float: left;
	width: 40px;
	height: 220px;
	background: url('../images/right.png') no-repeat top left;
}
#rightBottom {
	float: left;
	width: 40px;
	height: 160px;
	background: url('../images/right_bottom.png') no-repeat top left;
}
#contentLeft {
	float: left;
	width: 200px;
	padding: 8px 0px 0px 0px;
	overflow: hidden;
}
#contentRight {
	float: left;
	width: 470px;
	padding: 8px 8px 0px 22px;
	overflow: hidden;
}
#submenu ul {
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
}
#submenu li a, #submenu li a:link, #submenu li a:visited {
	font-size: 10px;
	color: #ffffff;
	display: block;
	width: 200px;
	height: 30px;
	padding: 4px 0px 0px 38px;
	background-position: left;
	background: url('../images/menu.png') no-repeat top left;
}
#submenu li a:hover {
	background: url('../images/menu_bg.png') no-repeat top left;
}
/* ------------------------------------------------------- */
/* Headers ----------------------------------------------- */
/* ------------------------------------------------------- */
a, a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #2a428c;
}
h2 {
	color: #2a428c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
h3 {
	color: #2a428c;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 16px 0px;
}
.error {
	color: #FF3300;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
form {
	margin: 0px;
}
table {
	width: 100%;
	border: 0px;
}
td {
	vertical-align: top;
}
.table_list {
	width: 100%;
	border: 1px dotted #cccccc;
}
/* ------------------------------------------------------- */
/* Form -------------------------------------------------- */
/* ------------------------------------------------------- */
.containerForm label {
	float: left;
	width: 75px;
	text-align: right;
	margin-right: 15px;
}
.containerForm .field {
	width: 140px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .radio {
	
}
.containerForm select {
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .error {
	border: 1px dotted #ff3300;
}
.containerForm .ubb {
	width: auto;
}
.containerForm textarea {
	font-size: 10px;
	width: 250px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
}
.containerForm .item {
	margin-bottom: 10px;
	clear: both;
}
/* ------------------------------------------------------- */
/* Fotos ------------------------------------------------- */
/* ------------------------------------------------------- */
#containerFotos .image {
	float: left;
	padding: 2px;
	width: 116px;
	height: 76px;
	background-color: #fafafa;
	border: 1px dotted #cccccc;
	margin: 0px 8px 8px 0px;
	text-align: center;
}
/* ------------------------------------------------------- */
/* Product ----------------------------------------------- */
/* ------------------------------------------------------- */
.containerItem {
	clear: both;
	margin-bottom: 16px;
	background-color: #fcfcfc;
	border: 1px dotted #e5e5e5;
	padding: 4px;
}
.containerItem:hover {
	background-color: #fafafa;
}
.containerItem .title {
	color: #2a428c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
.containerItem .info {
	margin: 0px 0px 8px 0px;
	min-height: 60px;
}
.containerItem .price {
	font-size: 12px;
	font-weight: bold;
	background-color: #f5f5f5;
	border-top: 1px dotted #e5e5e5;
	height: 24px;
}
.containerItem .cart {
	float: right;
	font-size: 9px;
	text-align: right;
	background-color: #f5f5f5;
	border-top: 1px dotted #e5e5e5;
	height: 24px;
}
.containerItem a, .containerItem a:link, .containerItem a:visited, .containerItem a:active {
	color: #afd400;
	text-decoration: none;
}
.containerItem a:hover {
	color: #333333;
}
/* ------------------------------------------------------- */
/* Other ------------------------------------------------- */
/* ------------------------------------------------------- */
.faq {
	clear: both;
	margin-bottom: 16px;
	background-color: #fcfcfc;
	border: 1px dotted #e5e5e5;
	padding: 4px;
}
.img_right {
	float: right;
	margin-bottom: 8px;
}
.img_left {
	float: left;
}
.box_select {
	float: right;
	text-align: right;
}
.box_right {
	width: 180px;
	float: right;
	text-align: center;
}
.collapse {
	color: #2a428c;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
}
.top {
	clear: both;
	float: right;
}

