/* Note: These file is used to declare user defined styles. These styles are used only on the website 
 and not in Electos Studio. You may expand and change these however you see fit. */

html,body
{   
    padding: 0;
    margin: 0;
	height: 100%;
	min-height: 100%;
}

td,caption
{
	color: #333333;
	font-size: 11px;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A, A:LINK, A:VISITED 
{
	color: #143466;
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

A:HOVER 
{
	color: #143466;
    font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#container[id]
{
	position: relative;
	width: 100%;
}

#container 
{	
	min-height: 100%;
    min-width: 910px;
	float: left;
	background: url(../Images/bodybackground.gif);
	background-repeat: repeat-y;	
}

.clear
{
    clear: both;
    position: relative;
}

#header{
	position: relative;
	width:100%;
	background-color:#F7F7F7;	
}

#header-link
{
	position: relative;	
	margin-left: 20px;
	height: 37px;
    width: 75%;
    *min-width: 75%;	
}

#header-link img
{
	border: none;
}

#headertext
{
	position: relative;    
    background: url(../Images/logo.gif);
    background-repeat: repeat-x;
    min-width: 300px;
    _width: 300px;
    float: left;
    min-height: 120px;
    _height: 120px;
}

#company_name
{
 	color: #3d3d3d;
    position: relative;
    font-family : Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 18px;
    height: 20px;
    padding-top: 45px;
}

#companydescription
{
	position: relative;
    color: #ababab;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	font-size: 10px;
    height: 20px;
}

#search
{
	position: absolute;
	right: 60px;
	top: 8px;
	*top: 10px;	
}

#logo
{
	position: relative;	
    background-color: #153568;
    _height: 119px;
    min-height: 120px;
}

#separator
{
	position: relative;
    float: left;
	background-color: #CACACA; 
	height: 119px;
	width: 2px;    
}

#leftlogo
{
    position: relative;
	float: left;
    margin-left: 80px;
    margin-top: 35px;
    _margin-left: 40px;
    padding-right: 10px;
    *top: 1px;
    padding-bottom: 10px;
}	

#rightlogo
{
	position: relative;	
    margin-top: 3px;
    float: right;
    min-height: 117px;
    width: 600px;
}

.logindiv
{
	position: absolute;
	left: 22px;
}

#login
{
    position: relative;	
	background-color: #C0C0C0;
	background: url(../Images/04.gif);
	width: 40%;	
    height: 28px; 
}

#signup
{
	position: absolute;
	left: 520px;
	margin-top: 1px;	
}

.alignmiddle
{
	vertical-align: middle;
}

#LoginRegistration
{
	position: relative;
	min-width: 100%;	
	height: 25px;
    background-color: #C0C0C0;
	background: url(../Images/04.gif); 
}

.logout{
	font-weight: bold;
	font-size: 70%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* Menu starts from here */
#menu
{
	position: relative;
	width: 222px;	
	min-height: 250px;
	background: #E5E5E5;
	float: left;
    clear: left;
}

#menucontainer
{	
    position: relative;	
	z-index: 2;
}

#menucontainer ul
{
    list-style-type: none;
    list-style-position: outside;
}

#menuimage
{
	position: absolute;
	background: url(../Images/12.gif);
	width: 31px; 
	height: 25px;
    *height: 27px;
    left: 0px;
    _left: -30px;
	border-bottom: 2px solid #FFF;	
}

#menutext
{
   position: relative;
   color: #333333;
   margin-left: 16px;
   *margin-left: 30px;
   height: 25px;
   top: 5px;
   *top: 7px;
}

#submenuimage
{
	position: absolute;
	float: left;
	clear: both;
	background: url(../Images/121.gif);
	left: 0px;
	border-bottom: 1px solid #FFF;
	height: 20px;
	*height: 23px;
	width: 33px;	
}

#submenutext
{
	position: relative;
	left: 15px;
	*left: 30px;
	*top: 1px;
	*height: 23px;
}

.menulink, .menulink:link, .menulink:visited 
{
	color: #666666;
	font-weight: bold;
	text-decoration: none;	
	font-size: 70%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.menulink:hover, .menulink:active 
{
	color: #E65517;
	font-weight: bold;
	text-decoration: none;	
	font-size: 70%;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* Menu ends here */


/* Contents starts from here */
#content
{
    position: relative;
    min-height: 450px;
    _height: 450px;
    padding-bottom: 100px;
    padding-left: 51px;
	padding-top: 33px;
	margin-left: 226px;  
	*margin-left: 7px;  	
}

#contentheader
{
	height: 22px;
	width: 90%;	
	margin-left: 17px;
	margin-top: -37px;
}

#contentdata
{	
	margin-top: 10px;
	color: #333333;
	font-size: 70%;	
	width: 90%;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

#contentseparator
{
	margin-top: 4px;
    height: 1px;
	background-color: #B2B2B2; 
	width: 90%; 	
    *min-width: 90%;
	background-repeat: repeat-y; 
}

.contentheaderimage
{
	margin-top: -36px;
	*margin-top: -32px;
	float: left;
}

#column1
 {
    margin: 0px;
    padding-top: -60px;    
}

#middlecontent
{
	padding-bottom: 60px;
	float: left;
	width: 100%;
}

.submitbutton
{
	border: none;
	background: url(../images/submit.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 59px;
	cursor: auto;
}

.submitbuttonhover
{
	border: none;
	background: url(../images/submit_h.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 59px;
	cursor: pointer;
}

.removebutton
{
	border: none;
	background: url(../images/removeaccount.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 111px;
	cursor: auto;
}

.removebuttonhover
{
	border: none;
	background: url(../images/removeaccount_h.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 111px;
	cursor: pointer;
}
/* Contents ends here */


/* News contents starts from here */
#newscontent
{
    height: auto; 
	padding-top: 20px;
	width: 90%;
	font-size: 70%;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/* News contents ends here */


/* Footer starts from here */
#footer
{	
    bottom: 0px;
    height: 100px;
	width: 100%;
	background-color: #ffffff;	
	float: left;	
}

#footer-link
{
	right: 0px;
	width: 150px;
	height: 20px;
	font-size: 11px;
	margin-top: 5px;
	float: right;
	background-color: #ffffff;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#footer-link a
{
	color: #143466;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#footer-link a:link,#footer-link a:active, #footer-link a:visited 
{
	color: #143466;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#footer-link a:hover
 {
	color: #333333;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
/* End Footer */

.im1 
{
	margin: 0px 2px 10px 0px;
}

.im2
 {
	margin: 0px 0px 10px 10px;
}

.LoginText
{
	position: relative;
	color: #3F3857;
	top: -1px;
	*top: -3px;
	font-family: Arial;
	font-weight: normal;
	font-size: 11px;
}

.input 
{
	font-size: 11px;
	color: #333333;
	background-color: White;
	border: 1px solid #A4A4A4;
}

h1
 {
	margin: 0px 0px 0px 0px;
	color: #E65517;
	font-size: 110%;
	font-weight: normal;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

 
/* Webshop styles */
a.standardlink 
{
   font-family: Verdana;
   font-size: 10px; 
   font-weight: bold;
   text-decoration: none;
   color: #EA5622;
}

a.standardlink:hover 
{
   font-family: Verdana;
   font-size: 10px; 
   font-weight: bold;
   text-decoration: underline;
   color: #EA5622;
}

a.standardlink:Visited 
{
   font-family: Verdana;
   font-size: 10px; 
   font-weight: bold;
   color: #EA5622;
}

a.ProductImageLink img
{
	border-color: #FFF;
}

a.ProductImageLink:hover img 
{
	border: 1px solid #EA5622
}

li.ErrorTitle  
{
    list-style: none;
    color: red;
    font-weight: bold;
}

li.ErrorText 
{
    color: red;
    font-style: italic;
}

table.WebshopOverview
{
	background-color: #E7E7EF;
}

table.WebshopOverview th, table.WebshopOverview tr.Header, table.WebshopOverview tr.Footer
{	
    background-color: #DFDFDF;
    color: #FFFFFF;
    font-weight: bold;
    height: 15px;
}

table.WebshopOverview th
{
	color: #666666;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

table.WebshopOverview tr.RowOdd , div.WebshopShoppingCart table tr.RowOdd 
{
    background-color: #F6F6F6;
	color: #666666;
}

table.WebshopOverview tr.RowEven , div.WebshopShoppingCart table tr.RowEven
{
    background-color: #FFFFFF;	
	color: #666666;
}

table.WebshopOverview td
{
    padding: 2px 0px 2px 2px;
    *padding: 0;
    margin: 0;
}

a.WebshopOverviewProductName, a.WebshopOverviewProductName:link, a.WebshopOverviewProductName:active, a.WebshopOverviewProductName:visited
{
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;	
	text-decoration: none;
	color: #666666;
}

a.WebshopOverviewProductName:hover 
{
	font-size: 11px;
	font-weight: bold;
	line-height: 24px;	
	text-decoration: underline;
}

Input.WebShopAmountInput 
{
	text-align: right; 
	font-weight: bold; 
	border: 1px solid #969aaa; 
	padding-right: 4px;
	font-size: 11px;	 
	padding-top: 2px;
	padding-bottom: 2px;
	color: #666666;
}

table.WebshopDetail 
{
	font-family: 13px;
}

table.WebshopDetail tr.Header td, table.WebshopDetail tr.Footer td
{
    background-color: #969AAA;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
}

.WebshopDetailBottomRow 
{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

.WebshopDetailPrice 
{
	font-size: 14px;
	font-weight: bold;
	color: #143466;
}

div.WebshopShoppingCart table
{
	width: 222px;
    color: #d9dbe7;
}

.WebshopContentFont 
{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px
}

.WebshopShoppingCartHeader
{
	color: #E65517;
	font-size: 12px;
	font-weight: bold;	
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
	border-bottom: 1px solid #FFFFFF;
	padding-left: 7px;
    padding-bottom: 5px;
}

a.CheckoutText,a.CheckoutText:visited
{   
   font-family: verdana; 
   font-size: 11px; 
   font-weight: bold;
   color: #EA5622;
   text-decoration: underline;
}

a.CheckoutText:hover 
{
   font-family: verdana; 
   font-size: 11px; 
   font-weight: bold;
   color: #EA5622;
   text-decoration: underline;
}

a.WebshopShoppingCartProduct, a.WebshopShoppingCartProduct :link, a.WebshopShoppingCartProduct :active, a.WebshopShoppingCartProduct :visited 
{
   font-family: verdana; 
   font-size: 11px; 
   font-weight: bold;
   text-decoration: none;
   color: #143466; 
}

a.WebshopShoppingCartProduct:hover 
{
   font-family: verdana; 
   font-size: 11px; 
   font-weight: bold;
   text-decoration: underline;
   color: #143466; 
}

.steps{
	font-family: verdana;
	color: #143466;
}

.steps .current 
{
    font-weight: bold;
}

.ProductTypeInput
{
	font-size: 10px;
    color: #626262;
    background-color: White;
    border: 1px solid #A4A4A4;
	margin-bottom: 1px;
}

.typevalue
{
	width: 250px;
}

.typevaluenumber
{
	width: 150px;
}

.typevaluecost
{
	width: 120px;
}

.CouponErrorText
{	
    color: red;    
}
/*End of webshop style */


/* Gallery styles start*/
#ImageContent
{
	height: auto;
	margin-bottom: 20px;
}

.GalleryImageDiv
{	
	background-color: #F6F6F6;	
	float: left;
	padding: 10px;	
	margin-right: 2px;
	margin-top: 1px;
}

a.GalleryImage img, a.GalleryImage:Visited img
{
	border: 1px solid #DFDFDF;
}

a.GalleryImage:hover img 
{
	border: 1px solid #EA5622;
}

.Galleryclear 
{
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
/* Gallery styles end*/

div.row 
{
	padding-top: 2px;
	height: 18px;
	align: center;
}

div.row span.label 
{
	color: #333333;
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;	
    float: left;
	width: 250px;  
	text-align: left;
}

div.row span.labelseparator
{  
	font-family:Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight: normal;	
	float: left;
	width: 20px;
	color: #333333;
	text-align: left;
}

div.row span.formw 
{
	width: 385px;
	text-align: left;
}

div.row span.formwreq 
{
	font-family: Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;	 
	width: 385px;
	color: 333333;
	text-align: left;
}
  
div.row span.formwreq input
{  
	vertical-align: top;
}    

.buttondiv
{
	width: 90%;
	text-align: right;
}

#UserDetails input
{
	font-size: 11px;
	color: #333333;
	background-color: White;
	border-color: #000000;
}

#waitdiv
{	
	position: relative;
	min-height: 450px;
    _height: 450px;
    padding-bottom: 100px;
    padding-left: 51px;
	padding-top: 33px;
	margin-left: 226px;  
	*margin-left: 7px;  		
}

.WaitText
{
	font-size: 14px;
	font-weight: bold;	
	font-family: verdana, arial, helvetica, sans-serif;	
}

.WaitTextMessage
{
	font-size: 13px;
	font-weight: normal;	
	font-family: verdana, arial, helvetica, sans-serif;	
} 

 
/* Tooltip styles start*/
#tooltip 
{
	position: absolute;	
	padding: 5px;
	font-size: 11px;
	color: #626262;
	width: 202px;
	background-color: #cfcfcf;
	border: 1px solid #969AAA;
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	display: none;
	z-index: 20000;
}

.AttributeNameHeader
{
	padding-right: 7px;
	text-align: left;
}

.AttributeValueHeader
{
	padding-right: 7px;
	text-align: left;
}

.AttributeCostHeader
{
	text-align: left;
}

.AttributeNameText
{
	padding-right: 7px;
	text-align: left;
}

.AttributeValueText
{
	padding-right: 7px;
	text-align: left;
}

.AttributeCostText
{
	text-align: right;
}
/* Tooltip styles end*/


/* Sitemap styles start*/
#sitemap, #sitemap ul, #sitemap li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sitemap{}

#sitemap ul
{
	display: none;
}

#sitemap li
{
	line-height: 200%;
	margin-top: 1px;
	background: #eee;
	position: relative;
	width: 100%;
}

/* IE leaves a blank space where span is added so this is to avoid that */
* html #sitemap li
{
	float: left;
	display: inline;
}

#sitemap li a
{
	padding-left: 28px;
}

#sitemap li span
{
	float: left;
	position: absolute;
	top: 5px;
	left: 5px;
	width: 13px;
	height: 13px;
	cursor: auto;
	font-size: 0;
}

#sitemap li span, #sitemap li span.collapsed
{
	background: url(../images/ChildCollapsed.gif) no-repeat 0 0;
} 

#sitemap li span.expanded
{
	background: url(../images/ChildExtended.gif) no-repeat 0 0;
}

/* second level */
#sitemap li li 
{
	background: #fff;
}

#sitemap li li a
{
	padding-left: 56px;
}

#sitemap li li span
{
	left: 28px;
}

/* third level */
#sitemap li li li a
{
	padding-left: 84px;
}

#sitemap li li li span
{
	left: 56px;
}
/* Sitemap styles end*/

#bodycontainer
{  
	background-color: green;
	z-index: 7;
	min-height: 100%;
	position: relative;
}

#headercontainer
{	  
    background-color: red;
	z-index: 7;
	padding: 10px;
}

#middlecontainer
{
    background-color: blue;
	z-index: 7;
	padding: 10px;
	padding-bottom: 60px;
}

#footercontainer
{	  
    background-color:yellow;
	position:absolute;
    z-index: 7;
}