body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	color: #333333;
	
	padding: 0;
	margin: 0;
}

body.popup
{
	background-color: #ffffff;
	background-image: url(grafik/popup_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom !important;
	padding: 20px 20px 25px 20px;
}

body.largeimages
{
	background-color: #333333;
	padding: 60px 0 0 0;
	margin: 0;
}

a
{
	color: #003bb3;
}

img
{
	border: 0;
}

ul
{
	padding-left: 15px;
	margin: 0;
}

input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

fieldset
{
	padding: 0px 10px 10px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	border-style: solid;
}

legend
{
	padding: 10px 6px 10px 3px;
	color: #000000;
	font-weight: bold;
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	width: 729px;
}

.object
{
	position: relative;
	float: left;
	width: 234px;
	height: 235px;
	background-image: url(grafik/object_bg_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0 4px 8px 4px;
	cursor: pointer;
}

.object a
{
	position: relative;
	display: block;
	width: 214px;
	height: 215px;
	text-decoration: none;
	padding: 10px;
	
	background-image: url(grafik/object_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	color: #333333;
	
	cursor: pointer;
}

.object img
{
	display: block;
	margin-bottom: 8px;
	width: 214px;
	height: 150px;
	
	cursor: pointer;
}

.noimage
{
	background-image: url(grafik/noimage_normal.gif);
	background-repeat: no-repeat;
	display: block;
	width: 214px;
	height: 150px;
	margin-bottom: 8px;
}

span.brand
{
	font-weight: bold;
	color: #003bb3;
	font-size: 13px;
}

h1, span.brand_big
{
	font-weight: bold;
	color: #003bb3;
	font-size: 25px;
	letter-spacing: -1px;
	margin-top: 0;
}

h1
{
	border-bottom: 1px solid #cccccc;
	padding-bottom: 5px;
}

span.model
{
	font-weight: normal;
	color: #003bb3;
	font-size: 12px;
}

span.price
{
	position: absolute;
	right: 5px;
	top: 5px;
	display: block;
	background-color: #333333;
	color: #ffffff;
	padding: 6px 7px 6px 7px;
	font-size: 12px;
	font-weight: bold;
}

span.price_special
{
	color: #ff3333;
	display: block;
}

span.price_big
{
	font-size: 17px;
	font-weight: bold;
	color: #000000;
}

#nav
{
	width: 100%;
	background-image: url(grafik/nav_bg.gif);
	height: 39px;
	margin-bottom: 15px;
}

#nav div
{
	padding: 12px 0 12px 12px;
}

#nav a
{
	float: left;
	margin-right: 20px;
	outline: none;
}

#column_data
{
	width: 300px;
	float: left;
	margin-right: 15px;
}

#column_gallery
{
	width: 413px;
	float: left;
	overflow: hidden;
}

.details
{
	width: 100%;
}

.details td
{
	border-bottom: 1px solid #cccccc;
	vertical-align: top;
	font-size: 12px;
	padding: 3px 0 3px 0;
}


#largeImageHolder
{
	display: block;
	cursor: pointer;
	padding: 0px;
	margin: 0px;
	width: 413px;
}

#galleryPanel
{
	width: 413px;
	height: 71px;
	background-image: url(grafik/gallerypanel.gif);
	background-repeat: no-repeat;
	position: relative;
	margin-bottom: 5px;
}

#galleryPanel_inner
{
	width: 365px;
	height: 58px;
	position: relative;
	margin: 0 23px 0 23px;
	top: 6px;
	overflow: hidden;
}

#galleryPanel_scroll
{
	position: absolute;
	width: 2000px;
	top: 0;
	left: 0;
	height: 84px;
	white-space: nowrap;
}

#galleryPanel_inner img
{
	float: left;
	margin: 0 2px 0 2px;
	cursor: pointer;
	width: 88px;
	height: 58px;
}

#btn_scroll_left, #btn_scroll_right
{
	background-repeat: no-repeat;
	display: block;
	width: 22px;
	height: 71px;
	position: absolute;
	top: 0;
	outline: none;
}

#btn_scroll_left {
	background-image: url(grafik/scrollbtn_left_normal.gif);
	left: 0;
}

#btn_scroll_right {
	background-image: url(grafik/scrollbtn_right_normal.gif);
	right: 0;
}

.btn_scroll_left_off {
	background-image: url(grafik/scrollbtn_left_off.gif) !important;
}

.btn_scroll_right_off {
	background-image: url(grafik/scrollbtn_right_off.gif) !important;
}

.userForm, .userForm_singlecol
{
	width: 100%;
}

.userForm td
{
	width: 50%;
}

.userForm_singlecol td
{
	width: 100%;
}

.userForm .textField, .userForm_singlecol .textField
{
	width: 98%;
	border: 1px solid #999999;
	margin-bottom: 14px;
}

#formButtons
{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #333333;
}

#formButtons div
{
	padding: 20px;
}

.toggleFields
{
	color: #bbbbbb;
}

.toggleFields input, .toggleFields textarea
{
	background-color: #eeeeee;
}

#largeimagesNav
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	z-index: 100;
	background-color: #333333;
}

#largeimagesNav div
{
	padding: 20px;
}

#largeimagesNav a
{
	float: left;
	margin-right: 20px;
	outline: none;
}

#largeimages
{
	padding: 0 5px 5px 5px;
	text-align: center;
}

#contactPhoto
{
	background-image: url(grafik/seller_photo_bg.gif);
	background-repeat: no-repeat;
}

#contactPhoto, #contactPhoto img
{
	width: 68px;
	height: 85px;
}
