/***********************************************/
/* ElSo Shop System                             */
/* Electric Solutions				            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
html
{
	height: 100%;
	min-height: 100%;
	border-width: 0px;
}

body
	{
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #334d55;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #CCDBEC;
}

a{
	color: #334d55;
	text-decoration: none;
}

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

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

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

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 130%;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: normal;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Verdana;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
}

FORM {
	display:inline;
	margin: 0px;
}

select, input, option{
	font-size: 100%;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#page{
	width: 801px;
	text-align: left;
	margin: 0px auto;
	border-left: 5px solid #C5A4B5;
	border-right: 5px solid #C5A4B5;
	background-color: #FFFFFF;
  position: relative;
  min-height: 100%;
  margin-bottom: 0;
}
* html #page {
  height: 100%;
}

#header{
	background-image:url(../../images/frontend/header.jpg);
	background-repeat:no-repeat;
	height: 90px;
}

#logo{
	float: left;
	width: 251px;
}

#search_basket{
	float: left;
	/*border: 1px solid black;*/
	width: 549px;	
}

#maincontent {
	width: 801px;
	float: left;
}

#left_nav{
	float: left;
	width: 176px;
	margin: 0px;
	padding: 0px;	
}

#content{
	float: left;
	width: 605px;
	padding: 10px 0px 0px 0px;
	background-color: #FFFFFF;
	/*min-height: 1100px;*/
	border-left: 10px solid #FFFFFF;
	border-top: 5px solid #FFFFFF;
}

*html #content{	
	/*height: 1100px;	*/
}

#siteInfo{
	clear: both;
	border-top: 1px solid #CCCCCC;
	font-size: 95%;	
	padding: 10px 10px 10px 10px;
	width: 781px;
}
#footerMenu{
	float:left;
	width: 60%;
}

#footerMenu a{
	margin-right: 20px;
}

#footerInfo{
	float:left;
	width: 39%;
	text-align: right;
}

#copyright{
	font-size: 90%;
	text-align:center;
	margin-top: 15px;
	padding-bottom: 5px;
}
/************* #HeaderMenu styles **************/

#headermenu{
	padding: 5px 10px 5px 10px;	
	width: 781px;
	text-align: center;
	border-top: 2px solid #C5A4B5;
	border-bottom: 2px solid #C5A4B5;
	background: #DFDCDF;
}
#headermenu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #504942;
	padding: 0px 25px 0px 25px;
}

#branding{
	padding: 4px 0px 0px 10px;	
	width: 791px;	
	border-top: 3px solid #C5A4B5;
	background: #CCDBEC;
}

/************** Search styles ***************/
#headerSearch{
	border: 1px solid #CCDBEC;
	width: 174px;
	background-color: #DFDCDF;
	height: 52px;	
}
#headerSearch label{
	display:block;
	margin-bottom: 5px;
	padding: 2px 2px 2px 6px;
	background-color: #CCDBEC;
	color: #504942;
}

#headerSearch form{
	padding: 5px 5px 5px 10px;
}

#headerSearchInput{
	width: 125px;
}

#headerSearch a{
	color: #000000;
}

#searchDetail{
	display:block;
	padding: 2px 2px 0px 10px;
}

/************** Warenkorb styles ***************/
#headerBasket{
	float: right;	
	width: 135px;
	height: 90px;
	background-color: #DFDCDF;
	/*margin-left: 666px;*/
	cursor: pointer;
}

#headerBasket label{
	display:block;
	margin-bottom: 5px;
	padding: 2px 2px 2px 6px;
	background-color: #CCDBEC;
	color: #504942;
	text-align: center;
	border-bottom: 1px solid #B0BEC9;
}

#headerBasket span{
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 0px;
	float:left;
}

#headerBasket a{
	color: #000000;
}

#basketDetail{
	padding-top: 15px;
	font-weight: bold;
	line-height: 150%
}

#Basket{
	background-color: #FFFFFF;
}
#Basket tr.header{
	background: #EEEEEE;
	font-weight: bold;
}
#Basket td.headercell{	
	border-bottom: 1px solid #AAAAAA;
}

#Basket tr.row{
	height: 55px;
	margin-left:10px;	
}
#Basket td.cell{	
	border-bottom: 1px solid #EEEEEE;
}
#Basket td.cell2{
	background: #EEEEEE;
}

/************** .Article List styles ***************/

#articleList{
	font-size: 100%;
	border-bottom: 1px solid #CCCCCC;	
	/*background-color: #EEEEEE;*/
}

#articleListDesc{
	border-left: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

#articleListDesc p{
	margin: 0;
	padding: 4px;
}

#articleListCategory{
	padding: 4px;
	border: 1px solid #AAAAAA;
	margin: 15px 0px 0px 0px;
	background-color: #EFEFEF;
}

#articleListCategory p{
	margin: 0; padding:0;
	margin-bottom: 3px;
	padding-bottom: 3px;
	font-weight: bold;	
	border-bottom: 1px dotted #AAAAAA;
}

