/* CSS layout
 * @author: Pedro Amaral Couto
 * @date: 11th March, 2008
 */
 
body
{
	background-color: #000000;
	color: #ffffff;

	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

	text-align: center;
	
	height: 100%;
}

body *
{
	overflow: hidden;
	/*display: inline-block;*/
	border: none;
}

#map_canvas
{
	display: block;
	overflow: hidden;
}

#map_canvas *
{
	overflow: visible;
}

.list_index
{
	color: #6a2d2a;
	float: right;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.list_index *
{
	margin: 0;
	padding: 0;
}

.list_index .text
{
	color: #6a2d2a;
	font-weight: bold;
}

.list_index a
{
	color: #6c2c2d;
	text-decoration: none;
	font-weight: normal;
}

.index_item.selected .text
{
	color: #e0c9c7;
	font-weight: normal;
}

/*****************
 * Links
 *****************/
a,
a:active,
a:visited,
a:hover
{
	color: #dadada;
}

/****************
 * Title
 ****************/
h2
{
	font-size: 18px;

	margin: 5px 5px 0 5px;
	padding: 0;
}

h3
{
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
	text-transform: uppercase;

	margin: 10px 0;
}

.title h2
{
	float: left;
}

.title .cap1
{
	background-image: url(../pix/css/header_cap.gif);
	width: 88px;
	height: 26px;
	float: left;
}

/**************************
 * Page sections
 **************************/
#page-wrap
{
	display: block;
	overflow: visible;
	
	width: 963px;
	margin: 0 auto;
	
	height: 100%;
	
	/* scrollbars */
	scrollbar-face-color: #4e1617;
	scrollbar-base-color: #4e1617;
	scrollbar-arrow-color: #800001;
	scrollbar-track-color: #800001;
	scrollbar-shadow-color: #800001;
	scrollbar-highlight-color: #800001;
	scrollbar-3dlight-color:#800001;
	scrollbar-darkshadow-Color:#800001;
}

#page-head
{
	display: block;
}

#page-body
{
	display: block;
	position: relative;
}

#page-contents
{
	float: left;
	text-align: left;

	background-image: url(../pix/css/body-background.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	
	width: 750px;
}

#page-menu
{
	float: right;
	position: relative;
	overflow: visible;
	
	background-image: url(../pix/css/body-background.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	
	width: 133px;
	height: 600px;
}

#page-banner
{
	display: block;
	margin-bottom: 5px;

	background-color: #ffffff;
}

#page-foot
{
	display: block;
	text-align: left;
	margin: 15px 0;
	color: #b33b3c;
}

#page-foot a
{
	text-decoration: none;
	color: #b33b3c;
}

/***************************
 * Separator
 ***************************/
#page-body .separator
{
	float: right;
	margin-right: 6px;
	
	height: 600px;
}

#page-body .separator .cap0,
#page-body .separator .cap1
{
	display: block;

	background-color: #ff0000;
	background-repeat: no-repeat;
}

#page-body .separator .cap0
{
	margin-bottom: 5px;
}

#page-body .separator .cap1
{
	background-repeat: no-repeat;
	background-position: 0 100%;
	
	height: 476px;
}

#page-head .separator
{
	display: block;
	float: left;
	
	height: 20px;
	width: 1px;
	padding: 0;
	margin-top: 15px;
	margin-left: 3px;
	margin-right: 3px;
	
	border-right: 1px dotted #ffffff;
} 

/***************************
 * Logo
 ***************************/
.logo
{
	display: block;
	float: left;
}

.logo *
{
	display: none;
}

#logo-u
{
	float: none;
	background-color: #ffffff;

	margin-bottom: 5px;
}

/***************************
 * Menu
 ***************************/
.menu .cap0,
.menu .cap1
{
	display: none;
}

#mainmenu
{
	display: block;
	float: none;
	text-align: center;

	list-style: none;
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}

#mainmenu .menu
{
	display: block;
	text-align: center;

	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu li
{
	display: block;
	text-decoration: none;

	margin: 0;
	padding: 0;
}

#mainmenu li .content
{
	display: block;
	padding-left: 8px;
	text-align: left;
	vertical-align: middle;

	margin-left: auto;
	margin-right: auto;

	margin-top: 0;
	margin-bottom: 1px;

	background-image: url(../pix/css/menu.gif);
	background-color: #6b0101;
	width: 133px;
	height: 23px;

	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}

#mainmenu li .content:hover,
#mainmenu li.selected .content
{
	background-position: 0 -23px;
	font-weight: bold;
}

#mainmenu li li .content
{
	background-image: none;
	background-color: #b33b3c;
	width: 115px;
	height: 20px;

	font-size: 0.9em;
	font-weight: normal;
}

#mainmenu li li .content:hover,
#mainmenu li li.selected .content
{
	background-color: #db484a;
	font-weight: bold;
	color: #ffffff;
}

#mainmenu li .label
{
	display: inline;
	line-height: 2;
}

#locale-select
{
	text-align: right;
	height: 40px;
}

#locale-select a
{
	text-decoration: none;
}

/****************************
 * Schedule info
 ****************************/
#schedule-info
{
	/*position: absolute;
	left: 0;
	top: 80%;*/

	text-align: left;
	padding-top: 0;
	padding-bottom: 10px;
}

#schedule-info .cap0
{
	width: 32px;
	float: left;
	
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	
	background-image: url(../pix/css/icon_time.gif);
	width: 24px;
	height: 24px;
}

#schedule-info .content
{
	float: left;
	
	margin: 0;
	padding: 0;
}

#schedule-info .schedule
{
	margin: 0;
	padding: 0;
	color: #ffdd00;

	float: left;
	width: 130px;
}

/***************************
 * Messages
 ***************************/
.messages-group
{
	display: block;
	list-style: none;
	
	margin: 2px 0;
	padding: 0;
}

.message
{
	display: block;
	width: 90%;
	margin: 2px auto;
}

.message .content
{
	display: block;
	float: left;
	width: 95%;
	margin: 0;
	
	background-color: #333333;
	color: #ffffff;
	
	text-align: center;
	padding: 2px;
	
	font-weight: bold;
}

.message.error .content
{
	color: #efd4d4;
}
/***************************
 * Contents
 ***************************/
#page-contents hr,
#page-contents .hr
{
	display: block;
	border-top: 1px solid #333333;
	height: 1px;
	margin: 0;
	padding: 0;
}

.filters
{
}

.filters strong
{
	color: #cc8688;
}

.total
{
	color: #7d7d7d;
}

.search-result
{
	display: block;
	width: 680px;
	margin: 0 auto;
}

.search-entry
{
	float: left;
	margin: 15px;
	
	text-align: center;
	width: 100px;
	height: 140px;
}

.product-price
{
	display: block;
	background-color: #333333;
	
	padding: 4px 8px;
	margin-top: 5px;
	font-weight: bold;
	
	width: 90px;
	_width: 100px;
}

.price
{
	color: #ffffff;
	font-weight: bold;
}

.product-thumb
{
	display: block;
	width: 90px;
	height: 90px;
	_width: 100px;
	_height: 100px;
	padding: 5px;
	margin: 0;
	
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

.product-thumb img
{
	vertical-align: middle;
}

.big-thumb,
.big-thumb2
{
	display: block;
	width: 290px;
	_width: 305px;
	padding: 5px;
	margin: 5px auto;
	
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
}

.big-thumb2
{
	padding: 8px;
	height: 235px;
	_height: 250px;
	margin: 5px;
	
	color: #000000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
}

.big-thumb2 div
{
	padding: 4px;
}

.big-thumb img,
.big-thumb2 img
{
	vertical-align: middle;
}

.small-thumb
{
	display: block;
	float: left;
	
	width: 140px;
	height: 140px;
	_width: 150px;
	_height: 150px;
	padding: 5px;
	margin: 3px;
	
	vertical-align: middle;
	text-align: center;
}

.small-thumb img
{
	vertical-align: middle;
}

.tiny-thumb
{
	display: block;
	float: left;
	
	width: 140px;
	height: 140px;
	_width: 150px;
	_height: 150px;
	padding: 5px;
	margin: 7px;
	
	vertical-align: middle;
	text-align: center;
	background-color: #ffffff;
	
}

.tiny-thumb img
{
	vertical-align: middle;
	display: inline;
}

/***************************
 * Contents-Inner
 ***************************/
#contents-inner
{
	background-image: none;
	background-color: transparent;

	display: block;

	padding: 5px 10px;
	/* max-height: 420px; */
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

#contents-inner form
{
	text-align: center;
	padding: 0;
	margin: 0 auto;
}

#contents-inner fieldset
{
	display: block;
	float: none;
	
	margin: 0;
	padding: 0;
}

/***************************
 * Form
 ***************************/
fieldset
{
	display: block;
	float: left;
	text-align: left;

	margin: 0;
	padding: 0;
}

form p
{
	display: block;
	float: none;
	
	margin-top: 5px;
	margin-bottom: 0;
	padding: 0;
}

label
{
	display: inline;
	text-align: left;

	color: #b33b3c;
	padding-top: 3px;
}

.input_text,
.input_password,
select,
textarea
{
	display: block;
	text-align: left;

	background-color: #393939;
	border: 1px solid #636363;
	color: #ffffff;
	
	width: 250px;
	margin: 2px;
	padding: 0 2px;
}

textarea
{
	overflow: auto;
}

.input_submit,
.input_button
{
	border-bottom: 1px solid #842b2c;
	border-right: 1px solid #842b2c;
	border-top: 1px solid #c46c6e;
	border-left: 1px solid #c46c6e;
	
	background-color: #b43c3d;
	color: #ffffff;
	
	margin: 2px 0;
	padding: 1px 3px;
	font-size: 0.99em;

	cursor: pointer;

	vertical-align: middle;
}

.input_submit:hover,
.input_button:hover
{
	background-color: #b85152;
	
}

.input_button,
input
{
	font-family: Arial;
}

/* ids */
#page-head label,
#page-menu label
{
	display: inline;
	clear: right;
	text-align: left;

	color: #b43c3d;
}

#page-head form
{
	display: block;
	float: left;

	margin: 0;
	padding: 0;
}

#page-head p
{
	display: block;
	float: left;

	margin: 0 2px;
	padding: 0;
}

#page-head .submit-group
{
	margin-top: 14px;
}

#page-head .input_text,
#page-head .input_password,
#page-head select,
#page-head text
{
	width: 80px;
}

#page-contents form
{
	margin: 0 auto;
	width: 400px;
	
	text-align: center;
}

#page-contents .input-group
{
	clear: both;
	margin-top: 3px;
}

#page-contents .submit-group
{
	width: 372px;
	margin-top: 5px;
	margin-bottom: 14px;
	text-align: right;
}

#page-contents .entries
{
	float: left;
	width: 280px;
	
	margin-bottom: 2px;
}

#page-contents .entries label
{
	color: #ffffff;
}

#page-contents fieldset
{
	display: block;
	margin: 0;
}

#page-contents label
{
	float: left;
	width: 100px;
	
	text-align: right;
	padding-right: 15px;
}

#cart-info .input_text,
#search-products-form .input_text,
#search-products-form select
{
	border-color: #636363;
	background-color: #393939;
	color: #a6a6a6;

	width: 131px;
}

#cart-info input.input_text
{
	width: 90px;
	text-align: center;
}

#search-products-form
{
	display: block;
	float: none;
}

#search-products-form select,
#search-products-form input
{
	width: 131px;
}

/**************************************/
table
{
	display: table;
	overflow: visible;
	border-spacing: 0;
	empty-cells: show;
	font-size: 12px;
}

table.totals
{
	display: table;
	border-spacing: 2px;
	overflow: visible;
}

tr
{
	display: table-row;
	overflow: visible;
	margin-top: 2px;
}

th
{
	background-color: #500001;
	border: 1px solid #b43d39;
	color: #b53a3c;
	padding: 3px;
	margin: 1px;
	
	display: table-cell;
	overflow: visible;
	
	font-size: 12px;
	font-weight: normal;
}

td
{
	overflow: visible;
}

td div,
table.totals td
{
	background-color: #393939;
	border: 1px solid #636363;
	color: #ffffff;
	padding: 3px;
	margin-top: 2px;
	
	font-size: 12px;
	font-weight: normal;
	
	width: 100%;
	height: 100%;
	
	vertical-align: middle;
}

td div.c0
{
	border-right: none;
}

table.products th,
table.products td
{
	text-align: center;
	margin: 0;
}

table.products td
{
	height: 2em;
}

td div.c1
{
	border: 1px solid #636363;
}


.totals th
{
	text-align: right;
	padding: 3px;
	width: 150px;
}

table.totals th.total
{
	background-color: #000000;
	text-transform: uppercase;
	color: #b53a3c;
}

table.totals td
{
	text-align: center;
	padding: 3px;
	width: 100px;
}

td.total
{
	background-color: #636363;
	border: #989898;
	color: #000000;
	font-weight: bold;
}

th.rin
{
	border-top: none;
	border-left: none;
}

th.lb
{
	border-left: none;
}
