﻿/* Elements - start */

body, html 
{
	height:100%;
    min-height: 100%;
}

body
{
    background-color: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
  
    background-image: url('/App_Themes/Vetek/Images/PageHeadAndContentBG.gif');
    background-repeat: repeat-x;
    color: #4c4c4c;
}
 
select
{
    background-color: #ebebeb;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

fieldset
{
    margin: 5px;
    border: 1px solid #CCCCCC;
    padding: 3px;
}
fieldset legend
{
    background-position: #F5F5F5;
    background: #F5F5F5;
    padding: 2px 6px 2px 6px;
    font-weight: bold;
}
hr
{
    border: none 0;
    border-top: 1px solid #999999; /*the border*/
    width: 100%;
    height: 1px;
    clear: both;
    margin: 15px 0px 15px 0px;
}


/* Elements - end */




/* Element IDs - start */




#PageWrapper {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	}
	
#PageContent {
	padding-bottom:280px;
	}

#PageHead
{
    width: 100%;
    height: 166px;
    vertical-align: top;
    text-align: center;
}
#PageHead_CenterContainer
{
    width: 980px;
    text-align: left;
    vertical-align: top;
}
#PageMiddle
{

    width: 100%;
    vertical-align: top;
}
#PageBottom
{
    padding: 33px 0px 0px 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #FFFFFF;
    width: 100%;
    height: 230px;
    background-image: url('/App_Themes/Vetek/Images/PageBottomBG.gif');
    background-repeat: repeat-x;   
    }
	
	

.break
{
	clear: both;
}

#PlaceHolder_Header
	{
	  width: 980px;
    }
#PlaceHolder_Top
{
    width: 960px;
    margin: 0px 10px 0px 10px;
}
#PlaceHolder_LeftColumn
{
    margin: 0px 4px 0px 0px;
    float: left;
    width: 200px;
}
#PlaceHolder_CenterColumn
{
    margin: 0px;
    float: left;
    width: 572px;
}
/* width: 538px; */

#PlaceHolder_RightColumn
{
    margin: 0px 0px 0px 4px;
    float: right;
    width: 200px;
}
#PlaceHolder_Bottom
	{
	width: 960px;
    margin: 0px 10px 0px 10px;
    }
#PlaceHolder_Footer
{
      width: 980px;
}
#ContentColumns
{
      width: 980px; 
      margin: 0px 0px 0px 0px; 
}
	
	

#SearchForm
{
    margin: 5px 0px 0px 0px;
}
#SearchForm .Heading
{
    color: #FFFFFF;
    font-weight: bold;
    clear: both;
    display: block;
    float: left;
    text-transform: uppercase;
}
#SearchForm .SearchTexbox
{
    margin: 0px;
    padding: 4px 0px 0px 10px;
    border-style: none;
    border-width: 0px;
    background-image: url('/App_Themes/Vetek/Images/TextboxBG_Search.gif');
    width: 200px;
    height: 20px;
    background-repeat: no-repeat;
    background-color: transparent;
    float: left;
}
#LoginInfo
{
    margin: 5px 0px 0px 0px;
}
#LoginInfo .Heading
{
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}
#LoginInfo .Content
{
    color: #FFFFFF;
    float: left;
}
#LoginInfo .Buttons
{
    margin: 0px 0px 0px 15px;
    float: left;
}


#LoginInfo a
{
    color: #FFFFFF;
}

#CartSmall
{
    margin: 5px 0px 0px 0px;
}
#CartSmall .Heading
{
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
}
#CartSmall .Content
{
    color: #FFFFFF;
}

#CartSmall .Vat
{

}
#CartSmall a
{
    color: #FFFFFF;
}

#StartpageBanner
{
    margin: 0px 0px 10px 0px;
    padding: 40px 150px 0px 28px;
    position: relative;
    top: -7px;
    width: 394px;
    height: 226px;
    
    color: #FFFFFF;
}

#StartpageBanner H1
{
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    text-shadow: 0px 0px 2px #FFFFFF;
}
#StartpageBanner H2
{
    margin: 15px 0px 0px 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 22px;
    text-shadow: 0px 0px 1px #FFFFFF;
}

