/*
 * CSS-File for
 * tsx-cases.de
 * Copyright (c) CLICKSPORTS
 * $Rev: 52 $
 * $Author: svn-cg $
 * $Date: 2008-07-16 13:34:03 +0200 (Mi, 16 Jul 2008) $
 * This layout was tested to work with:
 * Mozilla Firefox 2.0
 * Opera 9.1
 * Apple Safari 3.0.3
 * Microsoft Internet Explorer 7
 * Microsoft Internet Explorer 6
 */

/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0px; padding: 0px; }
table { border-collapse: collapse; border-spacing: 0px; }
fieldset,img { border: 0px; }
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal; }
ul { list-style: none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content:''; }
abbr,acronym { border: 0; }
hr { height: 0px; margin: 0px; padding: 0px; border: 0px; visibility: hidden; }
/* EOF: Global Reset */

html,
body {
	height: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(../img/bg_body.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

a:link { color: #000000; text-decoration: none; }
a:visited { color: #000000; text-decoration: none; }
a:hover { color: #AABBDD; text-decoration: underline; }
a:active { color: #000000; text-decoration: none; }
a img { border: none; }

/* Basic Layout */
div#header {
	width: 100%;
	height: 100px;
	background-image: url(../img/bg_header.gif);
	background-position: right;
	background-repeat: no-repeat;
	position: absolute;
}

div#header a {
	outline: none;
}

div#content_wrapper_outer {
	width: 100%;
	min-width: 950px;
	top: 100px;
	bottom: 15px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
	position: absolute;
}

div#content_wrapper_inner,
div#content_wrapper,
div#column_left,
div#column_right,
div#column_center {
	position: relative;
}

div#content_wrapper_inner { padding-bottom: 20px; }

div#column_center {
	left: 220px;
	right: 220px;
	padding-bottom: 20px;
	line-height: 1.6;
	position:absolute;
}

div#column_left,
div#column_right {
	z-index: 10;
}

div#column_left {
	width: 215px;
	float: left;
}

div#column_right {
	width: 185px;
	padding: 0px 10px 0px 20px;
	float: right;
}

div#footer {
	width: 100%;
	height: 14px;
	bottom: 0px;
	padding-top: 0px;
	border-top: 1px solid #B6B7CB;
	text-align: right;
	background-image: url(../img/bg_footer.jpg);
	background-position: 20px 5px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	position: absolute;
}

a.footer_link {	margin-right: 55px;}

/* Content Column */
div#column_center {
	font-size: 11px;
}
div#column_center h1 {
	margin-bottom: 20px;
	color: #29166F;
	font-size: 20px;
	font-weight: 800;
}

div#column_center h4 {
	color: #29166F;
	font-size: 14px;
	font-weight: 800;
}

div#column_center p { margin-bottom: 20px; }

div#column_center ol {
	list-style-position: inside;
}

/* Boxes */
div.box {
	width: 185px;
	margin-bottom: 5px;
}

div.box_heading {
	padding: 0px 15px;
	color: #FFFFFF;
	background-color: #29166F;
}