#articleList h1{
	padding: 0px 0px 5px 5px;
}


.navigation{
	clear:both;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 2px;
}

.navigation_details{
	clear:both;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	padding: 2px;
}

.bordertop{
	border-top: 1px solid #AAAAAA;
}

.borderbottom{
	border-bottom: 1px solid #AAAAAA;
}
.borderright{
	border-right:1px solid #AAAAAA;
}

.halfrow {
    float: left;
    width: 49.9%;
}
.quarterrow {
    float: left;
    width: 25%;
}
.productheader{
	background-image:url(../../images/frontend/box_pfeil.gif);
	background-repeat:no-repeat;
	background-position: right center;
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	border-bottom: 0px;
	padding: 5px 5px 5px;
	margin: 5px 5px -5px 5px;
	font-weight:bold;
}
.productborder{
	border: 1px solid #AAAAAA;
  padding: 5px 5px 5px;
  margin: 5px;
  min-height: 110px;
  background-color: #FFFFFF;
}

* html .productborder{
	height: 110px;
}

.articleListName{
		margin: 0px;
		padding: 0px;
		height: 70px;
}
.articleListName h2{
		font-size: 110%;
}
.articleListName span{
		color: #AAAAAA;
}

.articleListMenu{
	height: 45px;
}

.articleListMenu, 
a.articledetail
{
	color: #AC2626;
}
a.articledetail:hover,
a.articledetail:link,
a.articledetail:visited{
	color: #AC2626;
}

.link{
	color: #AC2626;
}

.articlePrice{
	font-size: 150%;
	font-weight: bold;
}

.uvpPrice {
	font-weight: normal;
	font-size: 10px;
	display: block;
	text-decoration: line-through;
}

/************** .Article Details styles *****************/

#articlePic{
	min-height: 200px;
}
#articleDetail{
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 15px;
}

#articleDetail h3{
	padding: 5px 0px 5px 5px;
	background-color: #EEEEEE;
	border-left: 5px solid #CCDBEC;
	border-bottom: 1px solid #AAAAAA;
}

#articleDetailVariant{
}

#articleDetailVariant span.artNr{
		display: block;
		color: #AAAAAA;
		height: 40px;
}
#articleDetailVariant span.artDesc{
	display: block;
}
#articleDetailVariant span.uvpPrice {
	padding-top: 25px;
	font-weight: normal;
	font-size: 12px;
	display: block;	
}
#articleDetailVariant span.savePrice {
	font-weight: normal;
	font-size: 10px;
	display: block;	
}

#articleDetailVariant span.artPrice{
		display: block;
		font-size: 180%;
		font-weight: bold;
		padding-top: 25px;
}

#articleDetailVariant span.artVariant{
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
}

#articleDetailVariant span.artTax{
	display: block;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
}

#articleDetailVariant span.artDelivery{
	display: block;
	font-size: 10px;
	margin-top: 20px;
	color: #334d55;
}

#articleDetailVariant select{		
		width: 150px;
}

#articleDetailSpezification{
	margin-bottom: 20px;
}

.abstandhalter{
	margin-top: 20px;
	display: block;
}

.articleRatingData{
	clear: both;
	padding: 5px;
	border-bottom: 1px solid #AAAAAA;
}

#articleRatingMenu{
	padding: 5px;
	font-weight: bold;
}

.bddottedright{
	border-right: 1px dotted #AAAAAA;	
}

.bddottedleft{
	border-left: 1px dotted #AAAAAA;	
}

.bddottedbottom{
	border-bottom: 1px dotted #AAAAAA;
}

.bddottedtop{
	border-top: 1px dotted #AAAAAA;
}

.picborder{
	border: 1px solid #AAAAAA;
}

/************** .sonstige styles *****************/
.clearp{
	margin-top:0;
}

.redfont {
	color: #AC2626;
}

.elementheader{
	border: 1px solid #AAAAAA;
	margin-bottom: 15px;
	background-color: #FFFFFF;
	width: auto;
}

.elementheader h1,
.elementheader h3{
	padding: 5px 0px 5px 5px;
	background-color: #FFFFFF;	
	border-left: 5px solid #CCDBEC;	
	border-bottom: 1px solid #AAAAAA;
}

.table_border {
	border: 1px solid #AAAAAA;
}

.table_background {
	background-color: #EEEEEE;
}

.fleft {
	float:left;
}

.fright {
	float:right;
}

.artNr{
		display: block;
		color: #AAAAAA;
}

.artPrice{
		display: block;
		font-size: 150%;
		font-weight: bold;
		color: #AC2626;
}

.artDesc{
		display: block;
}

#error{
	color: #AC2626;
	padding: 5px;
	border: 1px solid #AC2626;
	background: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}

#info{
	padding: 5px;
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin-top: 15px;
	margin-bottom: 15px;
}

#checkout{
	margin-bottom: 15px;
}

