/* CSS Main Document FROM http://csx-memory.com 
   Copyright: (C) Compustocx								*/

/* global style */

/* align center */

body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Sans-serif; /* Font: Trebuchet MS */
	font-size: 11px; /* size: 11px */
	color: #666666; /* color: #666666 */
	margin:10px 10px 10px 10px;
}

a:link {
	color: #F96610;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #F96610;
}

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

a:active {
	text-decoration: none;
	color: #F96610;
}

hr {
	margin:0px;
	padding:0px;
	border:none;
	border-bottom:1px solid #999999;
}

li {
	color:#999999;
	list-style:square;
	font-weight:bold;
	font-size:10px;
}

li a:link, li a:active, li a:visited {
	font-size:13px;
}

/* overall wrap */
#page-wrap {
	width:802px;
	border:1px solid #A5A5A5;
}

/* page header style */

#page-header {
	margin:1px 1px 0px 1px;
	width:800px;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	padding-bottom: 0px;
}

#logo a, #logo a:active, #logo a:visited {
	float:left;
	margin:3px 10px 0px 15px;
	width:268px;
	height:48px;
	background-image:url(../images/logo.gif);
	background-repeat:no-repeat;
}

#flags {
	float:left;
	height:15px;
	margin:8px;
}

#search {
	float:right;
	padding:3px 8px 5px 5px;
	color:#999999;
	text-align:left;
}

#search input {
	padding:2px 2px 3px 19px;
	font-size:12px;
	text-align:left;
	
	background-image:url(../images/search_bg.gif);
	background-repeat:no-repeat;
	
	border:1px solid #CCCCCC;
}

/* header nav */
#main-nav {
	width:100%;
	padding-bottom:10px;
	margin-bottom:1px;
	text-align:right;
	background-image:url(../images/nav_bottom_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#main-nav a, #main-nav a:visited, #main-nav a:active {
	float:left;
	position:relative;
	color:#FFFFFF;
	padding:3px 10px 0px 0px;
	padding-left:0px;
	margin-right:5px;
	
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:12px;
	font-weight:bold;
	
	background-image:url(../images/nav_bg_right.gif);
	background-position:top right;
	background-repeat:repeat-x;
	
	text-align:center;
	text-decoration:none;
	
	overflow:hidden;
	white-space:nowrap;
}

#main-nav a:hover {
	background-position:right -27px;
}

a.nav_button:hover .nav_cornerl  {
	background-position:0px -27px;
}

.nav_cornerl { float:left; margin-top:-3px; width:10px; height:22px; margin-bottom:-3px; background-image:url(../images/nav_bg_left.gif); background-position:top left; }

.nav_padding { padding:3px 0px 0px 0px; }

#main-nav-bottom {
	margin:0px -1px 0px -1px;
	width:100%;
	height:10px;
	background-image:url(../images/nav_bottom_bg.gif);
	background-repeat:repeat-x;
}

/* main and content styles */
#page-content {
	padding: 0px;
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-x;
	overflow:hidden;
	text-align:left;
}

/* side nav */
#side-nav {
	float:left;
	margin-top:10px;
	width:160px;
}

#side-nav a, #side-nav a:visited #side-nav a:active {
	display:block;
	margin-right:2px;
	padding:1px 2px 1px 3px;
	color:#4D4D4D;
	
	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-weight:normal;
	font-size:12px;
	
	text-align:left;
	text-decoration:none;
}

#side-nav a:hover {
	color:#F96610;
	background-color:#F7F7F7;
	text-decoration:none;
}

#side-nav_top {
	background-image:url(../images/side_nav_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:100%;
	height:5px;
}

#side-nav_main {
	background-image:url(../images/side_nav_bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	padding-bottom:5px;
}

#content {
	overflow:hidden;
	padding-top: 0px;
	float:left;
	margin-top:10px;
	margin-left:13px;
	margin-right:13px;
	line-height:1.5;
	text-align:left;
}

/* box sytels */
#box {
	float:left;
	text-align:left;
	margin-right:12px;
	margin-bottom:10px;
}

.b_short {
	width:143px;
	float:left;
}

.b_long {
	width:300px;
	float:left;
}

.b_start_long {
	width:380px;
	float:left;
}

.b_start_small {
	width:185px;
	float:left;
}

.b_flash {
	width:770px;
}

.spacer {
	width:10px;
	float:left;
}

/* little box */
.box_head {
	height:27px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;

	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#888888;
	
	text-transform:capitalize;
	
	background-image:url(../images/box_head.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.box_main {
	padding:3px 5px 3px 5px;
	background-color:#FFFFFF;
	border-right:1px solid #969696;
	border-left:1px solid #969696;
	text-align:center;
}

.box_bottom {
	height:30px;

	background-image:url(../images/box_main.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.box_bottom_2 {
	height:20px;

	background-image:url(../images/box_main_2.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.box_bottom a, .box_bottom a:visited, .box_bottom a:active {
	display:block;
	text-align:right;
	padding:7px 40px 0px 0px;
	
	font-weight:bold;
	font-size:12px;
}

/* big box */
.big_box_head {
	height:27px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;

	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#F96611;
	
	text-transform:capitalize;
	
	background-image:url(../images/big_box_head.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.big_box_main {
	padding:3px 5px 3px 5px;

	background-image:url(../images/big_box_main.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* Startseite big box */
.start_box_head {
	height:27px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;

	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#F96611;
	
	text-transform:capitalize;
	
	background-image:url(../images/start_box_head.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.start_box_main {
	padding:3px 5px 3px 5px;

	background-image:url(../images/start_box_main.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* Startseite small box */
.start_small_box_head {
	height:27px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;

	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#F96611;
	
	text-transform:capitalize;
	
	background-image:url(../images/start_small_box_head.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.start_small_box_main {
	padding:3px 5px 3px 5px;

	background-image:url(../images/start_small_box_main.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* flash box */
.flash_box_head {
	height:27px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:10px;

	font-family:"Trebuchet MS", Verdana, Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color:#F96611;
	
	text-transform:capitalize;
	
	background-image:url(../images/flash_box_head.gif);
	background-repeat:no-repeat;
	background-position:top;
}

.flash_box_main {
	padding:3px 5px 3px 5px;

	background-image:url(../images/flash_box_main.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

.sitetitle {
	color:#666666;

	font-weight:bold;
	font-size:16px;
}

.grouping_header {
	color:#666666;
	font-size:16px;
	font-weight:bold;
}

/* table classes */
th {
	color:#F96610;
	font-size:12px;
	font-weight:normal;
	
	background-image:url(../images/cellpic_top.jpg);
	background-repeat:repeat-x;
	text-align:left;
}

table.articlelist {
	background-color:#A6A6A6;
}

.normal {
	/*background-color:#FFFFFF;*/
}


.row {
	background-color:#FFFFFF;
}

.row_hover {
	background-color:#EFEFEF;
}

/* footer styles */
#page-footer {
	display:block;
	margin-top:10px;
	margin-bottom:1px;
	border-top:1px solid #EFEFEF;
	padding:3px 5px 3px 5px;
	font-size:12px;
	color:#999999;
	background-image:url(../images/footer_bg.gif);
	background-repeat:repeat-x;
}

div.articlefooter {
	font-size:9px;
}


/* clear all floatings */
.clear {
	clear:both;
}

img.flag {
	border: none;
}


img {
	border:none;
}

div.detailprice {
	font-family:Verdana,Helvetica,sans-serif;
	font-size:20px;
	font-weight: bold;
	color:#F96610;
}