Subversion Repositories SmartDukaan

Rev

Rev 7226 | Rev 7324 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7226 Rev 7263
Line 1... Line -...
1
.left	{	float: left;	}
-
 
2
 
-
 
3
.row {
-
 
4
	height:45px;
-
 
5
	line-height:45px;
-
 
6
}
-
 
7
.text {
-
 
8
  		text-align: right;
-
 
9
          float: left;
-
 
10
          width: 27%;
-
 
11
          color: #666;
-
 
12
          font-size: 21px;
-
 
13
}
-
 
14
 
-
 
15
.confirmtext {
-
 
16
	text-align: left;
-
 
17
	padding-left: 10px;
-
 
18
	color: black;
-
 
19
	font-style: italic;
-
 
20
	float: left;
-
 
21
    width: 25%;
-
 
22
    font-size: 21px;
-
 
23
}
-
 
24
body {
1
body {
25
	font-family: Arial,Arial, sans-serif;
2
	font-family: Arial,Arial, sans-serif;
26
}
3
}
-
 
4
 
27
.padding-row{
5
.mandatory {
-
 
6
	color:red;
-
 
7
}
-
 
8
 
-
 
9
.error {
-
 
10
	border: 1px solid red;
28
	height:20px;
11
	padding: 5px;
-
 
12
	text-align: center;
-
 
13
	color: red;
29
}
14
}
30
 
15
 
31
.inputbox {
16
.infoText {
32
  		background-color: white;
-
 
33
  		height: 100%;
17
	color:#777777;
34
  		font-size: 18px;
18
	font-weight:bold;
35
  		border: solid 1px grey;
-
 
36
}
19
}
37
 
20
 
38
      .padding48 {
21
.infoDiv {
39
  		width: 227px;
22
	padding:3px;
40
          padding-left: 48px;
-
 
41
}
23
}
42
 
24
 
43
.padding15 {
25
.infoValue {
44
          padding-left: 15px;
26
	color:#2789C1;
45
          width: 260px;
27
	font-weight:bolder;
46
}
28
}
47
 
29
 
48
.num-prefix {
30
.mainsearch {
49
	background: white url('/rch/images/+91.png') no-repeat 2px;
31
	box-shadow: 1px -1px 10px -1px #999999 inset;
-
 
32
	height: 30px;
-
 
33
	margin-top: 100px;
-
 
34
	margin-right: 5px;
-
 
35
	width: 450px;
-
 
36
	border: 1px solid #777777;
-
 
37
	padding: 2px 5px 2px 10px;
-
 
38
	font-size: 17px;
-
 
39
	color: #777777;
50
}
40
}
51
 
41
 
52
.rupee {
42
.orderInputBox {
-
 
43
	height: 26px;
-
 
44
	border: 1px solid #999999;
-
 
45
	padding: 2px 5px 2px 10px;
-
 
46
	font-size: 17px;
-
 
47
	color: #777777;
53
	background: white url('/rch/images/Rupee.png') no-repeat 2px;
48
	box-shadow: 1px -1px 10px -1px #999999 inset;
54
}
49
}
55
 
50
 
56
.input-div {
51
.w150 {
57
  		padding: 10px 15px 0px 5px;
52
	width: 150px;
-
 
53
}
-
 
54
 
-
 
55
.w300 {
-
 
56
	width: 300px;
-
 
57
}
-
 
58
 
-
 
59
.plus91 {
58
          display: inline-block;
60
	background: white url('/rch/images/+91.png') no-repeat 2px;
59
          height: 25px;
61
	padding-left:60px;
60
          width: 280px;
62
	width:250px;
61
          float: left;
-
 
62
}
63
}
63
 
64
 
-
 
65
.addressLine {
-
 
66
	width:487px;
-
 
67
	margin:3px;
64
h3 {
68
}
-
 
69
 
-
 
70
.addressText {
-
 
71
	width:125px;
-
 
72
	display:inline-block;
-
 
73
	text-align:right;
-
 
74
	font-size:14px;
-
 
75
}
-
 
76
 
-
 
77
.submitButton {
-
 
78
	height: 26px;
-
 
79
	margin: 15px;
-
 
80
	font-weight:100;
-
 
81
	font-size:14px;
-
 
82
	color: white;
-
 
83
	background-color: #2789c1;
-
 
84
	border: 1px solid blue;
-
 
85
	cursor: pointer; 
-
 
86
}
-
 
87
 
-
 
88
.diplayAddLine {
-
 
89
	font-wight:100;
-
 
90
	font-style:italic;
-
 
91
	font-size:14px;
-
 
92
	color:#777777;
65
	padding-left:20px;
93
	padding:2px 10px;
-
 
94
}
-
 
95
 
-
 
96
.name {
-
 
97
	font-size:16px;
-
 
98
	font-weight:bold;
-
 
99
	color:#333333;
-
 
100
	margin:5px 0 5px 0;
66
}
101
}
67
102