.checkout_step{
	float:left;
	padding: 4px;
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
	color: #999999;
	width: 104px; 
	height:55px;
}
.checkout_step_viewed{
	float:left;
	padding: 4px;
	border: 1px solid #AAAAAA;
	background: #A2D4B0;
	width: 104px; 
	height:55px;
}

.checkout_step_viewed a,
.checkout_step_viewed a:visited,
.checkout_step_viewed a:hover{
	color: #FFFFFF;
}
.checkout_step_active{
	float:left;
	padding: 4px;
	border: 1px solid #AAAAAA;
	background: #FF9933;
	color: #FFFFFF;
	width: 106px; 
	height:55px;
}

.checkout_step span,
.checkout_step_viewed span,
.checkout_step_active span{
	font-size:120%;
	font-weight: bold;
	display: block;
}

.tabline{
	width: 130px; 
	height:25px;	
	padding-right:5px;
}

.buttonleiste{
	width: auto;
	text-align:right;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 15px;
}
/*********** #left_nav link styles ***********/

#left_nav ul a:link, #left_nav ul a:visited {display: block;}
#left_nav ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#left_nav li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #left_nav li {border-bottom: none;}


/*********** #CategoryMenu styles ***********/

#categoryMenu{
	
	position: relative;
	margin-bottom: 15px;
	padding: 0px;
	border: 1px solid #CCDBEC;
}

#categoryMenu h3{
	padding: 5px 0px 5px 10px;
	background-color: #CCDBEC;
	color: #504942;
}
#categoryMenu span{
	display: inline;
}
#categoryMenu li{
	padding: 2px 0px 2px 10px;
	line-height: 150%;	
	border-top: 1px solid #CCDBEC;
}

#categoryMenu .active{
	font-weight: bold;
	background-color: #D7E6F8;
}

#categoryMenu .highlight{
	background-color: #DFDCDF;
}

/*
	padding-left wird durch CSS Parser eingelesen, damit bei Pfeilen
	richtige einrückung bei Multilevel Menüs realisierbar ist
	wenn keine Pfeile vorhanden kann padding-left: 0px deklariert werden,
	sonst abstand vom Rand
*/
#categoryMenu a {
	display: block;
	padding: 2px 0px 2px 10px;
	padding-left: 0px;
	line-height: 150%;
}

#categoryMenu a:hover{
	/*background-color: #CCDBEC;*/
}


/*********** .relatedForm styles ***********/

.relatedBox,
.relatedBoxBlau{
	margin-bottom: 15px;
	padding: 0px;
	border: 1px solid #CCDBEC;
	/*background-color: #F0F0F0;*/
}
.relatedBoxBlau{
	border-bottom: 1px solid #262350;
}
.relatedBox h3{
	padding: 5px 0px 5px 10px;
	background-color: #CCDBEC;
	color: #504942;
}
.relatedBoxBlau h3{
	padding: 5px 0px 5px 10px;
	background-color: #262350;
	color: #FFFFFF;
}
/*
.relatedBox a{
	display: block;
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px;
	line-height: 150%;
}
*/

.relatedBox p{
	margin: 0px;
	padding: 5px;
}
.relatedBox a:link,
.relatedBox a:visited{
}

/************** #TOOLTIP **************/	
#ToolTip{
	position:absolute; 
	width: 200px; 
	top: 0px; 
	left: 0px; 
	z-index:1;
	visibility: hidden;
	border: 1px solid #000000;
	text-align:left;
	font-size: 11px;
	background-color: #FFFFFF;
}

.tooltiptitle{
	background-color: #AAAAAA; 
	COLOR: #ffffff; 
	TEXT-DECORATION: none; 
	CURSOR: Default; 
	font-family: arial; 
	font-weight: bold; 
	height: 20px;
}

.tooltipcontent{
	background-color: #FFFFFF; 
	COLOR: #000000; 
	TEXT-DECORATION: none; 
	CURSOR: Default; 
	font-family: arial;
}

/************** #Button styles **************/
.searchbutton {
	background-color: #CCDBEC;
	border: 1px solid #CCDBEC;
	color: #504942;
	width: 25px;
}

.button_wk {
	background-image:url(../../images/frontend/wk_small.gif);
	background-repeat:no-repeat;
	background-position:2px 1px;
	background-color: #CCDBEC;
	border: 1px solid #CCDBEC;
	color: #504942;
	font-weight: bold;
	height: 24px;
	width: 150px;
	font-size: 12px;
}

.button_pay {
	background-image:url(../../images/frontend/pay.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	background-color: #A2D4B0;
	border: 1px solid #CCCCCC;
	font-weight: bold;
	color: #FFFFFF;
	height: 24px;
	width: 150px;
}

.button_grey {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: 24px;
	font-weight: bold;
	color: #504942;
}

.button_red {
	background-color: #992137;
	border: 1px solid #992137;
	color: #FFFFFF;
	height: 24px;
	font-weight: bold;
}
