/*//////////////////////////////////////*/
/*/////////////// GLOBAL ///////////////*/
/*//////////////////////////////////////*/

body{
/*background-color: #E3E3E3; */
background-color: #C1C1C1; 
padding: 0; 
margin: 0; 
}

body, div, table, tr, td, input, select, textarea{
font-family: trebuchet ms, Helvetica, Arial, Sans-Serif;
font-size: 12px;
color: #5A5A5A;
}

input, select{color: Black;}

#Main{
padding: 0px; 
float: left; 
display: inline; 
background-color: #C1C1C1;
width: 100%;
}

/*//////////////////LINKS & TITLES ////////////*/

a img  {border: 0;}

a:link, a:visited{color: Black; text-decoration: none;}
a:hover{color: Black; text-decoration: underline;}

a.contact:link, a.contact:visited{color: #5A5A5A; text-decoration: none;}
a.contact:hover{color: #5A5A5A; text-decoration: underline;}

a.AsText:link, a.AsText:visited{color: #5A5A5A; text-decoration: none;}
a.AsText:hover{color: #5A5A5A; text-decoration: underline;}

span.Arrow, a.Arrow:link, a.Arrow:visited, a.Arrow:hover,
a.ArrowBack:link, a.ArrowBack:visited, a.ArrowBack:hover,
a.ArrowTop:link, a.ArrowTop:visited, a.ArrowTop:hover,
a.ArrowDown:link, a.ArrowDown:visited, a.ArrowDown:hover{
font-family: trebuchet ms, Helvetica, Arial Narrow; 
font-size: 16px; color: #808284; 
text-decoration: none; 
background-image: url(Images/Arrow.gif);
background-repeat: no-repeat;
padding-left: 24px;
}

a.Arrow:hover,
a.ArrowBack:hover,
a.ArrowTop:hover,
a.ArrowDown:hover
{text-decoration: underline;}

a.ArrowBack:link, a.ArrowBack:visited, a.ArrowBack:hover{background-image: url(Images/ArrowBack.gif);}
a.ArrowTop:link, a.ArrowTop:visited, a.ArrowTop:hover{background-image: url(Images/ArrowTop.gif);}
a.ArrowDown:link, a.ArrowDown:visited, a.ArrowDown:hover{background-image: url(Images/ArrowDown.gif);}


a.PageJumper{margin: 0px 3px 0px 3px;}
span.PageJumper_Disabled{margin: 0px 3px 0px 3px;}

h1{font-family: trebuchet ms, Helvetica, Arial Narrow; font-size: 28px; font-weight: normal; color: Black; margin: 0px 0px 0px 0px;}
h2{font-family: trebuchet ms, Helvetica, Arial Narrow; font-size: 16px; color: #808284; font-weight: normal; margin: 0px 0px 0px 0px;}

div.IntroText{margin: 20px; }
div.IntroTextInBox{margin: 20px 20px 20px 0px; }

/*//////////////////LINKS & TITLES ////////////*/

/*/////////////////// NAVIGATION //////////////*/

div.closeNavigation
{
	margin: 20px;
	}

/*/////////////////// NAVIGATION //////////////*/

/*/////////////////// TOP ////////////////////*/

#Top{height: 57px; width: 95%; float: left; display: inline; margin: 0 20px 0 20px;}
#TopLeft{height: 57px; float: left; display: inline;}
#TopRight{height: 43px; float: right; display: inline; padding-top: 14px;}

.SignUser{
float: left;
display: inline;
height: 23px;
text-align: center;
padding-top: 7px;
margin-right: 20px;
}

.SignButton{
float: left;
display: inline;
background-image: url(Images/SignButton.gif);
background-repeat: no-repeat;
width: 80px;
height: 23px;
text-align: center;
padding-top: 7px;
margin-right: 10px;
}

.SignButton a:link, .SignButton a:visited, .SignButton a:hover{
color:White; text-decoration: none;
}

.SignButton a:hover{text-decoration: underline;}

.LanguageButton{
float: left;
display: inline;
background-image: url(Images/LanguageButton.gif);
background-repeat: no-repeat;
width: 30px;
height: 23px;
text-align: center;
padding-top: 7px;
color: Black;
margin-left: 3px;
}

.LanguageButton a:link, .LanguageButton a:visited, .LanguageButton a:hover{
color:#808284; text-decoration: none;}

.LanguageButton a:hover{text-decoration: underline;}

.Selected{background-image: url(Images/LanguageButtonSelected.gif);}

/*/////////////////// TOP ////////////////////*/

/*//////////////BIG SEARCH BOX //////////////*/

#BigSearchBox{
height: 50px;
width: 900px;
float: left;
display: inline;
background-image: url(Images/BigSearchBoxBg.gif);
background-repeat: repeat-x;
margin: 5px 20px 0 20px;
}

#BigSearchBoxLeft{
height: 50px;
width: 3px;
float: left;
display: inline;
background-image: url(Images/BigSearchBoxLeft.gif);
background-repeat: no-repeat;
}

#BigSearchBoxRight{
height: 50px;
width: 3px;
float: right;
display: inline;
background-image: url(Images/BigSearchBoxRight.gif);
background-repeat: no-repeat;
}

#BigSearchBoxBg{
float: left; 
display: inline; 
padding: 13px 20px 0 20px; 
width: 854px;/**/
text-align: center;
height: 61px; /*75*/
}

#Search, #SearchField input{float: left; display: inline; font-family: trebuchet ms, Helvetica, Arial Narrow; font-size: 12px; font-weight: normal; color: Black; }

/*#Search{line-height: 48px; padding: 0px 10px 0px 40px; background-image: url(Images/BigArrow.gif);background-repeat: no-repeat; margin-left: 25px;}*/

.BigTextBox{margin-left: 30px; padding: 2px; width: 445px; font-family: trebuchet ms, Helvetica, Arial;}
.BigButton{background-color: #C1C1C1; background-image: url(Images/BigButtonBg.gif);background-repeat: repeat-x; padding: 1px 20px 0px 20px; height: 24px; margin-left: 10px;}

#AdvancedSearch{float: left; display: inline; line-height: 28px; padding-left: 50px;}


/*//////////////BIG SEARCH BOX //////////////*/

/*///////////////// SEARCH /////////////////*/

#SmallSearchBox{
width: 206px;
padding: 0px 0px 0px 17px;
vertical-align: top;
}

#SmallSearchContent{
background-image: url(Images/SearchBg.gif);
background-repeat: repeat-y;
background-position: right top;
float: left;
display: inline;
width: 200px;
padding: 0px 3px 0px 3px;
}

#SmallSearchTop, #SmallSearchBottom{
background-image: url(Images/SearchTop.gif);
background-repeat: no-repeat;
height: 3px;
width: 206px;
float: left;
display: inline;
}

