body
{
    background: transparent url(img/hg.jpg) center top fixed repeat;
	background-color:   #F1F1F1;
    color:              #C2C2C2;
    font-family:        Arial, Helvetica, sans-serif;
    font-size:          12px;
}

a {color:#00468C; text-decoration:none;}
a:link {color:#00468C; text-decoration:none;}
a:visited {color:#00468C; text-decoration:none;}
a:hover {color:#BA2222; text-decoration:none;} /* background:#ffe0e3 */
a img {}


::-moz-selection {
	background: #ffe0e3; /* Firefox */
    color: #BA2222;
}

h1
{
    border-bottom:  1px solid;
    font-size:      24px;
    font-weight:    normal;
    letter-spacing: -1px;
    margin:         0 0 15px 0;
    padding:        0 5px 5px 5px;
    text-transform: uppercase;
}

h2
{
    font-size:      18px;
    font-weight:    normal;
    letter-spacing: 0px;
    margin:         0 0 8px 0;
    padding:        0;
}

p
{
    margin:0 0 12px 0;
    line-height:1.3;
}


/* ####################################################################################################
    SITE STRUCTURE (GRID)
#################################################################################################### */

#page
{
    background: transparent url(img/page_bottom_bg.png) center bottom no-repeat;
    margin:     0 auto;
    /*overflow:   auto;*/
    width:      980px;
}

#header
{
    /*background: #F1F1F1 url(img/page_top_bg.png) no-repeat 0 50px;*/
    height:     166px;
    position:   relative;
    width:      980px;
}

#left_sidebar
{
    float:          left;
    margin-left:    10px;
    width:      210px;
    display:    inline;
}
#right_sidebar
{
    float:          right;
    margin-right:   10px;
    width:      210px;
    display:    inline;
}

#content
{
	background: transparent url(img/content_bg.png) center top repeat;
    color:      #333;
    float:      left;
    /*margin:     0 auto 0 auto;*/
    margin:     0 0 0 10px;
    position:   relative;
    width:      520px;
}

#content_head
{
    background: transparent url(img/content_top_bg.png) center top no-repeat;
    color:      #333;
    height:     3px;
    /*margin:     0 auto 0 auto;*/
    float:      left;
    margin:     0;
    position:   relative;
    margin:     0 0 0 10px;
    width:      520px;
}

#content_bottom
{
	background: transparent url(img/content_bottom_bg.png) center bottom no-repeat;
	color:      #333;
    height:     20px;
	position:   relative;
    margin:     0;
    width:      520px;
}

#content_inner
{
	padding:   20px;
}

#footer
{
    background: transparent url(img/page_down_bg.png) center top no-repeat;
   clear:          both;
    color:          #fff;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      11px;
    height:         23px;
    line-height:    20px;
    text-align:     center;
}


/* ####################################################################################################
    HEADER
#################################################################################################### */
#logo
{
    display:    block;
    left:       0px;
    position:   absolute;
    top:        0px;
    width:      152px;
}

#breadcrumbs
{
    background:     transparent url(img/breadcrumbs_bg.png) no-repeat;  
    bottom:         10px;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      11px;
    font-weight:    bold;
    height:         26px;
    left:           0px;
    top:            140px;
    line-height:    26px;
    list-style:     none;
    overflow:       auto;
    padding-left:   3px;
    position:       absolute;
    width:          980px;
}

#breadcrumbs li
{
    background: transparent url(img/breadcrumbs_item_bg.png) center left no-repeat;  
    float:      left;
    height:     26px;
}


#breadcrumbs li#first_crumb
{
    background:   none;
}
#breadcrumbs li#first_crumb a
{
    padding:    0 17px 0 20px;
}
#breadcrumbs a
{
    border:         none;
    color:          #FFF;
    display:        block;
    padding:        0 20px 0 20px;

}
#breadcrumbs li#first_crumb a:hover
{
    background: transparent url(img/breadcrumbs_item_bg1.png) center left no-repeat;  
}

#breadcrumbs a:hover
{
    background: transparent url(img/breadcrumbs_item_bg2.png) center left no-repeat;  
}

#flow_links
{
    background:     transparent url(img/breadcrumbs_item_bg1_1.png) no-repeat;  
    bottom:         10px;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      11px;
    font-weight:    bold;
    height:         26px;
    right:           0px;
    top:            140px;
    line-height:    26px;
    list-style:     none;
    overflow:       auto;
    position:       absolute;
	z-index: 		1000;
    width:          103px;
}

#flow_links li
{
    background: transparent url(img/breadcrumbs_item_bg1_1.png) center left no-repeat;  
    float:      left;
    height:     26px;
}

#flow_links a
{
    border:         none;
    color:          #FFF;
    display:        block;
    padding:        0 25px 0 25px;

}


#flow_links a:hover
{
    background: transparent url(img/breadcrumbs_item_bg1_2.png) center left no-repeat;  
}



#flow_links li
{
    float:left;
}
#flow_links a
{
    border: none;
    font-weight:bold;
}


/* ####################################################################################################
    BOXES
#################################################################################################### */

.box
{
    background:     #5E5E5E url(img/box_bottom_bg.png) center bottom no-repeat;
    color:          #000;
    font-size:      11px;
    margin-bottom:  10px;
}
.box h2
{
    background:     #5E5E5E url(img/box_top_bg.png) center top no-repeat;
    color:          #FFF;
    font-size:      11px;
    padding:        0 10px;
    height:         35px;
    line-height:    25px;
    margin:         0;
    text-align:     center;
    text-transform: uppercase;
    font-weight:bold;
}

.box .inner_content
{
    background:     #5E5E5E url(img/box_bg.png) center bottom repeat-y;
    font-family:    Arial, Helvetica, sans-serif;
    padding:        0 10px 10px 10px;
}


.box .content
{
    font-family:    Arial, Helvetica, sans-serif;
    padding:        0 10px 10px 10px;
}
.box a
{
    border:         none;
    color:          #666;
    font-weight:    bold;
}
.box a:hover
{
    color:  #000;
}
.box input.text
{
    height: 17px;
    font-size:12px;
    padding:3px;
    width:  172px;
    margin:0 0 5px 0;
}

#quick_find input.text
{
    width:140px;
}

.box h3
{
    margin:0 0 8px 0;
}
.box h3 img
{
    background: #292929;
    border:     1px solid #C2C2C2;
    display:    block;
    margin-top: 5px;
    padding:    2px;
}

.box p
{
    margin:0 0 5px 0;
}

.box p.price
{
    border-bottom:  1px solid #444;
    color:          #FFF;
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      14px;
    margin:         0 0 0 0;
    padding:        10px 0;
    text-align:     right;
}

.box p.more_on_private
{
    border-top:     1px solid #777;
    padding-top:    10px;
    text-align:     right;
}

.category_list li a
{
    display:block;
    background: transparent url(img/category_list_bullet.png) left center no-repeat;
    border-bottom:1px dotted #D1D1D1;
    padding:    5px 0 5px 20px;
}


.CatLevel1 li a
{
	display:block;
	background: transparent url(img/subcategory_list_bullet.png) left center no-repeat;
	border-bottom:1px dotted #D1D1D1;
    padding:    5px 0 5px 20px;
}

.CatLevel2 li a
{
	display:block;
	background: transparent url(img/subcategory_list_bullet2.png) left center no-repeat;
	border-bottom:1px dotted #D1D1D1;
    padding:    5px 0 5px 30px;
}
.CatLevel3 li a
{
	display:block;
	background: transparent url(img/subcategory_list_bullet3.png) left center no-repeat;
	border-bottom:1px dotted #D1D1D1;
    padding:    5px 0 5px 40px;
}


#manufacturers_list li a
{
    display:block;
    background: transparent url(img/manufacturers_list_bullet.png) left center no-repeat;
    border-bottom:1px dotted #D1D1D1;
    padding:    5px 0 5px 20px;
}

#information_list li a
{
    display:block;
    background: transparent url(img/information_list_bullet.png) left center no-repeat;
    border-bottom:1px dotted #D1D1D1;
    padding:    5px 0 5px 20px;
}

#quick_add input.text
{
    width:140px;
}

#loginbox p
{
    margin:5px 0 0 2px;
}

/* ####################################################################################################
    MISC
#################################################################################################### */
.image_link
{
    background: transparent !important;
    border: none !important;
}
input.text
{
  /*   background:#FFF url(img/input_shadow.png) no-repeat; */
    border: 1px solid;
    border-color:#222 #999 #999 #222;

    height: 17px;
    font-size:12px;
    margin:0 0 5px 0; 
}

input.input_account1
{
    font-size:11px;
	width: 300px;
    height: 17px;
    font-size:12px;
    padding:3px;
    margin:0 0 5px 0;
}



.product_images
{
    float:left;
    margin-bottom:10px;
    margin-right:10px;
}
.product_images
{
    line-height:0;
}

.product_info_image
{
    background: #C2C2C2;
    border:     1px solid #333 !important;
    display:    block;
    padding:    2px;
    /*margin:     0 0 5px 0;*/
}

a:hover .product_info_image
{
    background: #96BE0D;
    border:     1px solid #333 !important;
    display:    block;
    padding:    2px;
    /*margin:     0 0 5px 0;*/
}

.more_image
{
    float:left;
    margin:4px 4px 0 0;
    padding:2px;
}
.more_image_last
{
    float:left;
    margin:4px 0 0 0;
    padding:2px;
}

.product_description
{
    float:  right;
    margin: 0 0 10px 0;
    width:  350px;
}
.product_meta
{
    border-bottom:  1px solid #E1E1E1;
    float:          right;
    padding:        0 0 5px 0;
    margin:         0 0 10px 0;
    width:          350px;
}
.product_meta .price
{
    font-size:  24px;
    margin:     10px 0 10px 0;

}
.product_meta .price strong
{
    background: #000;
    color:      #FFF;
    padding:    3px 7px;
    -moz-border-radius:2px;
}
#options
{
    background-color:   #E1E1E1;
    clear:              both;
    padding:            10px;
}

#options select, #options span
{
    font-size:11px;
}



#product_listing li
{
    border-bottom:  1px solid #999;
    overflow:       auto;
    padding:        10px 0;
}

#product_listing li .image_link
{
    display:    block;
    float:      left;
}

#product_listing li h2
{
    margin:     0 130px 10px 50px;
}

#product_listing li p
{
    margin:     0 130px 0 50px;
}
#product_listing li .meta_data p
{
    margin:0 0 10px 0;

}

#product_listing li .meta_data
{
    float:right;
    width:120px;
    margin:0;
    text-align:right;
}
#product_listing li .meta_data strong
{
    background:#000 none repeat scroll 0 0;
    color:#FFF;
    -moz-border-radius:2px;
    padding:3px 7px;
}
#product_listing li .meta_data .image_link
{
    display:inline;
    float:none;
}

#manufacturers_dropdown
{
    position:   absolute;
    right:      20px;
    top:        20px;
}
#manufacturers_dropdown label
{
    display:none;
}

.listing_navigation
{
    font-size:11px;
    margin:0 0 10px 0;
    overflow:auto;
}
.listing_navigation .count
{
    /*float:left;*/
}
.listing_navigation .browser
{
    float:right;
}

.listing_navigation div
{
    margin:0 auto;
}

.listing_navigation .browser ul
{
    overflow:auto;
}

.listing_navigation .browser ul li
{
    float:left;
}

.listing_navigation .count p
{
    padding:5px;
}

.listing_navigation .browser a, .listing_navigation .browser strong
{
    -moz-border-radius:2px;
	border:none;
	display:block;
	padding:7px 10px;
	margin:0 3px;
	background-color: #2E4E7D;
	color: #fff;
}

.listing_navigation .browser li.current strong
{
    background:#D1D1D1;
    color:#333;
    -moz-border-radius:2px;
    border:none;
    display:block;
    padding:7px 10px;
    margin:0 3px;
}


input
{
    vertical-align:top;
}
label
{
    cursor:pointer;
    display:block;
    margin:0 0 3px 2px;
}
label.inline span
{
    padding:3px 0;
    display:block;
    width:160px;
    float:left;
}
fieldset
{
    padding:5px 5px 0 10px;
    background:url(img/site/h1_bg.png);
    border:none;
    margin-bottom:10px;
}
fieldset h2
{
    margin-right:5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    float:right;
    text-transform:uppercase;
    border:none !important;
}
legend
{
    display:none;
}
label.checkradio
{
    clear:both;
}
label.checkradio span
{
    display:inline;
    float:left;
    padding:0 0;
    vertical-align:middle;
}
label.checkradio input
{
    display:block;
    float:left;
    margin-right:10px; padding:0 !important;
    vertical-align:middle;
}

#order_details
{
    font-family:    Arial, Helvetica, sans-serif;
    font-size:      10px;
}
#order_details th
{
    border-bottom:  1px solid #666;
    padding:        0 5px 5px 5px;
}
#order_details tr.row td, #order_details tr.rowalt td, #order-details th
{
    border-bottom:1px solid #666;
    padding:5px 5px;
    vertical-align:top;
}
#order_details tr.row
{
    background: #E1E1E1;
}
#order_details tr.rowalt
{
    background: #C2C2C2;
}
#order_details .sum
{
    text-align:right;
    font-size:12px;
    font-family: Arial, Helvetica, sans-serif;
    padding:5px 0;
}


#new_user
{
    float:left;
    width:220px;
}

#returning_user
{
    float:right;
    padding:0 0 0 20px;
    width:220px;
    border-left:1px solid;
}


.checkout_block
{
    background:#E1E1E1;
    padding:10px;
    margin:0 0 15px 0;
    -moz-border-radius:2px;
    border-radius:2px;
}

#checkout_status
{
    border-top:1px solid #E1E1E1;
    margin:20px 0 0 0;
    padding:20px 0 0 0;
}

#checkout_status li
{
    float:left;
    text-align:center;
    font-size:11px;
}

#checkout_controls
{
    overflow:auto;
}
#checkout_continue
{
    float:right;
}

#controls
{
    margin:5px 0;
}

#fu_wrap
{
    background:#F1F1F1;
    padding:10px;
    -moz-border-radius:5px;
}


/* ####################################################################################################
    DISALLOWED
#################################################################################################### */
#content.disallowed
{
    float: none;
    margin: 0 auto;
}

#content.disallowed .box
{
    background: none;
}

#content.disallowed h2
{
    background: none;
    border-bottom: 1px solid;
    color: #000;
    font-size: 14px;
    height: auto;
    line-height: normal;
    margin: 0 0 10px 0;
    padding: 0;
    text-align: left;
}

#content.disallowed .content
{
    padding: 0;
}


/* ####################################################################################################
    FILE UPLOAD
#################################################################################################### */
#fileupload form {
	margin: 0;
	padding: 0;
}



#fileupload div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 0 10px;
}
#fileupload div.fieldset span.legend {
	position: relative;
	background-color: #F1F1F1;
	padding: 3px;
	top: -8px;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333;
}

#fileupload div.flash {
	margin: 10px 5px;
	border-color: #333;

	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
    -moz-border-radius-topright : 5px;
    -webkit-border-top-right-radius : 5px;
    -moz-border-radius-bottomleft : 5px;
    -webkit-border-bottom-left-radius : 5px;
    -moz-border-radius-bottomright : 5px;
    -webkit-border-bottom-right-radius : 5px;

}

