HTML, BODY, FORM
{
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: auto;	    
}
BODY
{
    background-color: #ffffff;
    background-image: url(../../Img/main/greenfadebg.jpg);
    background-position: top;
    background-repeat: repeat-x;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
FORM
{
  margin: 0;
  padding: 0;
  border: 0 none;
}
A
{
    border: 0;
}

/*** forms ***/
SELECT, INPUT, TEXTAREA
{
	font-size: 10px;
	font-weight: bold;
	color: #464646;
}

/*** base layout ***/
DIV#theBackLid 
{
	display: none;
	filter: alpha(opacity=70);
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	background: black;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10000;
}
TABLE#tblWrapTable {
	width:100%;
	height: 100%;
}

TD#tdWrapTable {
	vertical-align: top;
	text-align: center;
	width:100%;
	height: 100%;
}

TABLE#tblMainTable {
	width: 996px;
	height: 100%;
}

TD.tdMainBorder {
	width: 12px;
	position: relative;
}
TD.tdMainBorder IMG {
	width: 12px;
	height: 1px;
}
TD.tdMainBorder DIV {
	width: 12px;
	height: 100%;
	top: 0px;
	position: fixed;
}
TD.tdMainBorder DIV.divMainBorderLeft {
	background-image: url(/Img/main/emptyleft.png);
}
TD.tdMainBorder DIV.divMainBorderRight {
	background-image: url(/Img/main/emptyright.png);
}

TD#tdMainPageMiddle
{
	width: 972px;
	height: 100%;
	vertical-align: top;
	background-color: #ffffff;
	padding-left: 1px;
}

DIV#divMainPageMiddle
{
	height: 73%;
	width: 970px;
	position: relative;
	text-align: left;
}

DIV#divMainPageRightAdvert
{
    width: 270px;
    position: absolute;
    top: 205px;
    left: 50%;
    margin-left: 500px;
    display: block;
}
DIV#divMainPageRightAdvert IMG
{
    border: 0;
}

DIV#divMainPageTopWrap
{
	height: 247px;
	width: 970px;
}

DIV#divMainPageTop
{  
    height: 205px;
    width: 100%;
    background: #FFF;
    background-color:#353c2f;
    background-image:url(../../Img/main/topbggreen.jpg);
    /*background-image:url(../../Img/main/topbgblue.jpg);*/
}
    
DIV#divTopGreen
{
    width:100%;
    height:6px;
    background-image:url(../../Img/main/topgreen.png);
    background-color:#96ce00;
}

#rimflashplh 
{
    float:right;
	width: 694px;
	height: 205px;
	text-align:right;
}

#cart
{
	width:276px;
	height:35px;
	background-image:url(../../Img/main/topcartbggreen.png);
}
#cart #txt
{
	padding-left: 28px;
	padding-top: 8px;
	font-size: 9px;
	color: #ffffff;
}
#cart #txt #t1
{
	text-transform: uppercase;
	font-weight: bold;
}
#cart #txt #t2
{
	color: #d7d7d7;
	font-weight: bold;
}
#cart #txt #t3
{
	font-weight: bold;
}
#cart #txt #sum, #cart #txt #sumsuff {
	color: #baff00;
	font-weight: bold;
}
#cart #txt #tocheckout
{
	color: #ff6600;
	text-decoration: none;
	font-weight: bold;
}
#cart #txt #tocheckout:hover
{
	text-decoration: underline;
}

DIV#divTopMenu
{
    height: 36px;
	clear: both;
	width: 970px;
	position: relative;
	background-color: #677e52;
    background-image: url(../../Img/menu/topMenuSprite.png);
    background-position: 0px -85px;
}
DIV#divTopMenu UL
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
DIV#divTopMenu UL LI
{
    float: left;
    height: 36px;
    position: relative;
    text-align: center;
	padding-top: 4px;
	font-size: 13px;
	font-weight: 900;
	font-family: verdana;
	letter-spacing: -1px;
}
DIV#divTopMenu UL LI A
{
    color: #FFF;
	text-decoration: none;
}
DIV#divTopMenu UL LI A:hover
{
	color: #baff00;
}