#SmallSearchBottom{
background-image: url(Images/SearchBottom.gif);
}

#SmallSearchContentPart{
width: 180px;
padding: 5px 10px 5px 10px;
float: left;
display: inline;
background-color: #C1C1C1;
}

div.SmallAdvancedSearchContentPart{
background-image: url(Images/Seperator.gif);
background-repeat: repeat-x;
background-position: top left;
background-color: #C1C1C1;
width: 180px;
padding: 5px 10px 10px 10px;
float: left;
display: inline;
}

div.LBCommand{
display: none;
position:fixed;
_position:absolute;
bottom:10px;
left:30px;
_top:expression(document.body.scrollTop+document.body.clientHeight-this.clientHeight);
}


/*///////////////// SEARCH /////////////////*/

/*//////////////////// MENU ////////////////*/

#Menu{
height: 30px; width: 896px; float: left; display: inline; margin: 0 20px 20px 23px;
} 

#Menu ul{padding: 0; margin:0;}

#Menu ul li{
float: left;
display: inline;
list-style-type: none;
}

#Menu li.MenuSelected{background-color: #FFFFFF;}

#Menu li{
border: solid 1px #E3E3E3;
height: 24px;
font-family: trebuchet ms, Helvetica, Arial Narrow; 
color: Black;
font-size: 14px;
text-align: center;
padding: 4px 20px 0px 20px;
margin-right: 5px; 
background-color: #E3E3E3;
}

