

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td  {
	margin : 0;
	padding : 0;
	border : 0;
	outline : 0;
	font-size : 100%;
	vertical-align : baseline;
	background : transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
	margin: 0;
	padding: 0;	
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* hate borders around img */
a img, img { border: none }


#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

/* The main calendar widget.  DIV containing a table. */

.calendar {
  position: relative;
  display: none;
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

.calendar table {
  border: 1px solid;
  border-color: #fff #000 #000 #fff;
  font-size: 11px;
  cursor: default;
  background: Window;
  color: WindowText;
  font-family: tahoma,verdana,sans-serif;
}

/* Header part -- contains navigation buttons and day names. */

.calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: ButtonFace;
}

.calendar .nav {
  background: ButtonFace url(menuarrow.gif) no-repeat 100% 100%;
}

.calendar thead .title { /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #000;
  background: ActiveCaption;
  color: CaptionText;
  text-align: center;
    font-size: 12px;
}

.calendar thead .headrow { /* Row <TR> containing navigation buttons */
    
}

.calendar thead .daynames { /* Row <TR> containing the day names */
}

.calendar thead .name { /* Cells <TD> containing the day names */
  border-bottom: 1px solid ButtonShadow;
  padding: 2px;
  text-align: center;
  background: ButtonFace;
  color: ButtonText;
    
}

.calendar thead .weekend { /* How a weekend day name shows in header */
  color: #f00;
}

.calendar thead .hilite { /* How do the buttons in header appear when hover */
  border: 2px solid;
  padding: 0px;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
}

.calendar thead .active { /* Active (pressed) buttons in header */
  border-width: 1px;
  padding: 2px 0px 0px 2px;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

/* The body part -- contains all the days in month. */

.calendar tbody .day { /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px;
}
.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa;
}
.calendar tbody .day.othermonth.oweekend {
  color: #faa;
}

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid ButtonShadow;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody .rowhilite td {
  background: Highlight;
  color: HighlightText;
}

.calendar tbody td.hilite { /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  

}

.calendar tbody td.active { /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
}

.calendar tbody td.selected { /* Cell showing selected date */
  font-weight: bold;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  padding: 2px 2px 0px 2px;
  background: ButtonFace;
  color: ButtonText;
}

.calendar tbody td.weekend { /* Cells showing weekend days */
  color: #f00;
}

.calendar tbody td.today { /* Cell showing today date */
  font-weight: bold;
  color: #00f;
}

.calendar tbody td.disabled { color: GrayText; }

.calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  visibility: hidden;
}

.calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  display: none;
}

/* The footer part -- status bar and "Close" button */

.calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
}

.calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  background: ButtonFace;
  padding: 1px;
  border: 1px solid;
  border-color: ButtonShadow ButtonHighlight ButtonHighlight ButtonShadow;
  color: ButtonText;
  text-align: center;
}

.calendar tfoot .hilite { /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e4e0d8;
}

.calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
}

/* Combo boxes (menus that display months/years for direct selection) */

.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border: 1px solid;
  border-color: ButtonHighlight ButtonShadow ButtonShadow ButtonHighlight;
  background: Menu;
  color: MenuText;
  font-size: 90%;
  padding: 1px;
  z-index: 100;
}

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px;
}

.calendar .combo .label-IEfix {
  width: 4em;
}

.calendar .combo .active {
  padding: 0px;
  border: 1px solid #000;
}

.calendar .combo .hilite {
  background: Highlight;
  color: HighlightText;
}

.calendar td.time {
  border-top: 1px solid ButtonShadow;
  padding: 1px 0px;
  text-align: center;
  background-color: ButtonFace;
}

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: Menu;
}

.calendar td.time .ampm {
  text-align: center;
}

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold;
}

.calendar td.time span.hilite {
  border-color: #000;
  background-color: Highlight;
  color: HighlightText;
}

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0;
}

body,html,h1,h2,h3,p {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 0.75em; /* unless specified otherwise (h1..) */
	line-height: 18px;
}

html {
	font-size: 100.01%;	
}

