Subversion Repositories SmartDukaan

Rev

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

Rev 4588 Rev 4794
Line 3... Line 3...
3
	margin: 0px;
3
	margin: 0px;
4
	padding: 0px;
4
	padding: 0px;
5
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
5
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
6
}
6
}
7
 
7
 
8
img	{	border: 0px;	}
-
 
9
 
-
 
10
.red	{ color: #ff0000;	}
8
.red	{ color: #ff0000;	}
11
 
9
 
12
.bold	{ font-weight: bold;	}
10
.bold	{ font-weight: bold;	}
13
 
11
 
14
.text-left	{	text-align: left;	}
12
.text-left	{	text-align: left;	}
Line 315... Line 313...
315
	background-color: #e0e0e0;
313
	background-color: #e0e0e0;
316
	text-decoration: none !important;
314
	text-decoration: none !important;
317
	margin-bottom: 5px;
315
	margin-bottom: 5px;
318
}
316
}
319
 
317
 
320
#bestDeals	{
-
 
321
	background-position: right top;
-
 
322
	padding: 15px 30px;
-
 
323
}
-
 
324
 
-
 
325
.best-deals-badge	{
318
.best-deals-badge	{
326
	background: url('/images/IconBestDeals_NavBar.png') no-repeat scroll transparent;
319
	background: url('/images/IconBestDeals_NavBar.png') no-repeat scroll transparent !important;
-
 
320
	background-position: right top !important;
327
}
321
}
328
 
322
 
329
#bestDeals a	{
323
.best-deals-badge .link-menu-primary	{
330
	font-size: 15px;
324
	margin-right: 10px;
331
	color: #ffffff;
-
 
332
	text-decoration: none;
-
 
333
}
325
}
-
 
326
 
334
/** Header End **/
327
/** Header End **/
335
 
328
 
336
/** Footer Start **/
329
/** Footer Start **/
337
#footer	{
330
#footer	{
338
	width: 100%;
331
	width: 100%;
Line 385... Line 378...
385
/** Media Coverage **/
378
/** Media Coverage **/
386
#pressCoverage	{
379
#pressCoverage	{
387
	width: 980px;
380
	width: 980px;
388
	margin: 0 auto;
381
	margin: 0 auto;
389
	overflow: auto;
382
	overflow: auto;
-
 
383
	padding-top: 10px;
390
}
384
}
391
 
385
 
392
#pressCoverage .image-container	{
386
#pressCoverage .image-container	{
393
	float: left;
387
	float: left;
394
}
388
}
Line 398... Line 392...
398
    float: left;
392
    float: left;
399
    font-size: 14px;
393
    font-size: 14px;
400
    font-style: italic;
394
    font-style: italic;
401
    font-weight: bold;
395
    font-weight: bold;
402
    line-height: 3em;
396
    line-height: 3em;
403
    margin-right: 15px;
-
 
404
    padding-top: 7px;
397
    padding-top: 7px;
405
}
398
}
406
/** /Media Coverage **/
399
/** /Media Coverage **/
407
400