#Menu li a:link, #Menu li a:visited, #Menu li a:hover{
font-family: trebuchet ms, Helvetica, Arial Narrow; 
font-size: 14px; 
color: #808284; 
text-decoration: none; 
}

#Menu li a:hover{text-decoration: underline;}



/*//////////////////// MENU ////////////////*/

/*////////////////// CONTENT ///////////////*/

#Content{
padding: 0px; 
float: left; 
display: inline; 
width: 99%;
}

#ContentTable{}
tr#ContentTableRow{vertical-align: top;}
#Results{padding-left: 20px; width:100%;}

.ResultsTop, .ResultsFooter{float: left; display: inline; width: 100%;}
.ResultsFooter{padding-bottom: 20px;}

.ToolsBar{
background-image: url(Images/ToolsBarBg.gif);
background-repeat: repeat-x;
height: 35px;
width: 99%;
padding: 0px 10px 0px 10px;
margin: 10px 0px 10px 0px;
}

.PageJumper{text-align: right;}

.ResultsContent{float: left; display: inline;}

#ImageDetailsTable{}
#ImageDetailsTable tr td{padding: 20px 20px 20px 0px; vertical-align: top;}
#ImageDetailsTable tr td table.DataTable tr td{padding: 5px 10px 5px 10px;}

/*/////////////// TABLE //////////////////*/

.DataTable{border: solid 1px #7BA1BE; border-width: 1px 1px 0px 0px;}
.DataTable td {border: solid 1px #7BA1BE; border-width: 0px 0px 1px 1px; padding: 5px 10px 5px 10px; vertical-align: top;}

.DataTableWithoutBorder{border: solid 0px #7BA1BE; border-width: 0px 0px 0px 0px;}
.DataTableWithoutBorder td {border: solid 0px #7BA1BE; border-width: 0px 0px 0px 0px; padding: 2px 10px 2px 10px; vertical-align: top;}

td.label{
     text-align: right;
     padding-right: 10px;
     white-space: nowrap;
     line-height: 22px;
     vertical-align: top;
    }
td.value textarea
{
	width: 300px;
	}

/*/////////////// TABLE //////////////////*/

/*////////////////// CONTENT ///////////////*/

/*//////////////////////////////////////*/
/*/////////////// GLOBAL ///////////////*/
/*//////////////////////////////////////*/

/*//////////////////////////////////////*/
/*///////////// HOMEPAGE ///////////////*/
/*//////////////////////////////////////*/

body#HomePage
{
	background-color: #E3E3E3; 
	padding: 0; 
	margin: 0; 
	border: solid 10px #E3E3E3;
	
	
}

#HomePageMain{
padding: 0px; 
float: left; 
display: inline; 
background-color: #C1C1C1;
width: 100%;
/*background-image: url(Images/Shadow.gif);
background-repeat: repeat-x;
background-position: left bottom;
border: solid 1px #D0D0D0;
border-width: 1px 1px 0px 1px;*/
}

#HomePageMainWithMargin{
width: 940px;
margin: 0 auto 0 auto;
}

#HomePageContent{
float: left;
display: inline;
margin: 0 23px 0px 23px;
width: 894px;/*900*/
}

#InfoBloc{
width: 894px;/*900*/
/*height: 350px;*/
float: left; 
display: inline;
padding: 20px 0px 70px 0px; 
}

#InfoBlocLeft{
border: solid 1px #7BA1BE;
float: left;
display: inline;
padding: 40px 20px 0px 20px;
width: 405px;/*447*/
height: 799px;/*813*/ /* feature change (+60) */
text-align: center;
}
div.InfoBlocMasterImage
{
	margin: 0 0 16px 0;
	}
