93 lines
1.2 KiB
CSS
93 lines
1.2 KiB
CSS
/**LANGUAGE BOX
|
|
|
|
****************/
|
|
#LangFlag {margin-bottom:-3px;}
|
|
|
|
/**SEARCH FACILITY
|
|
********************/
|
|
|
|
.SmallTitle {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #FFFFFF;
|
|
|
|
text-transform: uppercase;
|
|
|
|
float:left;
|
|
|
|
margin:-1px 0 0 0;
|
|
|
|
}
|
|
|
|
#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
|
|
|
|
margin-top:63px;
|
|
|
|
width:auto;
|
|
|
|
height:20px;
|
|
|
|
padding:0;
|
|
|
|
text-align:right;
|
|
|
|
float:right;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.InfoBox{
|
|
|
|
padding: 0 0 10px 0;
|
|
|
|
margin: 20px 0px 10px;
|
|
|
|
border-top: 1px solid #CCCCCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**LATEST PRODUCTS - HOME PAGE
|
|
*******************************/
|
|
.LPBox {/*height difference between IE6 & good browsers */
|
|
|
|
float: left;
|
|
|
|
text-align: center;
|
|
|
|
width: 115px;
|
|
|
|
height: 145px;
|
|
|
|
margin: 5px 5px 20px 5px;
|
|
|
|
padding:0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.catsep {
|
|
border-bottom:1px dotted #CCC;
|
|
border-right:1px dotted #CCC;
|
|
padding-right:8px;
|
|
}
|
|
|
|
.submit {
|
|
color: #FFFFFF;
|
|
background-image:url(../styleImages/backgrounds/ButtonBg.gif);
|
|
background-repeat:repeat;
|
|
background-position:left top;
|
|
line-height:14px;
|
|
font-size:12px;
|
|
padding:3px 3px 0;
|
|
margin:2px 0 0 0;
|
|
text-transform:uppercase;
|
|
text-decoration:none;
|
|
border:4px solid #FFFFFF;
|
|
} |