﻿#documentbg
{
	width: 100%;
	background-image: url(images/header/general-bg.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	position:relative;
	top: 0;
	left: 0;
}

A.PagingLinks
{
	font-size:0.75em;
	color:#4C4C4C;
	text-decoration:none;
}
A.PagingLinks:hover
{
	font-size:0.75em;
	color:#7C7C7C;
	text-decoration:underline;


}

A.logins
{
	font-size:14px;
	color:#c2d3ed;
	text-decoration:none;	
}
A.logins:hover
{
	font-size:14px;
	color:#c2d3ed;
	text-decoration:underline;
}

A.HeaderTop
{
	font-size:14px;
	color:#c2d3ed;
	text-decoration:none;	
}
A.HeaderTop:hover
{
	font-size:14px;
	color:#c2d3ed;
	text-decoration:underline;
}

A.HeaderTop:visited
{
	 text-decoration:    none;
    color:  #c2d3ed;
}

A.HeaderTop:active
{
	 text-decoration:    none;
    color:  #c2d3ed;
}


A.prodName
{
	text-decoration:    none;
    color:  #4C4C4C;
}

A.prodName:hover
{
	 text-decoration:    underline;
    color:  #7C7C7C;
}

A.prodName:visited
{
	 text-decoration:    none;
    color:  #4C4C4C;
}

A.prodName:active
{
	 text-decoration:    none;
    color:  #4C4C4C;
}


A.prodNameSmall
{
	text-decoration:    none;
    color:  #4C4C4C;
    font-size: 10px;
}

A.prodNameSmall:hover
{
	 text-decoration:    underline;
    color:  #7C7C7C;
    font-size: 10px;
}

A.prodNameSmall:visited
{
	 text-decoration:    none;
    color:  #4C4C4C;
    font-size: 10px;
}

A.prodNameSmall:active
{
	 text-decoration:    none;
    color:  #4C4C4C;
    font-size: 10px;
}





A.HeaderLanguage
{
	font-size:0.8em;
	color:white;
	text-decoration:underline;
}
A.HeaderLanguage:hover
{
	font-size:0.8em;
	color:white;
	text-decoration:none;
}

A.FooterLinks
{
	font-size:1em;
	color:white;
	text-decoration:underline;
}
A.FooterLinks:hover
{
	font-size:1em;
	color:white;
	text-decoration:none;
}




/* TEST FOR LOGIN POPUP */
.closeLoginPanel
{
    font-family: Verdana, Helvetica, Arial, sans-serif;
    line-height: 17px;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    top:8px;
    right: 10px;
}
 .closeLoginPanel a
{
    background-color: #6699CC; 
    cursor: pointer;
    color: #FFFFFF; 
    text-align: center; 
    text-decoration: none; 
    padding: 5px;
}
/* END TEST */

.ButShopCart
{
	background-image: url(images/addcbg.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	color: White;
	font-family: Tahoma, Sans-Serif;
	font-size: 0.8em;
	font-weight: bold; /*width:10px;*/
	word-spacing: 1px;
	cursor: pointer;
	cursor: hand;
}

.Divider
{
	color: #EFEFEF;
}


/* CHECKOUT PAGE  */

.PanelHeader
{  
    background-color: #003366;
	font-family: Arial, Helvetica;
	text-align:left;
	color: white;	
	font-size:18px;
	padding-bottom: 5px;	
    text-indent:10px;    
    width:100%;       
}

.PanelContent
{
	border-top: #466593 1px solid;
	padding: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	background-color: Transparent;
	border-right: #466593 1px solid;
	border-left: #466593 1px solid;
	border-bottom: #466593 1px solid;
}
.DivBordered
{
	border-top: #466593 1px solid;
	
	margin-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;

	background-color: Transparent;
	border-right: #466593 1px solid;
	border-left: #466593 1px solid;
	border-bottom: #466593 1px solid;
}
.divHolder
{
	position: relative;
/*	float:left;*/
	clear:both;
	width:100%;
	padding-bottom: 10px;

}
.TableBoxCell
{
 border-color: #466593;
 border-width:1px;
 border-style:solid;
 padding-bottom:15px;
 margin-top:15px;	
}
.TableBoxRow
{
	width:100%;
	vertical-align:top;
	 
}

.divleft
{
/* position: absolute ;*/
 float:left;
 clear:left;
 width:48%;	
 left:0;
 border-color: #466593;
 border-width:1px;
 border-style:solid;
 left:1%;
 padding-bottom:15px;
 margin-top:15px;
 }

.divRight
{
 /* position:absolute;*/
 float:right;
 clear:right;
 width:48%;	
 right:0;
 border-color: #466593;
 border-width:1px;
 border-style:solid;
 right:1%;
 padding-bottom:15px;
 margin-top:15px;
 }
/* END OF CHECKOUT PAGE */

 
 .ProdGridNoHover
 {
 border-width:1px;
 border-color:#EFEFEF;
 border-style:solid;
 
 }
 
 .ProdGridHover
 {
 border-width:1px;
 border-color:black;
 border-style:solid;
}

.divcontainer
{
/* position: absolute ;*/
 width:100%;	
 border-color: #466593;
 border-width:1px;
 border-style:solid;
 padding-bottom:15px;
 margin-bottom:10px;
 }
 
 H1.PageTitle
 {
	Font-Size:14pt;
	font-weight:bold;
	color:White;
	background-color:transparent;
 }