div.FeaturesTitle
{
	display: inline;
	float: left;
	margin: 0 0 0 26px;	
	}
div.InfoBlocSubImage
{
	display: inline;
	padding: 0 5px 0 7px;
	}
#InfoBlocRight{
border: solid 1px #7BA1BE;
border-width: 0px 0px 1px 0px;
float: left;
display: inline;
width: 446px;/*447*/
height: 840px;/*835*/ /* feature change */
}

#InfoBlocMenu{
float: left;
display: inline;
height: 35px;
width: 496px;/*447*/
} 

#InfoBlocMenu ul{padding: 0; margin:0;}

#InfoBlocMenu ul li{
float: left;
display: inline;
list-style-type: none;
margin: 0;
}


#InfoBlocMenu li{
border: solid 1px #7BA1BE;
border-width: 1px 1px 1px 0px;
height: 28px;
font-family: trebuchet ms, Helvetica, Arial Narrow; 
color: Black;
font-size: 16px;
text-align: center;
padding: 6px 20px 0px 20px;
}

#InfoBlocText{
border: solid 1px #7BA1BE;
border-width: 1px 1px 0px 0px;	
padding: 20px;
float: left;
display: inline;
width: 406px;/*447*/
height: 765px;/*758*/ /* feature change */
overflow: auto;
} 

/*//////////////////////////////////////*/
/*///////////// HOMEPAGE ///////////////*/
/*//////////////////////////////////////*/

/*//////////////////////////////////////*/
/*///////////// LIGHTBOX ///////////////*/
/*//////////////////////////////////////*/

body.LightBox{
background-color: #E3E3E3;
background-image: url(Images/Shadow.gif);
background-repeat: repeat-x;
background-position: left top;
border: 0px;
}

#LightBoxBox{
width: 206px;
padding: 0px 0px 0px 28px;
position: fixed; _position:absolute; top: 0px; left: 0px; _top:expression(eval(document.body.scrollTop+0)); 
}

#LightBoxBoxContent{
background-image: url(Images/LightBoxBg.gif);
background-repeat: repeat-y;
background-position: right top;
float: left;
display: inline;
width: 180px;
padding: 5px 13px 10px 13px;
}

#LightBoxBoxTop, #LightBoxBoxBottom{
background-image: url(Images/LightBoxTop.gif);
background-repeat: no-repeat;
height: 3px;
width: 206px;
float: left;
display: inline;
}

#LightBoxBoxBottom{
background-image: url(Images/LightBoxBottom.gif);
}


/*//////////////////////////////////////*/
/*///////////// LIGHTBOX ///////////////*/
/*//////////////////////////////////////*/


/*//////////////////////////////////////*/
/*///////////// THUMBNAIL //////////////*/
/*//////////////////////////////////////*/


div.Thumbnail{
display: inline;
float: left;	
/*width: 170px;/*x + 20px*/
/*padding: 10px 10px 10px 10px;*/
/*background-image: url(Images/dotted.gif);*/
background-repeat: repeat-x;
background-position: bottom left;
text-align: center;
/*margin-top: 20px;*/
}
	
.ThumbnailTable{
height: 100%;
}

tr.ThumbnailImage td{
vertical-align: bottom;
text-align: right;
/*height: 150px;/*x*/
}

tr.ThumbnailIcons td {padding: 7px 0px 0px 0px; text-align: right; }
tr.ThumbnailIcons td a{margin-left: 5px; }

tr.LBThumbnailIcons td table tr td{padding: 7px 0px 0px 0px; text-align: right; }
tr.LBThumbnailIcons td table tr td a{margin-left: 5px; }

div.LBThumbnailCheckbox
{
	display: inline;
	float: left;
	margin: 0px 5px 0px 0px;
}

/*//////////////////////////////////////*/
/*///////////// THUMBNAIL //////////////*/
/*//////////////////////////////////////*/