.cb {
	clear: both;	
}

.black {
	color: #000000;	
}

.red {
	color: #ff0000;
}

.green {
	color: #009933;	
}

.mt5 {
	margin-top: 5px;	
}

.mr10 {
	margin-right: 10px;	
}

.mr20 {
	margin-right: 20px;	
}

.i {
	font-style: italic;	
}

.a img, img {
	border: none;	
}

a, a:visited {
	color: #000000;
	text-decoration: underline;	
}

/* LAYOUT */

#container {
	width: 100%;
	background-color: #FFFFFF;
}

#header {
	margin: 10px auto 0 auto;
	width: 1000px;
	color: #b2b2b2;
	font-size: 11px;	
}

#header a,
#header a:visited {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
	padding: 0 5px;	
}

#header a:hover {
	text-decoration: underline;
}

.header_inner_top {
	padding: 0 5px 5px;
	width: 990px;
}

.header_inner_top_left {
	float: left;
	width: 250px;	
}

.header_inner_top_center {
	float: left;
	width: 490px;	
	text-align: center;
}

.header_inner_top_center_language_img {
	margin-right: 10px;
	opacity:0.25;
	filter:alpha(opacity=25);
}

.img_selected {
	opacity:1.0;
	filter:alpha(opacity=100);		
}

.header_inner_top_right {
	float: left;
	width: 250px;	
	text-align: right;
}

.header_inner_line {
	width: 1000px;
	height: 1px;
	background-color: #e8dabe;
	line-height: 1px;
}

.header_inner_bottom {
	text-align: center;
	padding: 35px 0 45px 0;
}

.header_inner_bottom_active_auctions {
	text-align: center;
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	color: #000;	
	margin-bottom: 15px;
}

.header_inner_bottom_active_auctions h1 {
	margin: 0;
	padding: 0;
	font-family: "Georgia", Arial, sans-serif;
	font-size: 30px;
	line-height: 32px;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
}

.header_inner_bottom_auction_type {
	margin-bottom: 15px;	
	text-align: center;
}

.header_inner_bottom_auction_type h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 15px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

#main {
	width: 100%;
	/*color: #c09251;*/
	color: #000000;
	background-color: #f9f5ed;
}

#main_inner {
	margin: 0 auto;
	width: 1000px;
	/*border: 1px solid #e8dabe;*/
	/*color: #c09251;*/
	color: #000000;
	background-color: #f9f5ed;		
}

#sidecolumn {
	float: left;
	margin-right: 30px;
	width: 200px;
	overflow: hidden;
}

#maincolumn {
	float: left;
	width: 533px;
	padding: 10px 0 35px 0;
	overflow: hidden;
}

#footer {
	margin: 0 auto;
	width: 1000px;
}

.footer_inner {
	text-align: center;
	padding: 20px 0;
	color: #b2b2b2;
	font-size: 11px;	
}

.footer_inner a,
.footer_inner a:visited {
	color: #b2b2b2;
	text-decoration: none;
	font-size: 11px;
	padding: 0 5px;
}

.footer_inner a:hover {
	text-decoration: underline;
}

/* END LAYOUT */

.fpaAdditionalInfo {
	text-align: center;
	padding: 10px;
	width: 978px;
	border: 1px solid #E8DABE;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 5px;
}

.fpa {
	
}

.fpa h1 {
	margin: 15px 0;
	font-size: 18px;
	line-height: 19px;
	text-transform: uppercase;
	text-align: center;
}

.fpa h1 a,
.fpa h1 a:visited {
	text-decoration: underline;
	color: #C09251;
	font-weight: bold;
}

.fpa h1 a:hover {
	text-decoration: none;
}

.fpa_b2b {
	float: left;
	width: 450px;
	margin-right: 100px;
}

.fpa_b2c {
	float: left;
	width: 450px;
}

.fpa_subtitle {
	width: 378px;
	border: 1px solid #e8dabe;
	padding: 25px 35px;
	background-color: #FFFFFF;
	color: #000000;	
}

