﻿body 
{
	margin: 0;
	font: 12px "Trebuchet MS";
	background: #fff url(Images/body.gif) repeat-y center;
}

a 
{
	color: #34469D;
	text-decoration: none;
}

a:hover 
{
	color: #20CFE4;
}

a img 
{
	border: 0;
}

form 
{
	margin: 0;
}

table 
{
	border-collapse: collapse;
	font-size: 11px;
}

td, th
{
	padding: 0;
	vertical-align: top;
}

input, textarea, select 
{
	border: 1px solid #1FC5E3;
	padding: 2px;
	font-size: 1em;
}

input.submit 
{
	color: #fff;
	border-color: #fff;
	background-color: #1FC5E3;
	margin-top: 5px;
	padding: 1px;
}
input.inputDetails	
{
	width: 30px;
	border: #34469D 1px solid;
}

input.buttonOrder	
{
	width: 45px;
	height: 18px;
	color:#fff;
	border: #fff 1px solid;
	background-color: #34469D;
}

select.pageform
{
    margin: 0 0 5px 10px;
}

#wrapper 
{
	margin: 0 auto;
	width: 985px;
}

/********************************************************************
*
* Header styles
*
********************************************************************/

#header 
{
	height: 155px;
	background: url(Images/header.jpg) no-repeat;
}

#login 
{
	float: right;
	display: inline;
	width: 155px;
	color: #fff;
	padding: 15px 15px 10px;
}
#loginForm
{
    position:relative;
    left:0px;   
}

#login h2 
{
	display: none;
}

#login input
{
	border-color: #34469D;
	width: 148px;
}

#login input.submit, #login input.button, #login div.button
{
	width: auto;
	background-color: #34469D;
	margin: 3px 0 0;
	border: 1px solid #fff;
	color: #fff;
	font-size: 1em;
	text-align: center;
}

#login div.button
{
    display: table;
    padding: 1px 8px;
}

#login a 
{	
	color: #fff;
	text-decoration: none;
}

#login p 
{
    margin: 3px 0 0;
}

/********************************************************************
*
* Left menu styles
*
********************************************************************/

#left 
{
	float: left;
	display: inline;
	width: 218px;
	border-top: 2px solid #fff;
	color: #fff;
}

#left a, #right a
{
	color: #fff;
	text-decoration: none;
}

#search 
{
	background: url(Images/bg_search.jpg) no-repeat;
}

#search h2 
{
	display: none;
}

#search #search_form
{
	padding: 20px;
}

#search input, #search select 
{
	border-color: #34469D;
	width: 160px;
	margin-bottom: 12px;
}

#search select 
{	
	width: 165px;
}

#search input.submit 
{
	width: auto;
	background-color: #34469D;
	margin: 0;
	border-color: #fff;
}

#categories h2 span
{
	display: none;
}

#categories h2 
{
	background: url(Images/header_categories.jpg) no-repeat;
	height: 86px;
	margin: 0;
	border-top: 2px solid #fff;
}

#categories h3 
{
	font-size: 1.1em;
	margin: 5px 20px;
	background: url(Images/plus.gif) no-repeat 0 5px;
}

#categories h3.open 
{
	background-image: url(Images/minus.gif);
}

#categories ul 
{
	display: none;
	margin: 0;
	padding: 0 10px 0 35px;
}

#categories a 
{
    padding-left: 14px;
}

#categories ul a 
{
    padding: 0;
}

#categories li 
{
	padding: 2px 0;
}

#categories p 
{	
	text-align: right;
	margin: 0 20px 0 0;
}

/********************************************************************
*
* Top menu styles
*
********************************************************************/

#menu 
{
	background-color: #C2C7DC;
	border-bottom: 2px solid #fff;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	font-size: 1.2em;
	height: 24px;
}

#menu li 
{
	float: left;
	padding: 3px 0;
}

#menu a 
{
	color: #fff;
	padding: 3px 7px;
	text-decoration: none;
}

#menu a:hover 
{
	background-color: #34469D;
}

