/*** GENERAL ***/
body
{
	background: #efefef url(../images/site/bg.jpg);
	margin: 0px;
	text-align: center;
	font-family: Century Gothic, verdana;
	font-size: 11px;
}
table
{
	text-align: left;
}
a img
{
	border: none;
}
a
{
	color: #FB9701;
}
form
{
	margin: 0px;
}
ul
{
	list-style-type: square;
}


/*** MAIN STRUCTURE ***/
#container
{
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
}
#container_left
{
	width: 15px;
	background: transparent url(../images/site/top_left.jpg) top right no-repeat;
}
#container_right
{
	width: 15px;
	background: transparent url(../images/site/top_right.jpg) top left no-repeat;
}
#main
{
	background: #ffffff url(../images/site/line.gif) repeat-y top left;
	margin-left: auto;
	margin-right: auto;
	border-color: #dedede;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	width: 980px;
}
table.container
{
	width: 980px;
}


/*** TOP ***/
#top
{
	/*background: transparent url(../images/site/top_center.jpg) center no-repeat;*/
	height: 120px;
	text-align: left;
	vertical-align: middle;
}
.top_winter
{
	background: transparent url(../images/site/top_winter.jpg) center no-repeat;
}
.top_summer
{
	background: transparent url(../images/site/top_summer.jpg) center no-repeat;
}
.top_autumn
{
	background: transparent url(../images/site/top_autumn.jpg) center no-repeat;
}
.top_spring
{
	background: transparent url(../images/site/top_spring.jpg) center no-repeat;
}
#top_links
{
	padding-left: 807px;
	padding-top: 14px;
}
#top_links a
{
	margin-left: 5px;
	color: #000000;
	text-decoration: none;
}


/*** FOOT ***/
#copy
{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
	font-size: 10px;
	color: #888888;
}
div#copy a
{
	color: #888888;
}


/*** MENU ***/
#menu
{
	background: transparent url(../images/site/bg_menu.gif) repeat-x;
	/*height: 33px;*/
	padding-left: 170px;
}
a.menu
{
	height: 25px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	background: transparent url(../images/site/menu_sep.gif) no-repeat left;
}
a.menu_active
{
	height: 25px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	display: block;
	background: transparent url(../images/site/bg_menu_blue.gif) repeat-x;
}
.seperator
{
	width: 2px;
	background: transparent url(../images/site/menu_sep.gif) no-repeat right;
}


/*** RIGHT COLUMN ***/
#column_right
{
	background: transparent url(../images/site/bg_shadow.gif) top repeat-x;
	width: 200px;
	vertical-align: top;
	float: right;
}


/*** CENTER COLUMN ***/
#column_center
{
	border-top: 1px solid #dedede;
	height: 100%;
	vertical-align: top;
	width: 608px;
	float: left;
	text-align: left;
}
.padding
{
	padding: 10px 16px 10px 16px;
}
.ruler
{
	background: transparent url(../images/site/bg_ruler.gif) repeat-x;
	height: 4px;
	font-size: 6px;
}
.title
{
	font-size: 16px;
	color: #FB9701;
	margin-bottom: 8px;
}
.intro
{
	padding-left: 15px;
	font-style: italic;
	margin-bottom: 8px;
}

/*** LEFT COLUMN ***/
#column_left
{
	width: 170px;
	border-top: 1px solid #dedede;
	vertical-align: top;
	overflow: hidden;
	float: left;
}


/*** BREADCRUMB ***/
.bc
{
	border-bottom: 3px solid #ededed;
	background: transparent url(../images/site/bg_bigorange.jpg) top right no-repeat;
	color: #ffffff;
	vertical-align: top;
	float: left;
	width: 778px;
}
.bc_container
{
	margin: 8px 12px 8px 10px;
}
.bc_link, .bc_link_active
{
	color: #ffffff;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
}
.bc_link_active
{
	font-weight: bold;
}
.bc_sub
{
	margin-top: 16px;
	margin-left: 8px;
	width: 740px;
}
.bc_sub td
{
	width: 33%;
	vertical-align: top;
}
.bc_sub a
{
	margin-left: 5px;
	color: #ffffff;
	text-decoration: none;
}
#ordering
{
	float: right;
}
#ordering a
{
	color: #fff;
	text-decoration: none;	
}
#ordering a:hover
{
	text-decoration: underline;	
}