DIV#divTopMenu UL LI.TopMenuItemOn
{
    padding-top: 6px;
	font-size: 12px;
    background-image: url(../../Img/menu/topMenuSprite.png);
}
DIV#divTopMenu UL LI.TopMenuItemOn A
{
	color: #353C2F;
}
DIV#divTopMenu UL LI.TopMenuItemOn44
{
	background-position: -13px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn50
{
	background-position: -72px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn56
{
	background-position: -137px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn70
{
	background-position: -208px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn90
{
	background-position: -290px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn95
{
	background-position: -392px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn100
{
	background-position: -498px 0px;
}
DIV#divTopMenu UL LI.TopMenuItemOn115
{
	background-position: 0px -38px;
}
DIV#divTopMenu UL LI.TopMenuItemSpacer
{
    width: 3px;
    background-image: url(../../Img/menu/topMenuSprite.png);
    background-position: -120px -38px;
}
DIV#divTopMenu UL LI.TopMenuItemPhone
{
    float: right;
    width: 98px;
    background-image: url(../../Img/menu/topMenuSprite.png);
    background-position: -40px -138px;
}
DIV#divTopMenu UL LI IMG.phone
{
    border: none;
    position: absolute;
    top: 0px;
    right:0px;
}

DIV#divMainPageContents
{
	background-color: #ffffff;
    width: 100%;
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 247px;
	width: 970px;
}

DIV#divMainPageHeadContents
{
	width: 948px;
}
DIV#divMainPageMainContents
{
	width: 948px;
	text-align: left;
}

DIV#divContentFormTopTitleBar DIV.headPusher
{
    clear: both;
    padding-left: 9px;
}
DIV#divContentFormTopTitleBar DIV.headPusher DIV.hdrImgG
{
    float: left;
    background:url(../../Img/common/gummihuset.jpg);
    width:54px;
    height:51px;
}
DIV#divContentFormTopTitleBar DIV.headPusher DIV.hdrLabelText
{
	float:left;
    padding: 8px 0px 2px 5px;
}
DIV#divContentFormTopTitleBar DIV.headPusher DIV.hdrLabelText H1
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: -1px;
    color: #636363;
    margin: 0px 0px 0px 0px;
}

DIV#divMainPageFooterUpper
{
    background-color: #ffffff;
	width: 948px;
}
DIV#divMainPageFooterUpper IMG
{
    border: 0;
}
DIV#divMainPageFooterLower
{
    background-color: #ffffff;
	background-image: url(../../Img/main/footer6.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 948px;
	height: 101px;
}
DIV.mainPageSeparator
{
    background-image: url(../../Img/main/maintopsep.png);
    width: 948px;
    height: 14px;
}
DIV.mainPageBottomSeparator
{
    background-image: url(../../Img/main/mainbotsep.png);
    width: 948px;
    height: 13px;
}
DIV.paymentBannerSeparator
{
    clear: left;
    background-image: url(../../Img/main/hori-page-sep.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 40px;
}

/* Manufacturer link container */
DIV#divMainPageManufacturerBanner
{
    width: 948px;
    height: 66px;
}

/* Bottom link container */
DIV#divMainPageBottomLink
{
	background-image: url(../../Img/main/bottomLinkBg.png);
	background-repeat: repeat-y;
	background-position: top left;
	color: #fff;
	width: 948px;
}
DIV#divMainPageBottomLink DIV#divTopBanner
{
    clear: both;
}
DIV#divMainPageBottomLink DIV#divTopBanner DIV.logos
{
    background-image: url(../../Img/main/bottomLinkSprite.png);
    height: 87px;
}
DIV#divMainPageBottomLink DIV.contLeft
{
    float: left;
	background-image: url(../../Img/main/bottomLinkBgDelim.png);
	background-repeat: repeat-y;
	background-position: top right;
}
DIV#divMainPageBottomLink DIV.contRight
{
    float: left;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.hdrCont
{
    clear: both;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.hdrCont DIV.hdr SPAN
{
    font-size: 18px;
    font-weight: 700;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.linkCont
{
    clear: both;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.linkCont DIV.lnk
{
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.linkCont DIV.lnk UL
{
    list-style-image: url(../../Img/main/bottomLinkArrow.png);
    padding-left: 4px;
    margin: 10px;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.linkCont DIV.lnk UL LI
{
    padding-bottom: 2px;
	font-family: verdana;
	letter-spacing: -1px;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.linkCont DIV.lnk UL LI A
{
    color: #f7941d;
	text-decoration: none;
}
DIV#divMainPageBottomLink DIV#divStaticLinkCont DIV.linkCont DIV.lnk UL LI A:hover
{
	text-decoration: underline;
}


div.modalPopUp
{
   font-size: 11px;
   font-weight: normal;
   background-color: #FFFFFF;
   border: 1px #909090 outset;
   color: #555555;
   padding: 20px;
   display: none;
   position: absolute;
   z-index: 10001;
   width: 400px;
   top: 50%;
   left: 50%;
   margin-left: -240px;
   margin-top: -140px;
}

/*** loading popup ***/
DIV#loading
{
    display: none;
    z-index: 1000;
    position: fixed;
    top: 40%;
    left: 50%;
    margin-left: -78px;
    padding: 10px;
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #a0a0a0;
    color: #464646;
}
DIV#loading SPAN
{
    font-size: 12px;
    font-weight: 700;
}
DIV#loading IMG
{
    padding-top: 5px;
}

/*** tooltip ***/
.ghTooltip {
    position: fixed;
    top: -1000px;
    left: -1000px;
    z-index: 999;
}

.ghTooltip .tl {
    width: 9px;
    height: 17px;
    background-image: url(../../Img/tooltip/1.png);
}
.ghTooltip .t {
    height: 17px;
    background-image: url(../../Img/tooltip/2.png);
}
.ghTooltip .ta {
    width: 20px;
    height: 17px;
}
.ghTooltip .tr {
    width: 20px;
    height: 17px;
    background-image: url(../../Img/tooltip/3.png);
}
.ghTooltip .tr img {
    width: 20px;
    height: 17px;
}

.ghTooltip .l {
    width: 9px;
    background-image: url(../../Img/tooltip/5.png);
}
.ghTooltip .l img {
    width: 9px;
    height: 51px;
}
.ghTooltip .tooltip_text {
    background-color: #030303;
    background-image: url(../../Img/tooltip/7.png);
    font-family: verdana, sans-serif;
    font-size: 10px;
    color: #ffffff;
    vertical-align: middle;
}
.ghTooltip .r {
    width: 20px;
    background-image: url(../../Img/tooltip/6.png);
}

.ghTooltip .bl {
    width: 9px;
    height: 25px;
    background-image: url(../../Img/tooltip/8.png);
}
.ghTooltip .b {
    height: 25px;
    background-image: url(../../Img/tooltip/9.png);
}
.ghTooltip .ba {
    width: 20px;
    height: 25px;
}
.ghTooltip .br {
    width: 20px;
    height: 25px;
    background-image: url(../../Img/tooltip/10.png);
}


/*** Login ***/
#login 
{
	width:280px;
	height:47px;
	position:absolute;
	top:2px;
	left:4px;
	color:#ffffff;
}
#login A
{
	color:#ffffff;
	text-decoration: none;
	font-weight: 700;
}
#login A:hover
{
	color:#aaaaaa;
}
#login .loginTxt
{
    background-color: #353c2f;
	color: #ffffff;
	border-width: 1px;
	width: 85px;
}
#login .loginImg
{
    position: relative;
	top: 4px;
}        


/*** pager ***/
#pager1 
{
	height: 23px;
	background-image: url(../../Img/rim_search/pager1_bg.png);
}
#pager1 .prev, #pager1 .prevdis
{
	width: 147px;
	height: 23px;
	float: left;
	cursor: pointer;
	background-image: url(../../Img/rim_search/pager1_prev.png);
}
#pager1 .prevdis
{
	background-image: url(../../Img/rim_search/pager1_prevdis.png);
	cursor: default;
}
#pager1 .next, #pager1 .nextdis
{
	width: 118px;
	height: 23px;
	float: right;
	cursor: pointer;
	background-image: url(../../Img/rim_search/pager1_next.png);
}
#pager1 .nextdis
{
	background-image: url(../../Img/rim_search/pager1_nextdis.png);
	cursor: default;
}
#pager1 #pagelinks 
{
	float: left;
	height: 23px;
	text-align: center;
}
#pager1 #pagelinks DIV 
{
	width: 26px;
	margin-top: 1px;
	padding-top: 3px;
	height: 15px;
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
	background-image: url(../../Img/rim_search/pager1_pagebg.png);
}
#pager1 #pagelinks .pag
{
	cursor: pointer;
}
#pager1 #pagelinks .pad
{
}
#pager1 #pagelinks .cur
{
	background-color: #f26522;
	background-image: url(../../Img/rim_search/pager1_currentpagebg.png);
	border: 1px solid #b02300;
	font-weight: bold;
	color: #ffffff;
}
#pager1 #pagelinks .dis
{
	color: #dddddd;
}
#pager1 #pagelinks .pag:hover 
{
	border: 1px solid #999999;
	background-color: #eeeeee;
}

#pager2 
{
	height: 23px;
	background-image: url(../../Img/rim_search/pager2_bg.png);
}
#pager2 .prev, #pager2 .prevdis
{
	width: 147px;
	height: 23px;
	float: left;
	cursor: pointer;
	background-image: url(../../Img/rim_search/pager2_prev.png);
}
#pager2 .prevdis
{
	background-image: url(../../Img/rim_search/pager2_prevdis.png);
	cursor: default;
}
#pager2 .next, #pager2 .nextdis
{
	width: 118px;
	height: 23px;
	float: right;
	cursor: pointer;
	background-image: url(../../Img/rim_search/pager2_next.png);
}
#pager2 .nextdis
{
	background-image: url(../../Img/rim_search/pager2_nextdis.png);
	cursor: default;
}
#pager2 #pagelinks 
{
	float: left;
	height: 23px;
	text-align: center;
}
#pager2 #pagelinks DIV 
{
	width: 26px;
	margin-top: 2px;
	padding-top: 3px;
	height: 15px;
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
	background-image: url(../../Img/rim_search/pager2_pagebg.png);
}
#pager2 #pagelinks .pag
{
	cursor: pointer;
}
#pager2 #pagelinks .pad
{
}
#pager2 #pagelinks .cur
{
	background-color: #f26522;
	background-image: url(../../Img/rim_search/pager2_currentpagebg.png);
	border: 1px solid #b02300;
	font-weight: bold;
	color: #ffffff;
}
#pager2 #pagelinks .dis
{
	color: #dddddd;
}
#pager2 #pagelinks .pag:hover 
{
	border: 1px solid #999999;
	background-color: #eeeeee;
}



/*** seo-texts ***/
.seotextplh
{
    width: 948px;
}
.seotextcontinue
{
    float: right;
    text-align: right;
    margin-left: 10px;
    margin-right: 5px;
}
.seotextcontinue p a
{
    font-size:20px;
    color:#800000;
    font-weight:bold;
    text-decoration:none;
}
.seotextitem
{
    padding: 0px 10px 20px 10px;
}
.seotextitem p a, .seotextitem p strong a, .seotextitem h1 a, .seotextitem h2 a
{
    color: #000000;
    text-decoration: none;
}
.seotextitem p:hover a, .seotextitem p:hover strong a, .seotextitem h1:hover a, .seotextitem h2:hover a
{
    text-decoration: underline;
}
.seotextimgleft
{
    margin: 0px 10px 20px 0px;
    float: left;
}
.seotextimgright
{
    margin: 0px 0px 20px 10px;
    float: right;
}
.seotextsearch
{
	text-align: left;
	clear: right;
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
}
.seotextsearch select
{
    text-transform: uppercase;
}
.seosearchhdr
{
    font-family: Arial Narrow,Arial,Verdana,Geneva,Helvetica,sans-serif;
    font-size: 20px;
    letter-spacing: -1px;
    padding-bottom: 2px;
    color: #677E52;
    font-weight: 700;
    text-transform: uppercase;
}
.seosearchlbl 
{
	color: #677E52;
    font-weight: 700;
}
.seosearchbtn
{
	background-image: url("/Img/start/searchButton.gif");
    background-position: left bottom;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 36px;
    text-align: left;
    width: 64px;
}
.seosearchbtn div
{
	color: #FFFFFF;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -1px;
    padding-left: 8px;
    padding-top: 9px;
}