#fileupload button,
#fileupload input,
#fileupload select,
#fileupload textarea {
	border-width: 1px;
	margin-bottom: 10px;
	padding: 2px 3px;
}



#fileupload input[disabled]{ border: 1px solid #ccc } /* FF 2 Fix */


#fileupload label {
	width: 150px;
	text-align: right;
	display:block;
	margin-right: 5px;
}

#btnSubmit { margin: 0 0 0 155px ; }

/* -- Table Styles ------------------------------- */
#fileupload td {
	font: 10pt Helvetica, Arial, sans-serif;
	vertical-align: top;
}

#fileupload .progressWrapper {
	overflow: hidden;
}

#fileupload .progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
#fileupload .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
#fileupload .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}

/* Current */
#fileupload .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

/* Complete */
#fileupload .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

#fileupload .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

#fileupload .progressBarInProgress,
#fileupload .progressBarComplete,
#fileupload .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

#fileupload .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

#fileupload .progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

#fileupload .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

#fileupload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

#fileupload a.progressCancel:hover {
	background-position: 0px 0px;
}

#file_list li
{
    margin:0 0 5px 0;
}


/* -- SWFUpload Object Styles ------------------------------- */
#fileupload .swfupload {
	position:absolute;
}


/* td_box dynamic box  */
	.td_box{		
		background-image:url(img/td_box_top_right.gif);
		background-repeat:no-repeat;
		background-position:right top;
		margin:0 0 8px 0;		
	}
	
	.td_box_top_left{		
		background-image:url(img/td_box_top_left.gif);
		background-repeat:no-repeat;
		background-position:left top;
		padding-top:8px;
		margin: 0pt;
	}
	
	.td_box_mid{		
		background-image:url(img/td_box_mid.gif);
		background-repeat:repeat-y;
		background-position:left top;
		padding-left:4px;		
		padding-top:4px;		
		margin: 0pt;
	}
	
	.td_box_mid2{		
		background-image:url(img/td_box_mid2.gif);
		background-repeat:repeat-y;
		background-position:left top;
		padding-left:4px;		
		margin: 0pt;
	}
	
	.td_box_bottom_left{		
		background-image:url(img/td_box_bottom_left.gif);
		background-repeat:no-repeat;
		background-position:left bottom;
		padding-left:4px;		
		margin: 0pt;
	}
	.td_box_bottom_right{		
		background-image:url(img/td_box_bottom_right.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
		padding-bottom: 8px;
		padding-right: 8px;
		overflow:hidden;
		margin: 0pt;
	}	
	.td_box_long_content{
		background-color:#FFFFFF;
		border:1px solid #999999;
		padding:8px;
	}
	/* boxmodell headlines and content */
	.td_box h1{
	font-size:      18px;
	font-weight:    normal;
	letter-spacing: 0px;
	padding-left:    5px;
	text-transform: uppercase;
	border-bottom:  0px;
	margin: 0px;
	}
	.td_box p{
		font-size:11px;
		margin:0;
		padding:0;
	}
	.td_box img{
		float:left;
		margin-right:8px;		
	}
	
#td_content_top{
	display:block;
	height:8px;
	background-image:url(img/td_content_top.gif);
	overflow:hidden;
}

