/*
	Colorscheme
	- Gold light		#d4a855
	- Gold dark			#be8628
	- Gold washed		#eadbbf
	- Champagne light	#fffbe5
	- Champagne dark	#fff6c0
	- White				#fff
*/

/**********************************************************
	GENERAL
 **********************************************************/
*
{
	margin: 0;
	padding: 0;
}
body
{
	background: #fff url(images/bg_body.gif) repeat-x scroll top center;
	color: #333;
	font: normal normal normal 11px/16px verdana,arial,sans-serif;
}
img
{
	border: none;
}
input, textarea
{
	background: #fffbe5;
	border-color: #eadbbf #fff6c0 #fff6c0 #eadbbf;
	border-style: solid;
	border-width: 1px;
	font: normal normal normal 11px/16px arial,verdana,sans-serif;
	padding: 2px;
}
input.submit
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
.bold
{
	font-weight: bold;
}
h1
{
	color: #d4a855;
	font: italic normal normal 18px/27px georgia,serif;
	padding: 0 0 9px 0;
}
h2
{
	font: italic normal normal 14px/21px georgia,serif;
	padding: 0 0 7px 0;
}
p
{
	padding: 0 0 10px 0;
}
.column ul
{
	list-style-position: inside;
	padding: 0 0 10px 10px;
}
a
{
	color: #be8628;
	text-decoration: none;
}
a:hover
{
	color: #000;
}
.clear
{
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0em;
	width: 0;
}
/**********************************************************
	CONTAINER
 **********************************************************/
.content
{
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 15px;
	width: 924px;
}
/**********************************************************
	LOGO
 **********************************************************/
.logo
{
	float: left;
	height: 70px;
	width: 184px;
}
/**********************************************************
	MAIN MENU
 **********************************************************/
.tabs
{
	float: left;
	height: 37px;
	line-height: 37px;
	padding: 33px 0 0 0;
	position: relative;
	text-align: center;
	top: 2px;
	width: 554px;
}
.tabs li
{
	display: inline;
}
.tabs a
{
	background-image: url(images/bg_tab_inactive.gif);
	background-repeat: no-repeat;
	color: #d4a855;
	display: block;
	float: left;
	font: italic normal normal 16px/37px georgia,serif;
	height: 37px;
	line-height: 40px;
	margin: 0 4px 0 0;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	width: 140px;
}
.tabs a.active
{
	background-image: url(images/bg_tab_active.gif);
	color: #be8628;
	text-decoration: underline;
}
/**********************************************************
	LANGUAGE
 **********************************************************/
.language
{
	color: #d4a855;
	float: left;
	height: 70px;
	line-height: 60px;
	padding: 0 7px 0 0;
	text-align: right;
	width: 178px;
}
.language a
{
	color: #d4a855;
}
.language a:hover
{
	color: #fff;
}
.language span
{
	color: #fff;
}
/**********************************************************
	BREADCRUMB
 **********************************************************/
.breadcrumb
{
	clear: both;
	height: 28px;
	line-height: 28px;
	list-style: none;
	margin: 0 7px 10px 7px;
	padding: 0 8px 0 8px;
	width: 894px;
	font-size: 10px;
}
.breadcrumb li
{
	display: inline;
	font-size: 10px;
}
.breadcrumb a
{
	display: inline;
	text-decoration: none;
}
/**********************************************************
	CONTENT COLUMN
 **********************************************************/
.column
{
	float: left;
	margin: 0 0 0 15px;
	padding: 7px 0 0 0;
	padding: 0;
	width: 554px;
}
/**********************************************************
	MAIN PHOTO
 **********************************************************/
.teaser
{
	float: left;
	display: block;
	margin: 0 0 15px 0;
	width: 554px;
}
/**********************************************************
	PRODUCTS
 **********************************************************/
.products
{
	clear: both;
	margin: 0 0 15px 0;
	width: 554px;
}
.product_thumb
{
	float: left;
	margin: 0 0 16px 14px;
	width: 166px;
}
.product_thumb .product_name
{
	height: 32px;
	width: 166px;
	overflow: hidden;
	position: relative;
}
.product_thumb .product_name p
{
	text-align: center;
	width: 166px;
	height: auto;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}
.product_thumb img
{
	background: url(images/bg_thumb.gif) no-repeat;
	padding: 1px 1px 0 0;
	clear: both;
	display: block;
	height: 125px;
	width: 165px;
}
.product_thumb_hl
{
	background: #ddd;
	clear: both;
	font-size: 0;
	height: 1px;
	line-height: 0em;
	width: 560px;
}
.product_thumb_vl
{
	background: #ddd;
	float: left;
	font-size: 0;
	height: 150px;
	line-height: 0em;
	width: 1px;
}
/**********************************************************
	CHECKOUT
 **********************************************************/
