/* roScripts
Table Design by Mihalcea Romeo
www.roscripts.com
----------------------------------------------- */
body {
    background-image: url(http://www.coupondork.com/images/bluegradientsnag.png);
	background-repeat: repeat-x;
	background-color: #f4f9fe;
}

table {
		border-collapse:collapse;
		background:#ffffff;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		border-bottom:1px solid #686868;
		font:0.8em/145% arial,verdana;
		color: #333;
}

img.floatLeft { 
    float: left; 
    margin: 4px; 
}


td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:blue;
		text-decoration:underline;
}

table a:link {}

table a:hover {
		border-bottom: 1px dashed #bbb;
		
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background: url(http://www.coupondork.com/images/header.jpg) repeat-x;
		color:#fff;
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}



table.main {
		border-collapse:collapse;
		background:#ffffff;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color:#333;
}

tbody tr:hover.main {
		background:#ffffff
}

table.promotions {
		border-collapse:collapse;
		background:#FFEFD5;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		font:0.8em/145% 'Trebuchet MS',helvetica,arial,verdana;
}

table a.promotions {
		color:blue;
		text-decoration:none;
}

table a:hover.promotions {
		border-bottom: 1px dashed #bbb;
		
}

tbody tr:hover.promotions {
		background:#fafafa
}

a.zone {
    color:blue;
	text-decoration: underline;
	vertical-align: top;
}

a:hover.zone {
    font-weight: normal;
    color:blue;
	text-decoration: underline;
	border-bottom: none;
}