.td_category_description{
	display:block;
	margin:2px 4px 4px 2px;
	background-color:#FFFFFF;
	border:1px solid #999999;
	height:auto;
	overflow:auto;
	}
.td_category_description img{
	display:block;
	float:left;
	height:96px;
	width:128px;
}
.td_category_description a{
}

div.td_category_item{
	display:block;
	float:left;
	padding-top:8px;
	background-image:url(img/td_category_item_top.gif);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 3px;	
	}
/* category_item */
.td_category_item a{
	display:block;
	background-repeat:no-repeat;
	background-position:center top;
	border:0;
	text-align:center;
	text-decoration:none;
	line-height:12px;
	font-size:9px;
	height:64px;
	width:145px;
	color: #666666;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
	padding-top: 56px;
	padding-right: 4px;
	padding-bottom: 0;
	padding-left: 4px;
}

.td_category_item img{
	border:0;
}
.td_category_item strong {
	display: block;
	line-height: 12px;
	font-size: 9px;	
}

.td_category_item_inner{
	background-image:url(img/td_category_item_bot.gif);
	background-position:center bottom;
	background-repeat:no-repeat;
}



.td_product_item_head{
	display:block;
	float:left;
	color: #666666;
	background-image: url(img/td_product_new_item_top.png);
	background-position: center top;
	background-repeat: no-repeat;
	width: 480px;
	height: 12px;
	}