#StartpageBanner .intro
{
    color: #FFFFFF;
    font-size: 13px;
    width: 260px;
    font-weight: bold;
}

/* Element IDs - end */
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/* Classes - Start */



#TopLevelMenu
{
    padding: 0px;
    margin: 0px;
    color: #FFFFFF;
    text-align: right;
    overflow: hidden;
    float: right;
}
#TopLevelMenu a
{
    font-weight: bold;
    color: #4c4c4c;
    text-transform: uppercase;
    font-size: 110%;
    padding: 0px 0px 3px 0px;
    text-shadow: 0px 0px 1px #FFFFFF;
    text-decoration: none;
}
#TopLevelMenu a:hover, #TopLevelMenu a.selected
{

    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #cf926f;
    text-decoration: none;
}
#TopLevelMenu .link
{
    padding: 33px 8px 0px 9px;
    margin: 0px;
    float: left;
}
#TopLevelMenu .separator
{
    padding: 0px;
    width: 2px;
    height: 15px;
    background-color: #606060;
    margin: 34px 0px 0px 0px;
    float: left;
}
.InternalPopup
{
    border: 1px solid #515151;
    margin: 0px;
    padding: 5px;
    background-color: #FFFFFF;
    position: absolute;
    width: 530px;
    top: 240px;
}

.IconCloseWindow
{
    background-position: url('/App_Themes/Vetek/Images/Icons/CloseWindow.png');
    margin: 5px;
    background: no-repeat;
    width: 25px;
    height: 25px;
}

/* Classes - end */
















/* Container classes - start */

div.box
{
    width: 100%;
    }

/* top start */

div.box .top
{
    padding: 0px 15px 0px 0px;
    margin: 0px;
    background-position: right top;
    background: transparent url('/App_Themes/Vetek/Images/BoxWhite-Top.png') no-repeat scroll top right;
    display: block;
    height: 15px; /* sliding doors padding */
    width: 100%-15;
    clear: both;
}

div.box .top span
{
    background: transparent url('/App_Themes/Vetek/Images/BoxWhite-Top-Span.png') no-repeat;
    margin: 0px;
    display: block;
    padding: 0px;
    height: 15px;
}
div.box .toplightgrey
{
    background: transparent url('/App_Themes/Vetek/Images/BoxLightGrey-Top.png') no-repeat scroll top right;
}

div.box .toplightgrey span
{
    background: transparent url('/App_Themes/Vetek/Images/BoxLightGrey-Top-Span.png') no-repeat;
}




/* top end */


/* Head start */

div.box .head
{
    padding: 0px 16px 0px 0px;
    margin: 0px;
    background-position: right top;
    display: block;
    font: normal 11px;
    height: 34px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    clear: both;
    color: #FFFFFF;
    background: transparent url('/App_Themes/Vetek/Images/BoxDark-Head.png') no-repeat scroll top right;
    }

div.box .head span
{
    margin: 0px;
    display: block;
    padding: 10px 0px 0px 15px;
    height: 34px;
    background: transparent url('/App_Themes/Vetek/Images/BoxDark-Head-Span.png') no-repeat;
}

/* Hightlight for head */
div.box .headhighlight
{
    background: transparent url('/App_Themes/Vetek/Images/BoxRed-Head.png') no-repeat scroll top right;
}

div.box .headhighlight span
{
    background: transparent url('/App_Themes/Vetek/Images/BoxRed-Head-Span.png') no-repeat;
}

/* Highlight for head end */




/* Head end */



/* Box Content */

div.content
{
    margin: 0px;
    padding: 15px;
    width: 100%-30px;
    background-color: #FFF;
    overflow: hidden;
}



