/* Base CSS */

html, body, div, h1, h2, p, br, a, hr, strong, em, img, table, tr, td, form, input, select, textarea, fieldset, ul, li {
	margin: 0px;
	padding: 0px;
}

p, li, span, div {
    font:13px "franklin gothic medium", arial, verdana;
}

.box_content {
	font-size: 14px;
}

p {
    padding:0em;
    margin:0em 0em 13px 0em;
    line-height:17px;
}

a img {
    border:none;
}

h1 {
    font:bold 1.8em "franklin gothic medium", arial, verdana;
    text-transform:uppercase;
    padding-bottom: 6px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

hr {
	margin: 7px 0px 6px; _margin: 0px;
	height: 1px;
	border: 0px; 
	border-bottom: 1px solid #999;
}

.highlight {
	font-size: 15px;
	color: #009;
}

a:link, a:visited {
    color:#ccf;
    text-decoration: none;
}

a:hover {
    color:#99f;
    text-decoration: underline;
}

ul, li {
    margin:0px;
    padding:0px;
}


/**** TABLES ******************************************************************/
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
} table td {
	vertical-align: top;
} table.admin {
	margin-top: 5px;
	line-height: 15px;
	background-color: #222;
	border: 1px solid #999;
} table.admin tr:hover td {
	background-color: #333;
} table.admin th {
	padding: 2px;
	background-color: #444;
	border-top: 1px solid #999;
	border-bottom: 1px solid #777;
	text-align: left;
} table.admin td {
	padding: 2px;
} table.admin td.icon {
	padding: 0px;
} table.admin td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.admin td.icon img:hover {
	background-color: #333;
}

/****** SUBMENU ***************************************************************/
div.submenu {
	margin-bottom: 10px;

} div.submenu ul {
	list-style-type: none;
} div.submenu ul li {
	display: inline;
} div.submenu ul li.active a {
	font-weight: bold;
}

/****** DEBUG *****************************************************************/
div.debug {
	margin-top: 300px;
	color: #eee;
} div.debug pre {
	font-family: Courier New, monospace;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	background-color: #111;
}

/**** FORMS *******************************************************************/
form fieldset {
	padding: 0px;
	margin-bottom: 15px;
	border: 0px;
} form label {
	margin-bottom: 5px;
	display: block;
	width: 140px; _width: 137px;
	float: left;
} form input, form select, form textarea {
	margin-bottom: 5px;
	padding: 1px;
	color: #eee;
	font-size: 12px;
	vertical-align: top;
	background: #222;
	border: 1px solid #999;
} form div.radio {
	margin-left: 140px;
} form br {
	line-height: 8px;
	clear: left;
} form input.button {
	margin-left: 140px;
	margin-bottom: 0px;
	padding: 3px; _padding: 3px 1px 2px;
	color: #eee;
	font-weight: bold;
} form input.nomargin {
	margin-left: 0px;
} form a.required {
	margin-left: 2px;
	color: #f00;
} form a.red{
	color: #ff0000;
} div.feedback {
	margin-left: 140px;
	padding: 3px;
	color: #ff0000;
	border: 1px solid #ff0000;
} div.blocks_left label, div.blocks_right label {
	float: none;
}

/**** BBCODE ******************************************************************/
div.textarea {
	margin-left: 140px; _margin-left: 137px;
} div.textarea div.iefix {
	_width: 98%;
} div.textarea img {
	padding: 4px;
	cursor: pointer;
	background-color: #222;
	border: 1px solid #999;
} div.textarea  img:hover {
	background-color: #666;
	border: 1px solid #999;
} div.textarea select, div.textarea option {
	padding: 1px;
	font-weight: bold;
} div.textarea div.helpbox {
	padding: 2px;
	height: 14px;
	overflow: hidden;
	background-color: #999;
}

/* CARS */
div.car_list {
	margin: 5px 18px 5px 0px;
	padding-bottom: 10px;
	width: 200px;
	float: left;
	border-bottom: 1px solid #999;	
}


/* WEBSHOP */
div.webshop_box {
	color: #000;
	background-color: #eee;
}

div.webshop_box a {
	color: #000;
}

.box3 .titel a {
    text-decoration: none; 
}
.box3 .titel {
    font-size: 14px;
}
.box3 {
    margin-bottom:16px;
    padding:5px 15px;
    border: 4px solid #a2a2a2;
    border-top: 0;
}
.box3head {
    background:#a2a2a2 url(images/box_left_top2.gif) no-repeat top;
    padding:5px 15px;
    font-size: 18px;
    color:#000
}
.box3head a {
    color:#000;
    text-decoration: none;
}
.box3head a:hover {
    color:#eee;
}