/*** PROMO ***/
#promo
{
	height: 228px;
	background: transparent url(../images/site/bg_shadow_bottom.gif) bottom no-repeat;
	border-bottom: 1px solid #dedede;
	width: 200px;
	overflow: hidden;
}
.promo
{
	margin: 10px;
	width: 180px;
}
.promo a
{
	color: #000000;
	text-decoration: none;
}
.promo_title
{
	font-size: 12px;
	height: 40px;
	vertical-align: top;
	color: #000000;
}
.promo_price
{
	color: #FB9701;
	font-size: 12px;
	vertical-align: bottom;
}
.promo_image
{
	height: 130px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.promo_date
{
	font-size: 10px;
	color: #a0a0a0;
	text-align: left;
}
.promo_small
{
	font-size: 8px;
}
.promo_big
{
	font-size: 18px;
	font-weight: bold;
}
.promo_ico
{
	vertical-align: bottom;
	margin-left: 6px;
}

/*** PDF ***/
#pdf
{
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	background: transparent url(../images/site/pdf.jpg) no-repeat;
	padding-top: 4px;
	padding-bottom: 6px;
}
#pdf a
{
	text-decoration: none;
	padding-left: 76px;
	color: #000000;
	display: block;
}

/*** FOLDER ***/
#folder
{
	background: transparent url(../images/site/bg_shadow_bottom.gif) bottom no-repeat;
	border-bottom: 1px solid #dedede;
	padding-top: 8px;
	text-align: center;
 	color: #FB9701;
	font-size: 14px;
}
#folder img
{
	border: none;
	margin: 4px;
}

/*** MAILING ***/
#mailing
{
	border-bottom: 1px solid #dedede;
	font-size: 12px;
	background: transparent url(../images/site/mailing.jpg) 9px 6px no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mailing a
{
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 50px;
}


/*** SEARCH ***/
#search
{
	background: transparent url(../images/site/bg_search.gif) no-repeat top right;
	height: 55px;
	border-bottom: 1px solid #dedede;
}
#search_form
{
	margin: 0px;
	padding-left: 18px;
	padding-top: 13px;
}
.search_field
{
	border: none;
	background-color: transparent;
	width: 112px;
	vertical-align: baseline;
}
.search_button
{
	border: none;
	background: transparent url(../images/site/search.gif) no-repeat;
	width: 22px;
	height: 22px;
	margin-top: 5px;
}


/*** LISTS (NORMAL & BIG) ***/
td.list_spacer
{
	background: transparent url(../images/site/hr.gif) top left repeat-x;
	height: 8px;
}
span.big
{
	font-size: 15px;
}
span.verybig
{
	font-size: 18px;
}
span.promo
{
	font-size: 11px;
	font-weight: bold;
	color: #FB9701;
}
span.black
{
	color: #a0a0a0;
}
a.btn_small
{
	background: transparent url(../images/site/btn_small.gif) no-repeat;
	color: #ffffff;
	display: block;
	width: 70px;
	height: 18px;
	border: 0px;
	padding-top: 1px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	float: right;
}
div.option_spacer
{
	background: transparent url(../images/site/hr.gif) bottom left repeat-x;
	height: 4px;
	margin-bottom: 4px;
	font-size: 0px;
	clear: both;
}
div.list_spacer
{
	background: transparent url(../images/site/hr.gif) bottom left repeat-x;
	height: 4px;
	margin-bottom: 6px;
	font-size: 0px;
	clear: both;
}
div.biglist_spacer
{
	background: transparent url(../images/site/hr.gif) bottom left repeat-x;
	margin-bottom: 6px;
	height: 6px;
	font-size: 0px;
	clear: both;
}
a.title_link
{
	text-decoration: none;
	color: #000000;
}
div.option_price
{
	float: right;
	vertical-align: bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #FB9701;
	margin-right: 6px;
}
div.option_exprice
{
	width: 80px;
	color: #a0a0a0;
	float: right;
	vertical-align: bottom;
	padding-top: 1px;
	padding-bottom: 1px;
	text-align: right;
	margin-right: 6px;
}
div.biglist_price
{
	margin-top: 6px;
	color: #FB9701;
}
div.clear
{
	clear: both;
}
div.biglist_title
{
	color: #FB9701;
	font-size: 14px;
	margin-bottom: 4px;
}
div.list_image
{
	float: left;
	width: 45px;
	text-align: center;
}
div.list_image img
{
	margin: 2px 10px 0px 0px;
}
div.biglist_image
{
	float: left;
	text-align: center;
	width: 130px;
}
div.biglist_image img
{
	margin: 8px 10px 2px 0px;
}
div.biglist_content
{
	margin-left: 130px;
}
div.list_content
{
	margin-left: 45px;
}
div.list_price
{
	vertical-align: bottom;
	color: #FB9701;
}


/*** NEWS ***/
div.news_date
{
	font-size: 10px;
	color: #a0a0a0;
}
div.news_title
{
	background: transparent url(../images/site/page_white.gif) no-repeat;
	background-position: 0px 4px;
	padding-left: 24px;
	color: #fb9701;
	font-size: 14px;
}
div.news_image
{
	margin-top: 2px;
	margin-bottom: 8px;
	width: 120px;
	text-align: center;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
div.news_content
{
	margin-left: 130px;
	margin-bottom: 4px;
}
div.news_content a
{
	color: #ffffff;
	background-color: #fb9701;
	text-decoration: none;
	padding-left: 2px;
	padding-right: 3px;
}
div.news_spacer
{
	background: transparent url(../images/site/hr.gif) bottom left repeat-x;
	margin-bottom: 6px;
	height: 6px;
	font-size: 0px;
	clear: both;
}

/*** FORMS ***/
input, select, option, textarea
{
	font-family: Century Gothic, verdana;
}
td.label
{
	padding-right: 10px;
	white-space: no-wrap;
	vertical-align: middle;
}
input.input_medium
{
	width: 100px;
	font-size: 11px;
	margin-bottom: 2px;
	border: 1px solid #dedede;
	padding: 2px;
	margin-right: 8px;
}
input.input_large
{
	width: 150px;
	font-size: 11px;
	margin-bottom: 2px;
	border: 1px solid #dedede;
	padding: 2px;
	margin-right: 8px;
}
input.btn_small
{
	color: #ffffff;
	background: transparent url(../images/site/btn_small.gif) no-repeat;
	width: 70px;
	height: 18px;
	text-align: center;
	border: 0px;
	text-decoration: none;
	font-size: 11px;
}
textarea.text_large
{
	width: 300px;
	font-size: 11px;
	margin-bottom: 2px;
	border: 1px solid #dedede;
	padding: 2px;
	margin-right: 8px;
}
select.select
{
	border: 1px solid #dedede;
}
span.error
{
	color: #fb9701;
}


/*** SHOPPING CART ***/
table.cart
{
	width: 100%;
}
td.cart_product
{
	font-size: 12px;
	color: #fb9701;
}
td.cart_excl
{
	color: #a0a0a0;
	font-size: 10px;
	text-align: right;
	padding-right: 8px;
	padding-bottom:  4px;
	width: 80px;
}
td.cart_price
{
	text-align: right;
	padding-right: 8px;
	width: 80px;
}
td.cart_checkbox
{
	width: 24px;
	text-align: center;
	padding-right: 6px;
}
td.cart_nr
{
	text-align: center;
	width: 60px;
}
td.cart_delete
{
	width: 18px;
	text-align: right;
}
td.cart_total
{
	font-size: 12px;
	color: #fb9701;
	text-align: right;
	padding-right: 8px;
}
td.cart_totalexcl
{
	color: #a0a0a0;
	font-size: 10px;
	text-align: right;
	padding-right: 8px;
	padding-bottom:  4px;
}
td.cart_totalspacer
{
	height: 10px;
	background: transparent url(../images/site/bg_totalspacer.gif) top left repeat-x;
}

/*** PRINT ***/
input.print_right
{
	float: right;
	margin-right: 4px;
}
input.print
{
	margin-left: 5px;
	margin-top: -4px;
}
a.print_right
{
	float: right;
	margin-right: 8px;
	margin-top: 3px;
}
a.print_all_right
{
	float: right;
	margin-right: 8px;
	margin-top: 5px;
}
div.print_all
{
	text-align: right;
}
div.print_all input
{
	margin-right: 74px;
}

/*** STOCK ***/
.stock
{
	float: right;
	margin-right: 5px;
}