div.content H1
{
    color: #e4362b;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}
div.content H2
{
    color: #1a1a1a;
    margin: 10px 0px 8px 0px;
    font-size: 14px;
    font-weight: bold;
}
div.content H3
{
    color: #1a1a1a;
    margin: 10px 0px 8px 0px;
    font-size: 13px;
    font-weight: bold;
}

div.content .contentdark
{
    margin: 0px;
    padding: 15px;
    background-image: url('/App_Themes/Vetek/Images/BoxDark_Content.gif');
    background-repeat: repeat;
    width: 100%-30px;
    color: #FFFFFF;
}

div.content .contentlightgrey
{
    margin: 0px;
    padding: 0px 15px 0px 15px;
    background-image: url('/App_Themes/Vetek/Images/BoxLightGrey-Content.png');
    background-repeat: repeat;
    width: 100%-30px;
}

/* No Padding Content */
div.ContentNoPadding
{
    padding: 0px;
    width: 100%;
    margin: 0px;
    background-color: #FFF;
}

/* Box Content End */


/* Box Footer - start */

div.bottom
{
    padding: 0px 15px 0px 0px;
    margin: 0px 0px 5px 0px;
    background-position: right top;
    background: transparent url('/App_Themes/Vetek/Images/BoxWhite-Bottom.png') no-repeat scroll top right;
    display: block;
    height: 15px; /* sliding doors padding */
    width: 100%-15;
    clear: both;
}
div.bottom span
{
    background: transparent url('/App_Themes/Vetek/Images/BoxWhite-Bottom-Span.png') no-repeat;
    margin: 0px;
    display: block;
    padding: 0px;
    height: 15px;
}


/* Bottom dark */
div.bottomdark
{
    background: transparent url('/App_Themes/Vetek/Images/BoxDark-Bottom.png') no-repeat scroll top right;
}
div.bottomdark span
{
    background: transparent url('/App_Themes/Vetek/Images/BoxDark-Bottom-Span.png') no-repeat;
}

div.lightgrey
{
    background: transparent url('/App_Themes/Vetek/Images/BoxLightGrey-Bottom.png') no-repeat scroll top right;

}
div.lightgrey span
{
    background: transparent url('/App_Themes/Vetek/Images/BoxLightGrey-Bottom-Span.png') no-repeat;
}
/* Bottom dark */


/* End footer - end */



/* Container classes - end */




















/* Button classes - start */


a.abutton
{
    margin: 2px 5px 2px 2px;
    background-position: right top;
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonDark_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 11px arial, sans-serif;
    height: 22px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    
}

a.abutton span
{
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonDark_span.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 4px 0 5px 13px;
}
a.abutton:active {
    background-position: right bottom;
    color: #CCCCCC;
    outline: none; /* hide dotted outline in Firefox */
}

a.abutton:active span
{
    background-position: bottom left;
    padding: 5px 0 4px 13px; /* push text down 1px */
} 


/* light */
a.light
{
    color: #000;
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonLight_a.png') no-repeat scroll top right;
}


a.light span
{
    color: #000;
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonLight_span.png') no-repeat;
}

a.light:active
{
    background-position: right bottom;
    outline: none; /* hide dotted outline in Firefox */
}
/* light */

/* Dark */
a.dark
{
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonDark_a.png') no-repeat scroll top right;
    color: #ffffff;
}


a.dark span
{
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonDark_span.png') no-repeat;
}

a.dark:active
{
    background-position: right bottom;
    outline: none; /* hide dotted outline in Firefox */
}
/*Dark */





 
a.SlidingDoorButtonDark
{
   margin: 2px 5px 2px 2px;
    background-position: right top;
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonDark_a.png') no-repeat scroll top right;
    color: #ffffff;
    display: block;
    float: left;
    font: normal 10px arial, sans-serif;
    height: 22px;
    padding-right: 13px; /* sliding doors padding */
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
a.SlidingDoorButtonDark span
{
    background: transparent url('/App_Themes/Vetek/Images/SlidingDoorButtonDark_span.png') no-repeat;
    display: block;
    line-height: 13px;
    padding: 4px 0 5px 13px;
}
a.SlidingDoorButtonDark:active
{
    background-position: right bottom;
    color: #CCCCCC;
    outline: none; /* hide dotted outline in Firefox */
}

a.SlidingDoorButtonDark:active span
{
    background-position: bottom left;
    padding: 5px 0 4px 13px; /* push text down 1px */
} 




/* Button classes - end */


.SelectVatMode
{
    color: #FFFFFF;
}

.SelectVatMode a
{
    color: #FFFFFF;
}