div.box3 div.box, div.box3 span {
	font-family: Verdana;
}



table.webshop_items {
	color: #000;
	background-color: #fff;
	border: 1px solid #a2a2a2;
	font-family: Verdana;
}
table.webshop_items th {
	text-align: left;
	font-size: 14px;
	background-color: #ddd;
	padding: 4px;
}
table.webshop_items td {
	font-family: Verdana;
	border-bottom: 1px solid #a2a2a2;
	padding: 4px;
}
table.webshop_items a {
	color: #000;
}
div.webshop_item_description {
	font-family: Verdana;
	margin-top: 5px;
	font-size: 12px;
	color: #999;
}
table.webshop_items td.webshop_item_img  {
	text-align: right;
}


/**** FORMS *******************************************************************/
div.webshop_box input, div.webshop_box form select {
	color: #222;
	background: #fff;
}

a.webshop_cat {
	border: 1px #a2a2a2 solid;	
	color: #222;
	display: block;
	float: left;
	font-family: Verdana;
	font-weight: normal;
	font-size: 13px;
	padding: 5px 0px;
	margin: 5px 5px 10px 0;
	text-decoration: none;
	text-align: center;
	width: 150px;
	height: 133px;
	background-color: #fff;
}
a.webshop_cat img {
	margin: 10px 0px;
	border: 1px solid #fff;
}
a.webshop_cat_active {
	background-color: #ddd;
}
a.webshop_cat:hover, a.webshop_cat_active, a.webshop_cat:active {
	background-color: #ddd;
}

a.webshop_cat:hover img, a.webshop_cat_active img, a.webshop_cat:active img{
	border-color: #a2a2a2;
}

/* List item */
table.list_item {
} table.list_item img {
	border: 1px solid #999;
} table.list_item img:hover {
	border: 1px solid #ccc;
} div.price {
	float: right;
	font-weight: bold;
	
}

/* Show item */
div.item {
} div.item div.images {
	margin-left: 10px;
	float: right;
	text-align: right;
} div.item div.images img {
	border: 1px solid #999;
} div.item div.images img:hover {
	border: 1px solid #ccc;
} div.item div.images2 {
	margin-top: 20px;
	margin-left: 0px;
	text-align: left;
	float: none;
}

/* Cart table */
table {
	width: 100%; _width: 99%;
	border-collapse: collapse;
	border: 0px;
} table td {
	vertical-align: top;
} table.cart {
	margin-top: 5px;
	line-height: 15px;
	background-color: #222;
	border: 1px solid #999;
} table.cart th {
	padding: 2px;
	background-color: #444;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	text-align: left;
} table.cart td {
	padding: 2px;
} table.cart td.icon {
	padding: 0px;
} table.cart td.icon img {
	margin: 0px;
	padding: 4px 8px;
	border: 0px;
} table.cart td.icon img:hover {
	background-color: #333;
} table.cart img {
	float: left;
	margin-right: 5px;
} table.cart tr.total td {
	background-color: #444;
	border-top: 1px solid #999;	
	font-weight: bold;
} table.cart td.amount, table.cart th.amount {
	text-align: right;
	padding-right: 10px !important;
}

/* Customer data */
table.customer_data {
} table.customer_data th {
	text-align: left;
	width: 200px;
}

/* Categories Left */
#catmenu ul {
	list-style: none;
	margin-top: 15px;
	width: 175px;
}
#catmenu ul ul {
	margin-top: 5px;
	margin-bottom: 5px;
}

#catmenu ul li {
	margin:	2px 0 2px 0;
}

#catmenu ul li a {
	color: #eee;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	height:	18px;
	text-decoration: none;
}
#catmenu ul li a:hover {
	text-decoration: underline;
}
#catmenu ul li a.active {
	text-decoration: underline;
}

#catmenu ul.level_1 {
	margin-left: 15px;
}
#catmenu ul.level_1 li a {
	font-weight: normal;
}
#catmenu ul.level_2 {
	margin-left: 15px;
}
#catmenu ul.level_2 li a {
	font-weight: normal;
}

#catmenu ul li.active a {
	font-weight: bold;
	color: #ccccff;
}

/* SEARCH BLOCK */
#search {
	margin: 20px 0px 15px;
}
#search p {
	margin: 0;
}
#search form input {
	border: 1px solid #eee;
	background-color: #333;
	font-weight: bold;
}

/* Lightbox */
#lightbox{
	color:#eee;
	font:15px Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	padding: 10px;
	border: 5px solid #222;
}
#lightbox a{color:#eee;}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="theme/images/overlay.png", sizingMethod="scale");
}