/*//////////////////////////////////////*/
/*/////////////  MY CART  //////////////*/
/*//////////////////////////////////////*/

#MyCartBloc{
float: left; 
display: inline;
margin: 0px 20px 20px 20px;
width: 95%;
}

#MyCartBlocRight{
border: solid 1px #7BA1BE;
border-width: 0px 0px 0px 1px;
float: left;
display: inline;
width: 100%;
}

#MyCartBlocMenu{
float: left;
display: inline;
height: 35px;
width: 100%;
} 

#MyCartBlocMenu ul{padding: 0; margin:0;}

#MyCartBlocMenu ul li{
float: left;
display: inline;
list-style-type: none;
margin: 0;
}


#MyCartBlocMenu li{
border: solid 1px #7BA1BE;
border-width: 1px 1px 1px 0px;
height: 28px;
font-family: trebuchet ms, Helvetica, Arial Narrow; 
color: Black;
font-size: 16px;
text-align: center;
padding: 6px 20px 0px 20px;
}

#MyCartBlocText{
border: solid 1px #7BA1BE;
border-width: 1px 1px 1px 0px;
padding: 20px;
float: left;
display: inline;
} 
tr.MyCartPictureBlocSeparatorBottom td
{
	line-height: 20px;
	border: dotted 1px #7BA1BE;
	border-width: 0px 0px 1px 0px;
}
tr.MyCartPictureBlocSeparatorTop td{
	border: dotted 1px #7BA1BE;
	border-width: 0px 0px 0px 0px;
	line-height: 20px;
}
td.MyCartPictureBlocRadio
{
	text-align: center;
	}
	
/*//////////////////////////////////////*/
/*/////////////  MY CART  //////////////*/
/*//////////////////////////////////////*/


/*//////////////////////////////////////*/
/*/////////////  HISTORY  //////////////*/
/*//////////////////////////////////////*/

#HistoryBloc{
float: left; 
display: inline;
margin: 0px 20px 20px 20px;
width: 95%;
}

#HistoryBlocRight{
border: solid 1px #7BA1BE;
border-width: 0px 0px 0px 1px;
float: left;
display: inline;
width: 100%;
}

#HistoryBlocMenu{
float: left;
display: inline;
height: 35px;
width: 100%;
} 

#HistoryBlocMenu ul{padding: 0; margin:0;}

#HistoryBlocMenu ul li{
float: left;
display: inline;
list-style-type: none;
margin: 0;
}


#HistoryBlocMenu li{
border: solid 1px #7BA1BE;
border-width: 1px 1px 1px 0px;
height: 28px;
font-family: trebuchet ms, Helvetica, Arial Narrow; 
color: Black;
font-size: 16px;
text-align: center;
padding: 6px 20px 0px 20px;
}

#HistoryBlocText{
border: solid 1px #7BA1BE;
border-width: 1px 1px 1px 0px;
padding: 20px;
float: left;
display: inline;
} 
table.HistoryTable tr td span.label{font-weight: bold; }
table.HistoryTable tr td ul{margin:5px;}

tr.HistoryBlocSeparatorBottom td
{
	line-height: 25px;
	border: dotted 1px #7BA1BE;
	border-width: 0px 0px 1px 0px;
}
tr.HistoryBlocSeparatorTop td
{
	line-height: 25px;
}
div.HistoryThumbnail
{
display: inline;
float: left;
text-align: center;
}

/*//////////////////////////////////////*/
/*/////////////  HISTORY  //////////////*/
/*//////////////////////////////////////*/


/*//////////////////////////////////////*/
/*/////////////   LOGIN   //////////////*/
/*//////////////////////////////////////*/

.TableLogin{margin-left: 20px;}
td.tdLogin{border: solid 1px #7BA1BE; }
td.tdLogin table{border: solid 10px #E3E3E3;}
td.tdLogin table tr td{padding: 5px 10px 5px 10px;}

/*//////////////////////////////////////*/
/*/////////////   LOGIN   //////////////*/
/*//////////////////////////////////////*/