.fpa_sublinks {
	text-align: center;	
	margin: 15px 0 20px 0;
	font-size: 14px;
	color: #C09251;
	text-transform: uppercase;		
}

.fpa_sublinks a,
.fpa_sublinks a:visited {
	font-size: 14px;
	text-decoration: underline;
	color: #C09251;
	padding-left: 20px;
	text-transform: uppercase;
}

.fpa_sublinks a:hover {
	text-decoration: none;
}


.sidebox {
	border: 3px solid #aaa;
	margin-bottom: 15px;
}

.sidebox h1 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	background-color: #eee;
	border-bottom: 3px solid #aaa;
	text-align: center;
}

.sidebox p {
	padding: 6px;
	font-size: 12px;
	text-align: center;
}

.sidebox hr {
	border: none;
	height: 3px;
	color: #4f80bc;
	background-color: #aaa;
	margin: 0;
}

p {
    margin-top: 0.3em;
	font-size: 12px;
	margin-bottom: 0.3em;
}

h1 {
	margin-bottom: 0.6em;
	font-size: 18px;
	font-weight: bold;
	color: #c09251;
}

h2 {
    margin-top: 0.3em;
    margin-bottom: 0.6em;
	font-size: 16px;
}
h3 {
    margin-top: 0.3em;
    margin-bottom: 0.6em;
	font-size: 12px;
}

.comment_info { margin-top: -0.4em; margin-bottom: 0.4em; font-style: italic;}

.sub_navigation {
	padding: 21px 0 18px 0;	
}
.category-navigation {
	margin: 10px 0;
	color: #676767;
	font-size: 12px;
	float: left;
}

.category-navigation-between {
	margin: 0 10px;
	font-weight: bold;
	font-size: 12px;
	float: left;
}

.category-navigation h3 {
	float: left;
	margin: 0;
	padding: 0;	
}

.category-navigation h3 a,
.category-navigation h3 a:visited {
	text-decoration: underline;
	font-size: 12px;
	text-transform: uppercase;
	color: #8a8a8a;
	font-weight: normal;
}

.category-navigation h3.categoryhere a,
.category-navigation h3.categoryhere a:visited {
	text-decoration: none;
	font-weight: bold;
}

/* SIDECOLUMN NAVIGATION */

.sideMenuNavigation {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	line-height: 15px;
}

.sideMenuNavigation li {
	padding: 0;
	margin: 0;
	display:list-item;
	padding: 0 0 3px 0;
	/*border-bottom: 1px solid #e0e0e0;*/
	
}

.sideMenuNavigation li.fli_selected {
	/*background-color: #f1f1f1;*/	
}

.sideMenuNavigation li a,
.sideMenuNavigation li a:visited {
	display: block;
	font-size: 12px;
	padding: 3px 0 0 0;
	color: #8e8e8e;
}

.sideMenuNavigation a.pc_selected,
.sideMenuNavigation a.pc_selected:visited {
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 3px 0 0 0;
	/*padding: 10px 0 0 0;*/		
}

.sideMenuNavigation a.selected,
.sideMenuNavigation a.selected:visited,
.sideMenuNavigation a.p_selected,
.sideMenuNavigation a.p_selected:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	margin: 0;
	padding: 3px 0 0 0;	
}