.td_product_item{
	background-image: url(img/td_product_new_item_inner.png);
	background-position: center top;
	background-repeat: repeat-y;
	margin-top: 5px;
}

.td_product_item_inner{
	padding: 15px 20px 5px 20px;
}

#td_product_item_bottom{
	background: url(img/td_product_new_item_bottom.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	color:      #333;
    height:     12px;
	position:   relative;
    margin:     0;
    width:      480px;
}

div.td_category_new_item{
	display:block;
	float:left;
	color: #fff;
	background-image:url(img/td_category_new_item_top.png);
	background-position:center top;
	background-repeat:no-repeat;
	width: 480px;
	height: 32px;
	}

div.td_category_new_item a{
	color: #fff;
	}

.td_category_new_item_inner{
	background-image:url(img/td_category_new_item_inner.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	margin-top: 20px;
	padding: 20px 10px 10px 10px;
}


	.td_box2{		
		background-image:url(img/td_box_top_right.gif);
		background-repeat:no-repeat;
		background-position:right top;
		margin:0 0 8px 0;		
	}
	
	.td_box2_top_left{		
		background-image:url(img/td_box_top_left.gif);
		background-repeat:no-repeat;
		background-position:left top;
		padding-top:8px;
		margin: 0pt;
	}
	
	.td_box2_mid{		
		background-image:url(img/td_box_mid.gif);
		background-repeat:repeat-y;
		background-position:left top;
		padding-left:8px;		
		margin: 0pt;
	}
	

	.td_box2_bottom_left{		
		background-image:url(img/td_box_bottom_left.gif);
		background-repeat:no-repeat;
		background-position:left bottom;
		padding-left:8px;		
		margin: 0pt;
	}
	.td_box2_bottom_right{		
		background-image:url(img/td_box_bottom_right.gif);
		background-repeat:no-repeat;
		background-position:right bottom;
		padding-bottom: 8px;
		padding-right: 8px;
		overflow:hidden;
		margin: 0pt;
	}	
	.td_box2_long_content{
		background-color:#FFFFFF;
		border:1px solid #999999;
		padding:10px;
	}
	/* boxmodell headlines and content */
	.td_box2 p{
		font-size:11px;
		margin:0;
		padding:0;
	}
	.td_box2 img{
		float:left;
		margin-right:8px;		
	}
	

SPAN.productOldPrice {
  color: #333;
	text-decoration: line-through;
}
SPAN.productSpecialPrice {
	color: #CC0000;
  font-size:13px;
	text-decoration: blink;  
  
}

.blink {
	font-size:13px;
}