.orders, .bigcart
{
	border-top: 2px solid #d4a855;
	margin: 0 0 30px 0;
	width: 554px;
	border-collapse: collapse;
}
.orders th, .bigcart th, .orders td, .bigcart td
{
	border-bottom: 1px solid #ddd;
	text-align: left;
}
.orders th, .bigcart th
{
	font-weight: bold;
	width: 150px;
}
.orders td, .bigcart td
{
	padding: 0 2px;
	width: 202px;
}
.bigcart td input, .bigcart td img
{
	padding: 3px 1px 0 0;
	margin: 0;
}
.infobox.float
{
	float: left;
	width: 257px;
	min-height: 6em;
	margin: 15px 0 0 4px;
}
.bigcart td.half-width
{
	width: 99px;
}
/**********************************************************
	MY PAGES
 **********************************************************/
.tabbox
{
	margin-bottom: 16px;
}
.tabbox .orders
{
	margin-left: 5px;
	width: auto;
	border-collapse: collapse;
}
.tabbox .orders th, .tabbox .orders td
{
	width: 100px;
}
.tabbox .orders .short
{
	width: 45px;
}
.tabbox .orders .price
{
	width: 70px;
	text-align: right;
	padding-right: 5px;
}
.tabbox .orders .remaining-awaitingpayment
{
	width: 172px;
	text-align: right;
	padding: 0 32px 0 0;
}
.tabbox .orders .remaining-underconstruction
{
	width: 201px;
}
.tabbox .orders .remaining-delivered
{
	width: 304px;
}
.tabbox .orders .remaining-cancelled
{
	width: 304px;
}
.tabbox table
{
	margin-bottom: 0;
}
.tabbox .pagination
{
	margin-left: 15px;
}
/*.tabbox .pagination span:before, .tabbox .pagination a:before
{
	content: " - ";
}
.tabbox .pagination span:first-child:before, .tabbox .pagination a:first-child:before
{
	content: "";
}*/
/*.tabbox .pagination span, .tabbox .pagination a
{
	float: left;
	height: 22px;
	width: 10px;
	
	font: normal normal normal 11px/16px verdana,arial,sans-serif;
	height: 20px;
	line-height: 24px;
}*/
.tabbox .pagination span
{
	font-weight: bold;
}
table td .temp
{
	margin-right: 10px;
	width: 200px; /*height: 16px;*/
	overflow: hidden;
}
/*.orders .tiny
{
	width: 320px;
}*/
/**********************************************************
	ARTICLE
 **********************************************************/
.two-columns .left-column, .two-columns .right-column
{
	width: 277px;
	float: left;
}
.two-columns .left-column
{
	width: 370px;
}
.two-columns .right-column
{
	width: 184px;
}

/**********************************************************
	SUBMENU & LOGIN BOX & CART BOX
 **********************************************************/
.menu
{
	float: left;
	width: 170px;
}
.menu a
{
	text-decoration: none;
}
.menu ul
{
	list-style: none;
	position: relative;
	width: 140px;
	padding: 0;
}
.menu ul.child li
{
	margin: 0 0 0 8px;
}
.menu ul a
{
	clear: both;
	display: block;
	font: normal normal normal 11px/11px verdana,arial,sans-serif;
	height: auto;
	overflow: hidden;
	padding: 4px 0;
	text-decoration: none;
	width: 128px;
}
.menu p
{
	overflow: hidden;
	width: 140px;
}
.login
{
	float: left;
	margin: 0 0 0 15px;
	width: 170px;
}
.menu_top
{
	background-image: url(images/bg_box_top.gif);
	background-repeat: no-repeat;
	font-size: 0;
	height: 16px;
	width: 170px;
}
.menu_middle
{
	background-image: url(images/bg_box_middle.gif);
	background-repeat: repeat-y;
	padding: 0 15px;
	width: 140px;
}
.menu_bottom
{
	background-image: url(images/bg_box_bottom.gif);
	background-repeat: no-repeat;
	font-size: 0;
	height: 16px;
	width: 170px;
}
.menu_middle h1
{
	border-bottom: 2px solid #d4a855;
	color: #d4a855;
	font: normal normal normal 12px/14px georgia,serif;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	width: 140px;
}
.menu_middle p
{
	padding: 0 0 10px 0;
	width: 140px;
}
.menu_middle input
{
	background: #fff;
	border-color: #ccc #fff #fff #ccc;
	margin: 0 0 4px 0;
	width: 134px;
}
.menu_middle select
{
	background: #fff;
	/*border-color: #ccc #fff #fff #ccc;
	border-width: 1px;*/
	margin: 0 0 4px 0;
	width: 139px;
}
.menu_middle .submit
{
	background: none;
	height: 16px;
	margin: 0 0 0 78px;
	width: 62px;
}
.menu_middle .divider
{
	background: #eadbbf;
	clear: both;
	font-size: 0;
	height: 2px;
	line-height: 0em;
	margin: 0 0 8px 0;
	width: 140px;
}
/**********************************************************
	FOOTER
 **********************************************************/
.footer
{
	border-top: 1px solid #eadbbf;
	clear: both;
	height: 30px;
	line-height: 30px;
	margin: 0 7px;
	width: 910px;
}
.footer img
{
	clear: both;
	margin: 0 318px;
}
.textmenu
{
	text-align: center;
	width: 910px;
}