#menu li.current 
{
	background-color: #34469D;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#menu li.home 
{
	border-left: 0;
}

/********************************************************************
*
* Content styles
*
********************************************************************/

#content 
{
	float: left;
	display: inline;
	width: 578px;
	margin: 0 2px 2px;
	background-color: #DADFF0;
	border-top: 2px solid #fff;
	
}

.leftcontent, .rightcontent
{
	width: 288px;
	height: 70px;
	float: left;
	display: inline;
	position:relative;
}

.leftcontent 
{
	border-right: 2px solid #fff;
}

.contentblock 
{
	border-bottom: 2px solid #fff;
	clear: both;
}

.stock 
{
    font-weight: bold;
}

.productimage 
{
	background-color: #fff;
	text-align: center;
	padding: 8px 8px 0;
	margin: 4px;
}

.productimage .price 
{
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 4px 0;
	color: #34469D;
}

.productdetailsimage 
{
	float: right;
	margin-right: 10px;
	border: 1px solid #000;
}

.details 
{
    margin-right: 10px;
    border: 1px solid #000;
}

#content h1, #content h2 
{
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px;
	color: #34469D;
}

#content h2 a 
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	padding: 0 20px 0 23px;
	background:url(Images/mailfriend.gif) no-repeat;
}

#content h2 a:hover 
{
	color: #fff;
}

#content h3 
{
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
	background-color: #1FC5E3;
	margin: 0;
	padding: 1px 10px ;
	border: solid #fff;
	border-width: 2px 0;
	clear: both;
}

#content h3 a 
{
	text-decoration: none;
	color: #fff;
}

#content h4 
{
	font-size: 1.2em;
	margin: 10px;
	color: #34469D;
}

#content h4 a 
{
	text-decoration: none;
}

#content h5 
{
	font-size: 1em;
	margin: 10px;
}

#content h6 
{
	font-size: 1.0em;
	font-weight: bold;
	color: #fff;
	background-color: #1FC5E3;
	margin: 0;
	padding: 1px 10px;
	border: solid #fff;
	border-width: 2px 0;
	clear: both;
	margin-top: 10px;
}

.detailsBalk	
{
	background-color: #1FC5E3;
	color: #fff;
	border-top: 2px solid;
	border-bottom: 2px solid;
	vertical-align:middle;
}

.detailsBalk td	
{
	border-right: 2px solid;
	padding: 0 0 0 5px;
	
}
.MakeProposal
{
	width: 578px;
	margin: 2px 0 5px 0;
	border-bottom: solid 2px #FFFFFF;
	background: url(Images/proposalIcon.gif) no-repeat 10px center;
}

.MakeProposal td
{
	padding: 12px 0 12px 46px;
	font-weight: normal;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
}
.MakeProposal td span
{
	display: block;
}
.MakeProposal td span.MakeProposalLink
{
	font-size: 14px;
}
#MakeShoppingcartProposal
{
	padding: 10px 10px 10px 52px;
	background: #FFFFFF url(Images/proposalIcon.gif) no-repeat 20px center;
	color: #000000;
}
#MakeShoppingcartProposal span
{
	display: block;
}
#MakeShoppingcartProposal a
{
	color: #20CFE4;
	font-size: 14px;
}
#MakeShoppingcartProposal a:hover
{
	color: #20CFE4;
}
.FormHolder
{
	padding: 10px;
}
.HeaderCell
{
	width: 180px;
}
.ProposalProductDetialsTable
{
	width: 560px;
	margin: 0 0 0 10px;
}
.ProposalProductDetialsTable td
{
	vertical-align: top;
}
.ProposalProductImage img
{
	border: solid 1px #000000;
}
.ProposalProductDescription
{
	padding: 0 0 0 10px;
}
.form td.tdMultiProductsHolder
{
	padding: 0;
}
.MultiProductsId
{
	width: 80px;
}
.MultiProductsName
{
	width: 221px;
}
.form input.ProposalFormInputSmall
{
	width: 50px;
}
form td.MultipleProductsHeaderTd
{
	padding: 10px 0 4px 12px;
	font-weight: bold;
	border-bottom: solid 1px #FFFFFF;
}
.FormHolder .form
{
	width: 558px;
}