.sideMenuNavigationSubMenu {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sideMenuNavigationSubMenu li {
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
	border-bottom: none;
}

.sideMenuNavigationSubMenuLinkContainer {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sideMenuNavigationSubMenuLinkContainer li {
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
}

.sideMenuNavigationSubMenuProducts {
	padding: 0;
	margin: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.sideMenuNavigationSubMenuProducts li {
	padding: 0 0 0 10px;
	margin: 0;
	display: block;
}

/* For all with decent browser and maybe IE7 */

.sideMenuNavigation>li>ul>li>a {
	font-size: 14px;
}

.flinkred, .flink {
	cursor: pointer;
}

.flinkred {
	color: red;
}

.languageContentDiv {
	border: 1px solid #E8DABE;
	padding: 5px;
	margin-top: 10px;
}

.cmsManufacturerModels {
	padding-left: 20px;
	padding-right: 20px;
}

.cmsEditModelDiv {
	padding-right: 42px;
	margin: 5px 0;
}

.auctions_auction_toplinks,
.product_product_toplinks {
	width: 980px;
	padding: 0 10px;
	text-align: center;
	height: 25px;
}

.auctions_auction_toplinks a,
.auctions_auction_toplinks a:visited,
.product_product_toplinks a,
.product_product_toplinks a:visited {
	text-decoration: underline;
	font-size: 12px;
	text-transform: uppercase;
	color: #c09251; 
}

.auctions_auction_toplinks a:hover,
.product_product_toplinks a:hover {
	text-decoration: none;
}

.auctions_auction_toplinks_leftlink,
.product_product_leftlink {
	width: 200px;
	text-align: left;
	float: left;
}

.auctions_auction_toplinks_centerlink,
.product_product_centerlink {
	width: 580px;
	text-align: center;	
	float: left;
}

.auctions_auction_toplinks_rightlink,
.product_product_rightlink {
	width: 200px;
	text-align: right;
	float: left;
}

.auctions_auction_container {
	border: 1px solid #e8dabe;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	color: #434343;
	width: 998px;
	height: 130px;
}

.auctions_auction_image {
	float: left;
	width: 150px; /*193-30-13*/
	height: 90px;/*130-40*/
	padding: 20px 30px 0 13px;
	
}

.auctions_auction_data {
	float: left;
	width: 460px;
}

.auctions_auction_data h2 {
	margin: 17px 0 13px 0;
	padding: 0;
}

.auctions_auction_data h2 a,
.auctions_auction_data h2 a:visited {
	text-decoration: none;
	font-size: 23px;
	line-height: 24px;
	color: #000000;
}

.auctions_auction_data h2 a:hover {
	text-decoration: underline;
}

.auctions_auction_data_country {
	margin-bottom: 4px;	
}

.auctions_auction_data_country img {
	margin-right: 7px;	
}

.auctions_auction_time {
	float: left;
	width: 332px;/*345-13*/
	padding: 55px 13px 0 0;
}

.auctions_auction_time_top {
	margin-bottom: 4px;
}

.auctions_auction_time_top_left {
	float: left;
}

.auctions_auction_time_top_right {
	float: right;
}

.auctions_auction_time_bottom {
	color: #000000;
	font-weight: bold;
	font-size: 30px;
	line-height: 35px;
	height: 40px;
}

.auctions_h2_container {
	height: 25px;	
}

.auctions_h2 {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 16px;
	color: #000000;
	text-align: center;
}

.products_product_container {
	padding: 0 10px;
	color: #434343;
	width: 980px;
	height: 110px;
	position: relative;
}

.products_product_container_warning {
	padding: 0 0 0 10px;
	color: #FFFFFF;
	height: 23px;
	position: absolute;
	top: 57px;
	right: 318px;
	width: 300px;
	background-color: #ff0000;
	z-index: 100;
}

.products_product_container_warning_left {
	float: left;
	text-align: right;
	padding-top: 2px;	
	
}

.products_product_container_warning_right {
	float: right;
	text-align: right;
	width: 12px;
	height: 23px;
}

.products_product_left {
	float: left;
	width: 165px;
	padding-right: 10px;
}

.products_product_left_image {
	width: 165px;
	height: 110px;
	float: left;	
}

.products_product_middle {
	float: left;
	width: 495px; /*test*/
}

.products_product_middle h2 {
	margin: 10px 0 8px 0;
	padding: 0;
}

.products_product_middle h2 a,
.products_product_middle h2 a:visited {
	text-decoration: none;
	font-size: 16px;
	line-height: 17px;
	color: #000000;
}

.products_product_middle h2 a:hover {
	text-decoration: underline;
}

.products_product_middle_shortdesc {
	width: 225px;
	float: left;
	margin-right: 15px;	
}

.products_product_middle_type,
.products_product_middle_manufactored,
.products_product_middle_manufactored,
.products_product_middle_km {
	float: left;
	width: 90px;
	margin-right: 15px;
	font-weight: bold;
	text-align: left;
}

.products_product_middle_manufactored {
	text-align: right;
	width: 50px;
	margin-right: 15px;		
}

.products_product_middle_km {
	text-align: right;
	width: 50px;
	margin-right: 35px;			
}

.products_product_middle_details {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.products_product_middle_details a,
.products_product_middle_details a:visited {
	text-decoration: underline;
	color: #a4a4a4;
	font-size: 12px;
	font-weight: normal;
}

.products_product_middle_details a:hover {
	text-decoration: none;
}

.products_product_right {
	float: right;
	width: 310px;
	font-size: 1em;	
}

.products_product_right_captions {
	float: left;
	text-align: right;
	text-transform: uppercase;	
	width: 142px;
	font-family: "Georgia", Arial, sans-serif;
	line-height: 23px;
	font-weight: normal;
	margin-top: 10px;
	font-size: 12px;
}

.products_product_right_eur {
	float: left;
	width: 80px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}

.products_product_right_eur font {
	padding-right: 4px;	
}

.products_product_right_bidimages {
	float: left;
	width: 80px;
	margin-left: 8px;
	margin-top: 9px;
}

.products_product_all_bids {
	width: 307px;
	padding: 0px 98px 0px 595px;
	color: #434343;	
}

.products_product_all_bids_left {
	float: left;
	width: 227px;
	text-align: right;
	text-transform: uppercase;
	line-height: 22px;
	font-family:"Georgia",Arial,sans-serif;
}

.products_product_all_bids_right {
	float: left;
	width: 76px;
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	padding-right: 4px;
}

.product_product_container {
	width: 1000px;
	color: #434343;
	position: relative;
}

.product_top {
	width: 980px;
	padding: 0 10px;
	height: 25px;
}

.product_top_bid_step {
	color: #2b2b2b;
	float: left;
	width: 280px;
	font-weight: bold;
}

.product_top_refresh {
	float: right;
	text-align: right;
	width: 700px;	
	color: #8e8e8e;	
}

.product_top_refresh a,
.product_top_refresh a:visited {
	color: #8e8e8e;	
	text-decoration: underline;
	padding-left: 5px;
}

.product_top_refresh a:hover {
	text-decoration: none;
}

.product_product_left {
	width: 480px;
	padding: 0 18px 0 10px;
	float: left;
	
}

.product_product_container h1 {
	font-size: 25px;
	line-height: 28px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.product_product_left_type {
	font-size: 10px;
}

.product_product_left_name {
	
}

.product_product_left_shortdesc {
	font-size: 12px;	
}

.product_product_middle {
	float: left;
	width: 182px;	
}

.product_product_middle_startprice {
	padding: 33px 10px 0 10px;	
	font-family: "Georgia", Arial, sans-serif;
	line-height: 23px;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;	
}

.product_product_middle_startprice span {
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}

.product_product_right {
	float: right;
	width: 310px;
	font-size: 1em;	
}

.product_product_right_captions {
	float: left;
	text-align: right;
	width: 142px;
	font-family: "Georgia", Arial, sans-serif;
	line-height: 23px;
	font-weight: normal;
	margin-top: 10px;
	font-size: 12px;
	text-transform: uppercase;	
}

.product_product_right_eur {
	float: left;
	width: 80px;
	text-align: right;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px;
}

.product_product_right_eur font {
	padding-right: 4px;	
}

.product_product_right_bidimages {
	float: left;
	width: 80px;
	margin-left: 8px;
	margin-top: 6px;
}

.product_product_container_warning {
	padding: 0 0 0 10px;
	color: #FFFFFF;
	height: 23px;
	position: absolute;
	top: 57px;
	right: 318px;
	width: 300px;
	background-color: #ff0000;
	z-index: 100;
}

.product_product_container_warning_left {
	float: left;
	text-align: right;
	padding-top: 3px;	
	
}

.product_product_container_warning_right {
	float: right;
	text-align: right;
	width: 12px;
	height: 23px;
}

.product_product_container h2 {
	padding: 0 0 0 10px;
	margin: 0;
	font-size: 12px;
	color: #000000;
	text-transform: uppercase;
	height: 25px;
}

.product_product_container h3 {
	padding: 10px 0 6px 0;
	margin: 0;
	font-size: 11px;
	color: #000000;
}

.product_product_column_container {
	width: 1000px;
	display: inline;	
}

.product_product_left_column {
	width: 490px;
	margin-right: 20px;
	float: left;	
}

.product_product_left_column_inner {
	padding: 0 10px;
	width: 470px;
}

.product_product_main_image_container {
	text-align: center;
	width: 470px;	
}

.product_product_gallery_image_container img {
	margin-right: 10px;
}

.product_product_right_column {
	width: 490px;
	float: left;	
}

.product_product_dataplace {
	padding: 0 10px 20px 10px;
}

.product_product_dataplace_doc_line {
	margin-bottom: 10px;
}

.product_product_dataplace_doc_line img {
	float: left;	
}

.product_product_dataplace_doc_link {
	color: #be9d5a;
	padding: 10px 0 0 0;
	float: left;
}

.product_product_dataplace_doc_link a,
.product_product_dataplace_doc_link a:visited {
	color: #be9d5a;
	text-decoration: underline;
	font-weight: bold;
	padding: 10px 0 0 0;
	
}

.product_product_dataplace_doc_link a:hover {
	text-decoration: none;
}

.product_product_dataplace_left {
	float: left;
	width: 160px;
}

.product_product_dataplace_right {
	float: left;
	width: 310px;
	font-weight: bold;
}

.gray_line_separator {
	margin: 10px 0;
	background-color: #c9c6bf;
	height: 1px;
	line-height: 1px;
}

.gray_line_separator_mt0 {
	margin-top: 0px;
}


.black_line_separator {
	margin: 15px 0;
	background-color: #000000;
	height: 2px;
	line-height: 2px;
}

.formlabel {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
	margin-top: 15px;
}

.formlabel_login {
	color: #000;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

.formwide .formfield {
	width: 550px;
	height: 25px;
	padding: 6px 2px 0 5px;
	font-size: 14px;
}

.formfield_login {
	width: 270px;
	height: 25px;
	padding: 6px 2px 0 5px;
	font-size: 14px;
}

.myp_reg_cu .formfield_select {
	width: 560px;
	padding: 2px 0 0 5px;
}


/*
select option {
   line-height: 39px;
   font-size: 25px;
}*/


.signButton_container {
	text-align: center;
	height: 37px;
	margin-top: 15px;
	vertical-align: middle;
	
}

.signButton {
	margin-left: 43%;
}

.signButton a,
.signButton a:visited {
	background-color:#EADDC3;
	background-image:url(/images/defaultImages/BOTIS_signup.jpg);
	background-repeat:no-repeat;
	border:0 none;
	color:white;
	font-size:16px;
	font-weight: bold;
	padding-top: 7px;
	text-decoration:none;
	text-align: center;
	width: 109px;
	height: 29px;
	display: block;
	text-decoration: none;
}

.login_left,.login_right {
	float: left;
	width: 282px;
	margin-right: 35px;
}

.login_right {
	margin-right: 0;
}

.login_bottom {
	text-align: center;	
}



.hidden {display: none;}
/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/

.tablepadding th, .tablenopadding th {
	color: #434343;		
}

.tablepadding th,.tablepadding td {
	text-align: left;
	padding: 2px 5px 2px 5px;
}


.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
	text-align: left;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: left;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
	color: #C09251;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #ebebeb;
}



/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton, .formbutton_fixed {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/formbutton.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formbutton_fixed {
	margin-left: 20px;
	width: 120px;
}

.products-order {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}
	
.products-order-disabled {
	background-color: #cccccc;
	border: #AAAAAA solid 1px;
	color: #000000;
	width: 45px;	
	}	

.products-details {
	text-decoration: underline;
	cursor: pointer;
	/*font-weight: bold;*/
	color: #000000;
	}

.products-details-bold {
	text-decoration: underline;
	cursor: pointer;
	font-weight: bold;
	color: #000000;
	}

.products-details:hover,
.products-details-bold:hover {
	color: #10789D;
	border: none;
	background: none;
	}

.formfield, .formfield_textarea, .formfield_wide {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 2px;
	width: 200px;
	font-size: 12px;
}

.formfield_textarea {
	width: 400px;
	height: 150px;
}

.formfield_wide {
	width: 400px;
}

select.formfield,
.formfield_select {
	width: 206px; /* 200+2*2 padding +2border */
	padding: 1px 2px;
}
.formfield-error-report {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 360px;
	font-size: 12px;
}


.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */

.bak2top {
	width: 100px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	background-color: #19A1D0;

	padding: 3px;
	background-image: url(/images/go-up.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.bak2top a{
	color: #FFFFFF;
}

.bak2top a:hover{
	color: #000000;
}

.topmenu {
	display: inline;
}

.here {
	background-color: red;	
}

.errormessage {
	width: 933px;
	margin: 0 auto 10px auto;
    background: #FFFFFF url(/images/exclamation.png) center no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border: 1px solid #E8DABE;
	/*border-top: 2px solid #C09251;
	border-bottom: 2px solid #C09251;*/
   	color: #000000;
	font-weight: bold; 
}
.infomessage {
	width: 933px;
	margin: 0 auto 10px auto;
    background: #FFFFFF url(/images/information.png) 15px 50% no-repeat;
    background-position: 15px 50%; /* x-pos y-pos */
    text-align: left;
    padding: 7px 20px 7px 45px;
	border: 1px solid #E8DABE;
	/*border-top: 2px solid #C09251;
	border-bottom: 2px solid #C09251;*/
	color: #000000;
	font-weight: bold;
}

.search_result {
	margin-bottom: 10px;
}
.search_result h3 {
	margin:0 0 3px 0;
}

/* =================== Gallery scollable ======================= */
a.prev, a.next {
	display:block;
	width:30px;
	height:30px;
	float:left;
	background-repeat:no-repeat;	
	margin:15px 0 0 0;
}

a.prev {
	background:url(/images/button-left.gif);		
}

a.prev:hover {
	background:url(/images/button-left-over.gif);		
}

a.next {
	background:url(/images/button-right.gif);		
}

a.next:hover {
	background:url(/images/button-right-over.gif);		
}
div.items a {
	display:block;
	float:left;
	/*margin-right:8px;*/
	/*width:88px;*/
	height:66px;
	background:url(/images/item.gif) 0 0 no-repeat;
	font-size:50px;
	color:#ccc;
	line-height:66px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a:hover {
	color:#999;	
}

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
#scrollable {
	/*background-color:#efefef;*/
	background-color: #F7F7F7;
	/*border:1px solid #ddd;*/
	border:1px solid #DFDFDF;	
	padding:10px 8px;
	width:650px;
	height:65px;
}

/* container for the scrollable items */
div.items {
	height:66px;	
	margin-left:8px;
	margin-right:8px;	
	float:left;
	/*width:478px !important;*/
	width:572px !important;
}


ul.product_category,ul.category {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
	width: 100%;
}


ul.product_category li,ul.category li {
	padding: 0;
	margin: 0;
	list-style: none;
	cursor: pointer;
	background-color: #F6F6F6;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul, ul.category li ul {
	padding: 0;
	margin: 0;
	list-style: none;
	margin-left: 15px;
}

ul.product_category li ul li, ul.category li ul li {
	background-color: #e8e8e8;
	padding: 3px 0 3px 3px;
}

ul.product_category li ul li ul, ul.category li ul li ul {
	padding: 0;
	margin: 0;
	list-style: none;	
	margin-left: 15px;
}

ul.product_category li ul li ul li, ul.category li ul li ul li {
	background-color: #CFCFCF;
	padding: 3px 0 3px 3px;
}

#cms_container {
	padding: 5px 10px 0 10px;
	color: #000000;
	font-size: 14px;
}

#cms_container a,
#cms_container a:visited {
	font-size: 13px;
}


select.formfield {
	padding: 2px;
	padding-top: 0;
}