div.box_heading h3 { padding: 1px 0px; font-weight: 800; }
div.box_heading h3 a { color: #FFFFFF; }
div.box_heading h3 img { vertical-align: middle; }

div.box_content {
	padding: 10px 3px;
	border: 1px solid #B6B7CB;
	background-color: #F8F8F9;
}

/* Values for left and right side are treaded specially */
div#column_left div.box { margin-left: 20px; }
div#column_right div.box_content { padding: 10px; }

div.box_footer {}

/* Additional Classs for right corners */
div.corner_right {
	background-image: url(../img/corner_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

/* Submit Buttons as Images */
input.input_image {
	top: -3px;
	position: relative;
}

input.input_image_low {
	top: 3px;
	position: relative;
}

/* product_info.php */
div#column_center h2 {
	margin-bottom: 20px;
	color: #29166F;
	font-weight: 800;
}

h1.products_price { text-align: right; }
h1.products_price a { color: #29166F; }

div.product_description { margin-bottom: 20px; }

div.product_description ul { margin: 0px 0px 18px 20px;	list-style: square; }

div.quantity { margin-right: 5px; padding-top: 7px; }

div.product_unit { margin-right: 15px; padding-top: 7px; color: #29166F; font-weight: 800; }

/* Reviews */
div#column_center div.reviews_wrapper { margin: 25px 0px; }

div.review {
	margin: 10px 0px;
	padding: 5px 20px;
	border: 1px solid #B6B7CB;
	background-color: #F8F8F9;
	clear: both;
}

div#column_center div.review p { margin: 10px 0px; }
div.review_header { padding-right: 150px; }
div.review_rating { float: right; }
div.review_body { padding-right: 150px; }

/* Checkout Procedure */
div.checkout fieldset { background-color: #F8F8F9; }

/* Information Box and Categories */
ul.information,
ul#navigation_categories { margin-bottom: 15px; }

ul.information li a {
	padding: 0px 10px;
	color: #000000;
	background-image: url(../img/pointer_blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
}

ul.lightblue li a { background-image: url(../img/pointer_blue_light.gif); }

/* Categories Box */
ul#navigation_categories li a {
	padding: 0px 10px;
	color: #000000;
	background-image: url(../img/pointer_blue_light.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	display: block;
}

ul#navigation_categories li a.has_children { background-image: url(../img/pointer_blue.gif); }

ul#navigation_categories li a.active,
ul.information li a.active { font-weight: 800; }

ul#navigation_categories li.cat_lev_0 a.active { color: #CC0000; }
ul#navigation_categories li.cat_lev_1 { padding-left: 10px; }
ul#navigation_categories li.cat_lev_2 { padding-left: 20px; }
ul#navigation_categories li.cat_lev_3 { padding-left: 30px; }

/* Manufacturer Box */
select#manufacturer_dropdown { width: 100%; }

/* Partner Box */
ul#partner { text-align: center; }
div#rockbottom {
	width: 108px;
	margin: 0px auto;
	padding: 0px 5px 5px 5px;
	border: 1px solid #999999;
	border-top: none;
	background-color: #FFFFFF;
}

input#rockbottom_search {
	width: 70px;
	height: 14px;
	float: left;
}

/* Whats-New Box */
div.whats_new { text-align: center; }

/* Specials Box */
div.specials { text-align: center; }

/* Search Box */
div.search { text-align: center; }

/* Contact Box */
p.contact_notice { color: #CC0000; }

/* Imprint */
div.imprint {
	margin-bottom: 36px;
	padding: 5px;
	border: 1px solid #B6B7CB;
	background-color: #F8F8F9;
}

/* Articles */
div.article_listing {
	margin-bottom: 36px;
	padding: 5px;
	border: 1px solid #B6B7CB;
	background-color: #F8F8F9;
}

div.article_listing h3 { font-weight: 800; }
div.article_info { margin-bottom: 18px; }

div.article_info ul {
	margin: 0px 0px 19px 20px;
	list-style: square;
}

/* Shipping */
table.shipping,
table.shipping_full {
	width: 100%;
	margin-bottom: 36px;
	border: 1px solid #B6B7CB;
	font-size: 10px;
}

table.shipping tr.odd,
table.shipping_full tr.odd { background-color: #C0C0C0; }

table.shipping th { padding: 5px 2px 5px 5px; font-weight: 800; }
table.shipping td { width: 30%; padding: 2px 5px 2px 5px; vertical-align: top; }

table.shipping_full th { padding: 2px 0px; font-weight: 800; }
table.shipping_full td { padding: 2px 0px; vertical-align: top;}

/* Misc Classes */
.small { font-size: 9px;}
.left { float: left; }
.right { float: right; }
.center { margin: 0px auto; text-align: center; display: block; }
.middle { vertical-align: middle !important; }
.top { vertical-align: top !important; }
.clearer { clear: both; }
.strike { text-decoration: line-through; }
.noborder { border: none !important; }
.nomargin { margin: 0px !important; }
.smallmargin { margin-bottom: 5px; }
.nopadding { padding: 0px !important; }
.highlight { font-weight: 800; color: #29166F; }
.underline { text-decoration: underline !important; }
.block { display: block; }

div.spacer {
	margin: 10px 0px;
	height: 1px;
	background-image: url(../img/menu_spacer.gif);
	background-repeat: no-repeat;
}