#content span.current 
{
    color: #34469D;
}

#content h6 a 
{
	text-decoration: none;
	color: #fff;
}

#content p
{
	margin: 10px;
	font-size: 11px;
}
#content p.small
{
	margin: 6px 0 6px 10px;
}

#content ol 
{
    padding-right: 10px;
}

.description 
{
	font-size: 11px;
}

.subdescription 
{
	font-size: 12px;
}

.bottomdescription 
{
	font-size: 10px;
}

.form 
{
	margin: 0px;
}

.form td 
{
	padding: 4px;
}

.form td.header 
{
	padding: 12px 12px 6px;
	border-bottom: 1px solid #fff;
}

.form label 
{
	display: block;
	text-align: left;
	white-space: nowrap;
}

.form textarea 
{
	width: 250px;
	height: 120px;
}

.form input 
{
	width: 180px;	
}
input inputsmall
{
	width: 150px;	
}

.form inputsmall
{
	width: 150px;	
}

input.small
{
	width: 30px;
	text-align: center;	
}

.form input.checkbox 
{
	width: 20px;
	border: 0;
}

.form input.submit 
{
	width: auto;
}

#sitemap, #sitemap ul 
{
	margin: 0;
	padding: 0 10px 0 30px;
}

#sitemap li 
{
	margin: 5px;
}

#sitemap a 
{
	text-decoration: none;
}

#shoppingcartdetails 
{
	margin: 4px;
}

#shoppingcartdetails td, #shoppingcartdetails th 
{
	padding: 6px;
}

.button 
{
	background-color: #1FC5E3;
	border: 1px solid #fff;
	margin: 2px 10px 2px 10px;
	color: #fff;
}

.buttonBestel 
{
	background-color: #34469D;
	border: 1px solid #fff;
	margin: 2px 10px 2px 10px;
	color: #fff;
}

.box 
{
    position: absolute;
    width: 600px;
    top: 440px;
    left: 50%;
    margin: 0 -303px;
    background-color: #C2C7DC;
    border: #888 2px solid;
    padding: 0px;
}

.tableLogin 
{
    margin: 0 0 0 10px;
}

/********************************************************************
*
* Right menu styles
*
********************************************************************/

#right 
{
	float: left;
	display: inline;
	width: 185px;
	border-top: 2px solid #fff;
	color: #fff;
}

#right p 
{
	margin: 10px 20px;
}

#newsletter h2 span, #shoppingcart h2 span
{
	display: none;
}

#newsletter h2 
{
	background: url(Images/header_newsletter.jpg) no-repeat;
	height: 86px;
	margin: 0;
}

#newsletter form 
{
	margin: 10px 20px 15px;
}

#shoppingcart
{
	padding: 0 0 15px 0;
}
#shoppingcart h2 
{
	background: url(Images/header_shoppingcart.jpg) no-repeat;
	height: 86px;
	margin: 0;
	border-top: 2px solid #fff;
}

#shoppingcart span 
{
	color: #1FC5E3;
	font-weight: bold;
}

#shoppingcart a.shoppingcart 
{
    background: url(Images/shoppingcart.jpg) no-repeat;
    padding: 14px 0 0 40px;
}

#shoppingcart h3 
{
	margin: 20px;
	font-size: 1em;
}

#shoppingcart p 
{
    margin: 25px 20px 0;
}

#shoppingcart ul 
{
    margin: 0;
    padding: 10px 10px 0 40px;   
}

#LiveSupport
{
	border-top: solid 2px #FFFFFF;
	padding: 22px 0 0 18px;
	margin: 0 0 10px 0;
}

.ArticleDetailsPriceColumn
{
	color: #34469d;
}

/********************************************************************
*
* Footer styles
*
********************************************************************/

#footer 
{
	font-size: 0;
	clear: both;	
}