Subversion Repositories SmartDukaan

Rev

Rev 8146 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

@charset "utf-8";

html, body { /* height: 100%; width: 100%; */ }
body { margin: 0; padding: 0; position: relative; color: #21282e; font: 13px Arial, Helvetica, sans-serif; }

div.wrapper { font: 14px ralewaylight, Arial, Helvetica, sans-serif;margin:auto }

h1 {
font-size: 36px;
font-family: 'ralewayregular';
margin: 40px 0 0 0;
color: #444444;
}

a { outline: none; }

img { border: none; }

hr { background: #fff; color: #fff; border: 0; border-top: 1px solid #CCC; height: 1px; }

form { margin: 0; }

.font_Helvetica{ font-family:"Helvetica 65 Medium", Helvetica, Arial, sans-serif; }

.spacer_0 { clear: both; height: 0; }
.spacer_5 { clear: both; height: 5px; }
.spacer_10 { clear: both; height: 10px; }
.spacer_15 { clear: both; height: 15px; }
.spacer_20 { clear: both; height: 20px; }
.spacer_25 { clear: both; height: 25px; }
.spacer_30 { clear: both; height: 30px; }
.spacer_40 { clear: both; height: 40px; }

.font10 { font-size: 10px; line-height: normal; }
.font11 { font-size: 11px; line-height: normal; }
.font12 { font-size: 12px; line-height: normal; }
.font13 { font-size: 13px; line-height: normal; }
.font14 { font-size: 14px; line-height: normal; }
.font15 { font-size: 15px; line-height: normal; }
.font16 { font-size: 16px; line-height: normal; }
.font18 { font-size: 18px; line-height: normal; }
.font20 { font-size: 20px; line-height: normal; }
.font22 { font-size: 22px; line-height: normal; }
.font24 { font-size: 24px; line-height: normal; }
.font26 { font-size: 26px; line-height: normal; }
.font28 { font-size: 28px; line-height: normal; }
.font30 { font-size: 30px; line-height: normal; }

.fBold { font-weight:bold; }
.fNormal { font-weight:normal; }
.fItalic { font-style:italic; }
.noUnderline { text-decoration:none; }

.mgL5 { margin-left: 5px; }
.mgL10 { margin-left: 10px; }
.mgL15 { margin-left: 15px; }
.mgL20 { margin-left: 20px; }
.mgL25 { margin-left: 25px; }
.mgL30 { margin-left: 30px; }
.mgL40 { margin-left: 40px; }
.mgL50 { margin-left: 50px; }

.mg0 { margin: 0;}
.mgT2{ margin-top: 2px; }
.mgT5{ margin-top: 5px; }
.mgT10{ margin-top: 10px; }
.mgT20{ margin-top: 20px; }

.pd0 { padding: 0; }
.pd5 { padding: 5px; }
.pd15 { padding: 15px; }
.pd10 { padding: 10px; }
.pd20 { padding: 20px; }

.floatLeft { float: left; }
.floatRight { float: right; }

.textCenter { text-align: center; }
.textLeft { text-align: left; }
.textRight { text-align: right; }

/* For Mozilla button */
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
}