/******************************************************************************/
/*       <link href="css/styles.css" type="text/css" rel="stylesheet" />      */
/******************************************************************************/
html, body, #basic{
	height:100%;
}

#basis{
	margin: 0;
	width: 1000px;	/* width of basis */
	min-height: 100%;
	margin-bottom: -70px;
}

#main{
	min-height: 100%;
}

#header{
	height: 142px;	/* height of header */
}
#left{
	float: left;
	width: 220px;	/* width of left column */
}
#center{
	float: left;
	width: 500px;	/* width of center column */
}
#right{
	float: right;
	width: 220px;	/* width of right column */
}

#footer{
	width: 970px;	/* width of basis */
	margin: 0;
	height: 29px;	/* height of footer */
}


/*needed to make room for footer*/
#clearfooter{
	clear: both;
	height: 70px;	/* height of footer */
}
* > html #clearfooter {
	float: left;
	width: 100%;
}/* ie mac styles */

html>body #minHeight{
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -70px;	/* height of footer */
} /*safari wrapper */


/*** standard classes ***********************************************************************************************/
.cl_separator_1{
	height: 1px;
	font-size: 1px;
	display: block;
}
.cl_separator_2{
	height: 2px;
	font-size: 1px;
	display: block;
}
.cl_separator_3{
	height: 3px;
	font-size: 1px;
	display: block;
}
.cl_separator_5{
	height: 5px;
	font-size: 1px;
	display: block;
}
.cl_separator_10{
	height: 10px;
	font-size: 1px;
	display: block;
}
.cl_separator_20{
	height: 20px;
	font-size: 1px;
	display: block;
}
.cl_separator_25{
	height: 25px;
	font-size: 1px;
	display: block;
}
.cl_separator_50{
	height: 50px;
	font-size: 1px;
	display: block;
}
.cl_clear, .clear{
	clear:both;
	display: block;
}





/*** follow sections can edit *****************************************************************************/
body{
	background-color: #fff;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 11px;
	color: #525a64;
	background: #fff url(../images/velocity/header_bg.jpg) 100% 0 no-repeat;

}
#basis{
	width: 1000px;
	background-color: #fff;
}

H1{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
}

H2{
	font-size: 16px;
	padding: 5px 5px 0px 5px;
	font-weight:  normal;
	color: #c00;
	text-align: left;
}
H3{
	font-size: 14px;
	padding: 5px 5px 5px 0;
	font-weight:  normal;
	color: #c00;
	text-align: left;
}
p{
	margin-bottom: 10px;
	line-height: 140%;
}

a{
	color: #00549f;
	text-decoration: underline;
	font-weight: normal;
}

strong{
	font-weight: bold;
}

.hidden{
	display: none;
}
.orange{

}
.red{
	color: #990000;
}
.gray{
	color: #D3D3D3;
}
.underline{
	text-decoration: underline;
}

input{
	width: 124px;
	padding: 3px;
	border: 1px solid #D3D3D3;
	font-size: 12px;
	color: #444444;
}
textarea{
	border: 1px solid #D9D9D9;
	font-size: 12px;
	color: #444444;
}
input.checkbox{
	border: none;
	padding: 0px;
	width: auto;
}
button{
	background-color: transparent;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

table td{
	padding-left: 3px;
	vertical-align: middle;
}

table td input{
	width: 95%;
}


.error
{
	color: #FF0000;
	font-size: 10px;
}

#warning{
	background-color:#FFF9D8;
	background-image: url(../images/warning.gif);
	height: 27px;
	font-weight:bold;
	vertical-align:bottom;
	padding-left: 50px;
	padding-top: 15px;
	background-repeat:no-repeat;
	background-position: 7px 7px;
	margin-bottom:10px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	-moz-opacity: 0.0; opacity:0.0;	
	
}


/*** header **************************************************************/
#header{
	position: relative;
	height: 70px;
	background: #fff url(../images/velocity/header_bg.jpg) 100% 0 no-repeat;
}
a#logo{
	display: block;
	width: 193px;
	height: 143px;
	position: absolute;
	top: 17px; left: 30px;

}


.tabs{
	position: absolute;
	top: 34px; left: 227px;
	height: 35px;
}
.tabs a{
	display: block;
	height: 35px; width: 180px;
	float: left;
}
.tabs a.home{background: url(../images/velocity/tab_home.png) 0 0 no-repeat;}
.tabs a.shop{background: url(../images/velocity/tab_shop.png) 0 0 no-repeat;}
.tabs a.home:hover{background-position: 0 -35px ;}
/*** top panel ***/
#top_box{
	position: absolute;
	margin-top: -30px;
	height: 60px; width: 565px;
}

/*** breadcrumbs ***/
#breadcrumbs{
	margin: -30px 10px 0px 10px;
	*position: absolute;
}
#breadcrumbs UL{
	width: 510px; 
}
#breadcrumbs UL LI{
	float: left;
	margin-left: 6px;
	margin-bottom: 6px;
	padding-left: 12px;
	background-image: url(../images/velocity/bullet_corner.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	white-space: nowrap;
}
#breadcrumbs UL LI A, #breadcrumbs UL LI A:visited{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}
#breadcrumbs UL LI A:hover{
	text-decoration: underline;
}
#breadcrumbs UL LI.text{
	margin-left: 0px;
	padding-left: 0px;
	background-image: none;
	color: #f7c1c1;
}
#breadcrumbs UL LI.first{
	margin-left: 0px;
	padding-left: 6px;
	background-image: none;
}
/*** left ***********************************************************/
#left{	
	width: 210px;
	margin-right: 0px;
	padding: 100px 3px 10px 10px;
}

#left h2{
	background: url(../images/velocity/section_top_bg.jpg) 0 0 no-repeat; 
	width: 180px;
	padding: 4px 5px 1px 10px;
	font-size:14px;
}

/*** sections **********************************/
#left .section , #right .section{
	margin-bottom: 10px;
	width: 195px;

	background: url(../images/velocity/section_bg.jpg) 0 100% no-repeat;
	padding: 0px 0px 5px 0px;
}

#left .section p, #right .section p{

}


/*** leftmenu **********************************/
#left #categories{
}
#left #categories .inner{
	background: url(../images/velocity/section_top_bg2.jpg) 0 0 no-repeat; 
}
#left #categories h2{
	padding-bottom: 7px;
	background: none;
}
#left UL#leftmenu {
	border-top: 1px dotted #909ca1;
	width: 189px;
	margin: 0px 3px 0 3px;

}
UL#leftmenu  A{
	text-decoration: none;
	color: #525a64;
}
UL#leftmenu LI{
	border-bottom: 1px dotted #909ca1;
	position: relative;
}
UL#leftmenu LI A{
	display: block;
	width: 180px;
	font-size: 11px;
	padding: 5px 5px 5px 5px;
	/*background: url(../images/velocity/bullet_quote.png) -50px -50px no-repeat;*/
}
UL#leftmenu LI A:hover, UL#leftmenu LI.current A{
	display: block;
	color: #fff;
	background-color: #d81f00;
	background-position: 170px 5px;
}

UL#leftmenu LI.current UL{
	border: none;
}
UL#leftmenu LI UL LI{
	position: static;
}
UL#leftmenu LI UL, UL#leftmenu LI.current UL{
	display: block;
	border-top: 1px dotted #909ca1;
	z-index: 5;
	width: 190px;
}
/*UL#leftmenu LI:hover UL{
	display: block;
	border: 1px solid #c9c9c9;
}
*/
UL#leftmenu LI UL LI{
	border: none;
}
UL#leftmenu UL LI A, UL#leftmenu LI.current LI A{
	width: 165px;
	padding: 5px 5px 5px 20px;
	background: #fff url(../images/velocity/bullet-c.gif) 2px 7px no-repeat;
	border: none;
	font-weight: normal;
	
	color: #525a64;
}
UL#leftmenu UL LI.last A, UL#leftmenu LI.current LI.last A{
	border-bottom: none;
}
UL#leftmenu UL LI A:hover/*, UL#leftmenu LI LI.current A*/{
	color: #fff;
	background: #d81f00;
}
UL#leftmenu LI LI.current A{
	font-weight: bold;
}
/*** center ***********************************************************/
#center{
	width: 535px;
	margin-right: 2px;
	margin-left: 2px;
	padding: 70px 0 0 0;
	float: left;
	background: transparent;
	
	background: transparent;
	/*overflow: hidden;*/
}
#main{
	background: #fff url(../images/velocity/top_line.jpg) 227px 70px no-repeat ;
}
#center H1{
	margin: -40px 0 14px 0px;
	padding: 0 0 0 10px;
	color: #fff;
}
#center H2{
	margin-bottom: 5px;
	padding: 0 0 5px 0;
	font-size: 16px;
}
#center .banner { text-align: center; }

#center .banner IMG{
	 border: 1px solid #ccc;
}

#steps { margin-bottom: 10px;}
.last_merchants a{text-decoration: none;}
A.with-corner{
	font-size: 10px;
	padding: 0px 0px 0px 10px;
	margin: 1px 0px 0px 3px;
	background-image: url(../images/velocity/corner-small-red.gif);
	background-position: 3px 5px;
	background-repeat: no-repeat;
}

#center P STRONG{ 
	font-size: 11px;

}
#center P STRONG SMALL{ 
	font-size: 11px;
}



/*** search result for categories ***/
#center UL.search_cats{
	margin: 10px 10px 10px 5px;
}
#center UL.search_cats LI{
	background-image:url(../images/velocity/corner-small-red.gif);
	padding: 0px 0px 0px 10px;
	background-repeat: no-repeat;
	background-position: 2px 5px;
	margin: 5px;
}
#center UL.search_cats LI A{
	font-size: 12px;
	font-weight: bold;
}

/*** info-shopping ***/
.info-shopping{
	padding: 10px;
}
.info-shopping H2,.last_merchants h2 {
	padding: 0;
	text-align: left;
}
.info-shopping P{
	padding: 0 0 3px 0;
}
.info-shopping UL{
	margin: 0 0 10px 10px;
}
.info-shopping div {margin-left: 1.5em; margin-bottom: 10px;}
.info-shopping div p{margin-bottom: 0.1em}
.info-shopping UL LI{
	padding: 0 0 4px 13px;
	background: url(../images/velocity/bullet-grey-cube.gif) 0 4px no-repeat;
}
.info-shopping A{
	text-decoration:none;
}
.info-shopping A:hover{
	text-decoration:underline;
}
.info-shopping{
	padding: 10px;
}
.last_merchants a img{
	border: 1px solid #D5D5D5;
	margin: 13px;
}

.latest_merchants, .feat_merchants{
	padding-top: 15px;
	background: url(../images/velocity/line_gradient.png) 50% 0 no-repeat;
} 
/*** right ***********************************************************/
#right
{
	width: 210px;
	margin-left: 5px;
	float: right;
	padding: 106px 10px 10px 10px;
}
#right h2{
	background: url(../images/velocity/section_top_bg.jpg) 0 0 no-repeat; 
	width: 180px;
	padding: 4px 5px 1px 10px;
	font-size:14px;
	display: block;
}

/*** info ***/
#basis #info{
}
#basis #info p{
	padding-left: 12px;
	*height: 85px;
	*overflow: hidden;
}
#info a{
	display: block;
	float: left;
	width:68px;
	text-align: left;
	padding: 1px 0 0px 19px;
	margin: 8px 4px 8px 0;
	font-size: 11px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	overflow: hidden;
	white-space: nowrap;
	height: 15px;
	*position: relative;
}
#info a#h{	background: url(../images/velocity/icon_flag_h.png) 0 -16px no-repeat}
#info a#c{	background: url(../images/velocity/icon_flag_c.png) 0 -16px no-repeat}
#info a#w{	background: url(../images/velocity/icon_flag_w.png) 0 -16px no-repeat}
#info a#s{	background: url(../images/velocity/icon_flag_s.png) 0 -16px no-repeat}
#info a#n{	background: url(../images/velocity/icon_flag_n.png) 0 -16px no-repeat}
#info a#v{	background: url(../images/velocity/icon_flag_v.png) 0 -16px no-repeat}
#info a#f{	background: url(../images/velocity/icon_flag_f.png) 0 -16px no-repeat}
#info a#i{	background: url(../images/velocity/icon_flag_i.png) 0 -16px no-repeat}
#info a#q{	background: url(../images/velocity/icon_flag_q.png) 0 -16px no-repeat}
#info a:hover, #info a.active {
	background-position: 0 0 !important;
	text-decoration: underline;
}


/*** FORMS ************************************************************/
#basis FORM{
	margin: 5px;
}

#basis LABEL{
	padding-right: 3px;
}

#basis TEXTAREA{ 
	border: 1px solid #DEDEDE; 
	background-color: #FFFFFF;
}

#basis INPUT.btn-small{
	background-color: transparent;
	background-image: url(../images/velocity/btn_submit.png);
	width: 85px; height: 19px;
	display:block; border: none;
	padding: 0px;
	font-size: 0px; font-weight: bold;
	text-align: center;
}

#basis INPUT.big-button{
	background-image: url(../images/velocity/btn-big.gif);
	width: 81px; height: 28px;
	border: none;
	font-weight: bold;
	color: #000000;
}

#basis INPUT, #basis SELECT{
	width: 100px;
	background-color: #f8fdff;
	padding: 1px; margin: 1px 0;
	border: 1px solid #dedede;
}

A.btn-login, #main input.btn-login{
	float: right;
	margin-top: 3px;
	background: url(../images/velocity/btn_login2velocity.png) 0 0 no-repeat;
	height: 20px; width: 150px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
	border: none;
}
A.btn-join{
	float: right;
	margin-top: 3px;
	background: url(../images/velocity/btn_join_velocity.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
}
.btn-calc{
	margin-top: 3px;
	background: url(../images/velocity/btn_calculate.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
	border: none;
}


SPAN.buttons{ 
	display: block; 
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
SPAN.buttons a{
	margin-right: 10px;
}
.errors, .message{
	margin: 10px 0;
	color: #333;
	font-size: 11px;
	padding: 5px;
}
.errors{
	background: #FFD7D7;
	border: 1px solid #FFB0B0;
	
}
.message{
	background: #fffed5;
	border: 1px solid #d8a940;
}
/*** Search ***/

#search FORM { 
	
}

#search TABLE TH{
	width: 65px;
}

#search INPUT, #search SELECT{
	border: 1px solid #d9d9d9;
	height: 17px; 
	width: 173px;
	background-color: #fff;
	font-size:11px;
	font-family:Tahoma,Arial;
}
#search #cat_container{
	width: 170px !important;
}
#search #cat_wrapping{
	border: 1px solid #d9d9d9;
	margin: 2px 0 0 0;
	width: 173px;
	height: 17px;
	background: #fff url(../images/select_corner.gif) 157px 2px no-repeat;
}

#search #cat_wrapping INPUT{
	border: 1px solid #fff;
	margin: 1px 0 0 0;
	padding: 0;
	font-size: 11px;
	height: 17px;
	width: 158px;
	background: transparent;
	border: none;
}

#search LI.bold{
	font-weight: bold;
}

#search LI.catName{
	font-style: italic;
}


#search FORM .labels{ 
	width: 65px; 
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 5px;
}


#search INPUT.btn-small{
	float: right;
	margin-top: 3px;
	background: url(../images/velocity/btn_search.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
	margin-right: 5px;
	*margin-right: 0px;
	cursor: pointer;
}



/*** login ***/
#main #login-section{
	background: url(../images/velocity/box_bg.png) 0 0 no-repeat;
	position: absolute;
	border: none;
	margin-top: -106px;
	height: 97px;
	width: 184px;
	padding: 0 10px 0 12px;
}
#main #login-section h2{
	background: none;
	padding-left: 0;
}

#main #login-section a.view-history,#main #login-section a.view-fav {
	display: block;
	margin: 8px 10px 0 2px;
	text-decoration: none;
	text-transform: capitalize;
}
#main #login-section a:hover.view-history,#main #login-section a:hover.view-fav{text-decoration:underline}
#main #login-section a.btn-login-velocity{
	display: block;
	font-size: 0px;
	width: 93px; height: 48px;
	margin: 10px 5px 0 2px;
	float: left;
	text-align: center;
	color: #fff;
}
#main #login-section a.btn-join-velocity{
	display: block;
	font-size: 0px;
	width: 66px; height: 48px;
	margin: 10px 5px 0 3px;
	float: left;
	text-align: center;
	color: #fff;
}
#main #login-section a.btn-login-velocity{background: url(../images/velocity/btn_big_login2velocity.png) 0 0 no-repeat;}
#main #login-section a.btn-join-velocity{background: url(../images/velocity/btn_big_join_velocity.png) 0 0 no-repeat;}
#main #login-section a.btn-logout{background: url(../images/velocity/btn_big_logout.png) 0 0 no-repeat;
	width: 101px;
	height: 18px;
	position: absolute;
	right: 13px;
	bottom: 2px;
	-bottom: 1px;
}

/*** spec-offerrs, most-popular ***/
#spec-offers, #most-popular{
	text-align: center;
}
#spec-offers{
	height: 140px;
	overflow:hidden;
	position:relative;
	padding-top:10px !important;
}
#spec-offers .item{width:185px !important;height: 140px;overflow:hidden;margin:0;left:0;}
#most-popular INPUT.btn-small{
	margin: auto;
	background: url(../images/velocity/btn_more.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
}
#spec-offers p.description, #most-popular p.description{
	display: block;
	font-weight: normal;
	padding: 5px 15px 10px 15px;
	text-align: left;
	color: #555;
	text-decoration: none;
}
#spec-offers p.description a, #most-popular p.description a{
	text-decoration: none;
	color: #4f4f4b;
}
#spec-offers p{
	text-align: left;
	padding: 5px 5px 0px 10px;
}
#spec-offers p a.more, #most-popular p a.more{color: #0068af; font-weight: normal; text-decoration: none;}
#spec-offers a.more:hover, #most-popular a.more:hover{text-decoration: underline;}

#most-popular .item{
	border-bottom: 1px solid #ccc;
	margin: 0 10px;
}
#most-popular .last{
	border: none
}
/*** clicks ***/
#clicks-section{
	text-align: center;
	margin-bottom: 10px;
	padding: 15px 0 0 0;
}
#clicks-section SPAN{
	font-weight: bold;
	font-size: 30px;
}
#clicks-section P{
	padding: 5px 15px;
	text-align: left;
}


/*** merchants *****************************/
ul.merchants{
}
ul.merchants li{
	width: 525px;
	margin-bottom: 20px;
	padding: 5px 5px 5px 5px;
	height: 75px;
	background: #fff url(../images/velocity/item_bg.png) 0 0 no-repeat;
	position: relative;
}

ul.merchants li img.img-merchant{
	float: left;
	width: 120px;
	height: 60px;
	margin-top: 7px;
	margin-right: 10px;
	border: 1px solid #f1f1f1;
}
ul.merchants li .int{
	display: block;
	width: 29px; height: 29px;
	position: absolute;
	right: -7px; top: -7px;
	background: url(../images/velocity/icon-int.gif) 0 0 no-repeat;
}
ul.merchants li p{
	float: left;
	width: 380px;
	display: block;
	height: 45px;
	margin-top: 5px;
	margin-bottom: 3px;
}
ul.merchants li p A{
	white-space: nowrap;
	text-decoration:none;
}
ul.merchants li p A:hover{
	text-decoration: underline;
}
span.earn
{
	display: block;
	float: left;
	height: 16px;
	padding: 0px 18px 0px 0;
	font-weight: bold;
	font-size: 11px;
	width: 368px;
	overflow: hidden;
	color: #4F4F4B;
	margin: 0px 0 0 0;
}

span.earn EM{
	display:block;
	float: left;
	padding: 3px 2px 0 0;
	font-weight: bold;
}
span.earn IMG{
	margin-right: 2px;
}
span.earn A{
	display:block;
	float: left;
}
span.earn A.aprx, #center A.aprx{
	display: inline; float: none;
	padding: auto;
	font-weight: bold;
	color: #a4a4a4;
	text-decoration:none;
}

P.offers-absentee{
	font-weight: bold;
	font-size: 12px;
}

.earn a.N, .earn a.V, .earn a.S, .earn a.E,
.earn a.C, .earn a.P, .earn a.T{
	display: block; float: left; 
	width: 16px; height: 16px;
	padding: 0 0 0 0; margin: 0 2px 0 1px; 
	text-decoration: none;
}

.earn a.N{background: #669933 url(../images/velocity/icon_flag_n.png) 0 0 no-repeat;}
.earn a.V{background: #c19dc1 url(../images/velocity/icon_flag_v.png) 0 0 no-repeat;}
.earn a.S{background: #de0000 url(../images/velocity/icon_flag_s.png) 0 0 no-repeat;}
.earn a.E{background: #000000 url(../images/velocity/icon_flag_e.png) 0 0 no-repeat;display:none;}
.earn a.C{background: #2970c7 url(../images/velocity/icon_flag_c.png) 0 0 no-repeat;}
.earn a.P{background: #e6dc01 url(../images/velocity/icon_flag_p.png) 0 0 no-repeat;}
.earn a.T{background: #ff7d00 url(../images/velocity/icon_flag_t.png) 0 0 no-repeat;}
.earn a:hover{background-position: 0 -16px;}

/*** icons **************************************************/
H2 EM { display: none;}
/*** login and registration pages ***********************************/
form.form table
{
}
form.form table td
{
	vertical-align: top;
	padding: 0px 0px 5px 0px;
}

form.form label.disabled
{
	font-weight: normal;
	color: #D3D3D3;

}
form input
{
	width: 124px;
	border: 1px solid #dedede;
	background-color: #FFFFFF;
	margin: 1px 0;
}
form a
{
	font-size: 11px;
}

LABEL { color :#000000;}

#info-page label {padding: 0px 10px 0px 0px; height: auto;}


img.small-logo
{
	vertical-align: middle;
	margin-right: 5px;
}

input#userTOCConfirmed{
	width: auto; border: none;
}
#main .btn-register{
	background: url(../images/velocity/btn_register.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
	border: none;
}

#main .btn-submit{
	background: url(../images/velocity/btn_submit.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
	border: none;
}

/*** statement ************************************/

#statement
{
	background: url(../images/velocity/line_gradient.png) 50% 100% no-repeat;
	padding-bottom: 25px;
}
#statement ul
{
}
#statement ul li
{
	padding: 0px 0px 15px 0px;
	font-weight: normal;
}
#statement ul li.expanded A.expand-link, #statement ul li A.collapse-link{
	display: none;
}
#statement ul li.expanded A.collapse-link, #statement ul li A.expand-link{
	display: inline;
}

#statement ul li BIG{
	font-size: 11px;
	width: 160px;
	display: block;
	float: left;
	font-weight: bold;
	color: #cc0000
}
#statement ul li div.border{
	border: 2px solid #ececec;
	padding: 0;
	margin: 3px 0;
	display: none;
}
#statement .pager{
	text-align: right;
	padding: 0 7px;
}
#statement .pager a,
#statement .pager a:visited
{
	text-decoration: none;
}
#statement .pager a:hover
{
	text-decoration: underline;
}
#statement .pager a.view-balance{
	float: right;
}
#statement ul li ol
{
	margin: 0px 0px 0px 0px;
	border: 1px solid #bed1db;
	padding: 0 3px;
	display: block;
}

#statement ul li ol li
{
	padding: 2px 0 0 5px;
	font-weight: normal;
	margin: 3px 0;
}

#statement ul li ol.list LI{
	border: 1px solid #ccc;
}
#statement ul li ol li.void{
	background-color: #FFCCCC;
}
#statement ul li ol li.approved{
	background-color: #CCFFCC;
}
#statement ul li ol li.pending{
	background-color: #EEEEEE;
}
#statement EM.void{
	background: url(../images/velocity/icon-status-void.gif) 100% 0 no-repeat;
	padding: 0px 15px 0 5px;
}
#statement EM.approved{
	background: url(../images/velocity/icon-status-approved.gif) 100% 0 no-repeat;
	padding: 0px 15px 0 5px;
}
#statement EM.pending{
	background: url(../images/velocity/icon-status-pending.gif) 100% 2px no-repeat;
	padding: 0px 15px 0 5px;
}

#statement STRONG.cashback{
	padding: 0 0 0 22px;
}

#statement ul li ol li dl
{
	margin: 5px 0px 5px 0px;
}
#statement ul li ol li dl dt
{
	float: left;
	font-weight: bold;
	padding: 0px 5px 0px 0px;
}
#statement ul li ol li dl dd
{
	float: left;
	padding: 0px 15px 0px 0px;
	font-weight: normal;
}
#statement ul li ol li dl dd.important
{
	font-weight: bold;
	color: #DD6600;
}
#statement ul p{margin:3px 2px 5px 2px;}

.plus-minus
{
	color: #DD6600;
	font-weight: bold;
	text-decoration: none;
}

/*** Page: user.account ***************************************/
#center H2.trigger{
	position: relative;
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 5px 0 5px 0px;
}
h2.trigger img, h2.trigger strong{float: left;}
H2.trigger A{
	float: left;
	font-size: 11px;
	padding: 5px 0 2px 5px;
	text-decoration: none;
}
H2.trigger A:hover{
	text-decoration: underline;
}
H2.trigger A .on, H2.trigger A.on .off{
	display:none;
}
H2.trigger A.on .on{
	display:inline;
}



H2.trigger A.on:hover{
}
li ol
{
	display: none;
}

li.expanded ol,li.expanded p
{
	display: block;
}


DIV.user-favorites{
}

DIV.user-favorites .item{
	border-bottom: 1px solid #ccc;
	padding: 0 0 8px 0;
	margin: 5px 0;
}

DIV.user-favorites .item H3{
	display: inline;
	float: left;
}

DIV.user-favorites .item A.remove{
	float: left;
	padding: 6px 0 5px 4px;
	font-weight: normal;
	text-decoration: none;
}
DIV.user-favorites .item A.remove:hover{
	text-decoration: underline;
}
DIV.user-favorites .item .btn-shop{float: right; margin-right: 65px;}
DIV.user-favorites .item strong{
	height: 25px;
	display: block;
}
#edit-page LABEL, #info-page LABEL{
	font-weight: bold;
	font-size: 12px;
	display:block;
	width: 80px;
	color: #000;
}
#edit-page INPUT{
	width: 165px;
}


/*** Welcome message ***/
.reg-welcome{
	margin: 15px 0;
}
.reg-welcome STRONG{
	font-size: 18px;
}
.reg-welcome P{
	padding: 15px 0;
	line-height: 18px;
}



/*** calc ***/
DIV.calc{
	margin: 0 10px;
	width: 240px;
	font-size:12px;
}
 
DIV.calc a.logo{
	background-image: url(../images/velocity/logo_calc.png);
	background-repeat: no-repeat;
	display: block;
	width: 270px;
	height: 56px;
	margin: 15px auto 10px auto;
}

.calc LABEL {
	display: block;
	margin-top: 5px;
	margin-bottom:5px;
}
 
.calc INPUT#price{
	width: 150px;
}
 
.calc SPAN#result{
 display: block;
 font-size: 26px;
 white-space: no-wrap;
 color: #0078b3;
 background-color: #ffffff;
 text-align: left;
}
 
.calc .btn-calc {
	margin: 0 0 2px 0;
	height: 28px;
	*height: 20px;
}

 
 /*** merchant - btns ***/
 .merchant-btns{
	width: 100%; height: 50px;
	margin-bottom: 10px;
 }
.merchant-btns a, .merchant-btns em{
	float: left;
	padding: 0 3px;
	text-decoration: none;
	color: #007ab9;
}
.merchant-btns a:hover{text-decoration: underline;}
a.btn-shop{
	float: left;
	background: url(../images/velocity/btn_shop.png) 0 0 no-repeat;
	height: 20px; width: 85px;
	text-align: left;
	color: #0078b3;
	font-size: 0px;
}
.merchant-btns a.btn-shop{
	float: right;
}
 
#main .merchant-btns BUTTON{
 	float: right;
	margin: 2px;
	width: 130px;
	border: none;
	background: none;
	font-size: 0.1px;
 }
 
P.merchant-url{
	border: 1px solid #ccc;
	padding: 5px;
}

p.special{
	border: 1px solid #CCCCCC;
	color: #990000;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

/*** box ***/
/*.box{
	background: transparent url(../images/velocity/box-top.gif) 0 0 no-repeat;
	margin: 10px 0;
	position: relative;
	width: 477px;
}

.box .bottom{
	background: transparent url(../images/velocity/box-bottom.gif) 0 0 no-repeat;
	bottom: -1px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 477px;height: 5px;
}
*/
.box{
	margin: 10px 1px;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 0;
}
.box .inner{
	background: #f2f2f2;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	position: relative;
	font-size: 11px;
	padding: 2px 0;
	margin: 0 -1px;
}

.box h4, .box_voucher h4{
		font-size:13px;
		color:#c00;
		padding:8px 8px 0;
}

.box p, .box_voucher p{
	padding: 8px;
}

.box_voucher{
	margin: 10px 0;
	background: #ebf8ff;
	border: 1px solid #dbecf4;
}
.box_voucher .bottom{

}
.box_voucher p{
	float: left;
	width: 300px;
}
.box_voucher big{
	height: 46px;
	background: transparent url(../images/velocity/voucher-code.gif) left bottom no-repeat;
	margin: 4px 4px 0 0;
	float: right;
}
#center .box_voucher big input{
	background-color:#fff;
	font-weight: bold;
	border: 1px solid #d7eaf3;
	font-size: 18px;
	text-align: center;
	height: 24px;
	width: 160px;
	text-align: center;
	padding: 4px 3px;
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
}
 
 

/*** footer **************************************************************/
#footer{
	text-align: center;
	font-size: 10px;
	margin-top: 30px;
	padding: 10px 15px;
	background: #fff url(../images/velocity/footer_bg.jpg) 50% 0 no-repeat;
	height: 50px;
	width: 970px;
}
#footer a{
	text-decoration: none;
	
}
#footer a:hover
{
	text-decoration: underline;
}

#footer #copyright{
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
	float: left;
	color: #b5b3cc;
	background: none;
}

#footer .links{
	color: #c5c5c5;
	float: left;
	font-size: 11px;
	padding: 7px 0 0 0;
	width: 435px;
	text-align: left;
}
#footer .links a{
	padding: 0 2px;
}
#footer .partners{
	float: right;
	width: 522px;
	height: 40px;
	background: url(../images/velocity/foot_vb.gif) 0 0 no-repeat;
	text-align: right;
}
#footer .partners a{
	padding: 0 2px;
}
/*** paging class ****/

.paging
{
	float: right;
}
.paging ul
{
	margin-top: 25px;
	margin-bottom: 0px;
}
.paging ul li
{
	float: left;
	margin: 0px 5px 0px 0px;
	width: 20px;
}
.paging ul li a
{
	color: #999;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: white;
	border: 1px solid #999;
	background-color: #EFEFEF;
}

.paging ul li a:hover
{
}

.paging ul li.current a
{
	color: #333;
	background-color: #D9D9D9;
}

.paging ul li.current a:hover
{
}

/*** category page ***/
DIV.category {
	display: block;
	padding: 1px;
	position: relative;
	top: 0px;
	margin-bottom: -4px;
	-height: 24px;
}
DIV.category H2{
	font-size: 16px;
	margin-left: 10px;
	padding-top: 5px;
	color: #fff;
}
DIV.category FORM {
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 0px;
	bottom: 0;
	width: 160px;
}
#basis DIV.category FORM SELECT{ 
	font-size: 11px; 
	text-transform: uppercase;
	width: 160px;
}
#center DIV.category SPAN.formOrder FORM{ padding: 0px; margin: 0px;}

.merchIntDescr{
	margin: 5px 5px 20px 5px;
	padding: 10px 10px 3px 10px;
	background: #EBF8FF;
}
.catIntDescr{
	margin: 5px 5px 20px 5px;
}
.catIntDescr p. .merchIntDescr p{
	line-height: 20px;
}
.catIntDescr h4, .merchIntDescr h4{
	color: #525a64;
	margin-bottom: 10px;
}

/*** reviews ***/
#reviews {
	padding-top: 15px;
	background: url(../images/velocity/line_gradient.png) 50% 0 no-repeat;
	margin-top: 15px;
}

#reviews H2 { 
	display: block; 
	height: 12px; 
	overflow: hidden;
	padding: 5px;
	position: relative;
}
#reviews H2 SPAN.stars { 
	position: absolute; 
	right: 5px; 
	top: 3px; 
}
#reviews H2 SPAN.stars IMG{ 
	position: absolute;
	top:0px; right: 90px;
}
#reviews H2 SPAN.stars SMALL{
	text-transform: none; 
	position: absolute;
	top:2px; right: 5px;
	width: 80px;
}
#reviews DIV.review TEXTAREA{
	width: 340px;
	height: 65px;
	overflow: auto;
}


#reviews EM.review { background-image: url(../images/velocity/icon-reviews.gif); margin: 2px 3px 0px 2px; font-size: 1px; text-decoration: none;}
#reviews DIV.review { 
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 10px 0px;
}
#reviews DIV.hidden{
	display: none;
}
#reviews .review .info {
	float: left; width: 120px; 
	margin: 0px 0px 0px 2px;
}
#reviews .review .info SPAN { display: block;}

#reviews .review .comment{
	width: 350px;
	float: right
}

#reply { 
	position: relative;
	height: 220px;
}

#reply LABEL { 
	letter-spacing: 1px; 
	font-weight: bold; 
	display: block;
	margin: 0px; 
	padding: 0px;
}
#reply DIV.name{
	width: 120px;
	position: absolute;
	top: 5px; left: 0px;
}
#reply DIV.rating { 
	width: 140px; 
	position: absolute;
	top: 60px; 	left: 0px;
}
#reply DIV.comment{
	position: absolute;
	top: 5px; right: 3px;
	width: 350px; height: 120px;
}
#reply DIV.comment TEXTAREA { 
	background-color: #ffffff;
	width: 339px; 
	height: 100px;
	display:block;
	margin:0px;

}
#reply DIV.comment DIV { 
	border: 1px solid red;
}

#reply INPUT.big-button{ 
	position: absolute;
	top: 140px;
	right: 10px;
}
#reply DIV.captcha {
	position: absolute;
	width: 200px;
	top: 140px;
	right: 153px;
	vertical-align: top;
}
#reply DIV.captcha IMG { 
	border: 1px solid #cccccc;
	position: absolute;
	top: 1px; left: 0px;
}
#reply DIV.captcha INPUT#captchaWord{
	width: 90px; height: 16px;
	font-size: 14px;
	margin: 0px; padding: 7px 5px 7px 5px;	
	color: #CCCCCC;
	position: absolute;
	top: 1px; left: 100px;
	border: 1px solid #cccccc;
}
#reply UL.errors{ position: absolute; top: 180px; left: 125px; color: #CC0000;}

UL.stars { width: 90px;}
UL.stars li { float: left; width: 18px; }
UL.stars li a{display: block; width: 13px; height: 13px; font-size: 1px;}

/*** Page: Send link to friend ***/
#send-link TABLE{
	margin: 15px 0;
}
#send-link TABLE TH{
	font-weight: bold;
	font-size: 12px;
	color: #575757;
	padding: 5px 10px;
	vertical-align: top;
}
#send-link TABLE INPUT{
	width: 280px;
}
#send-link TABLE TEXTAREA{
	width: 282px; height: 185px;
	overflow: auto;
	margin: 2px 0 5px 0;
	background: #fff;
	overflow: auto;
}

/*** Page: Registration ***/
TD.line {
	background: transparent url(../images/velocity/line-divider.gif) no-repeat 0 8px;
}
/*** hints ***/
#reg-page form.form table td{
	padding: 0 4px;
	vertical-align: top;
}
#reg-page form.form table td LABEL{
	padding: 0;
}
#reg-page form.form table td INPUT{
	padding: 0;
}
#reg-page form.form table td fieldset{
	width: 135px;
	padding: 0px 0 2px 5px;
	height: 30px;
}
#reg-page span.hint {
	font-size: 11px;
	background: transparent url(../images/velocity/bg-span-hint-kindagood.gif) no-repeat top left;
	color:#444;
	padding: 2px 2px 8px 17px;
	width:240px;
	position: absolute;
	margin: -8px 0 0 1px;
	display:none;
	border: none;
	height: 60px;
	overflow: hidden;
	z-index: 5;
}
#reg-page span.pass{
	margin: 27px 0 0 1px;
}

#reg-page fieldset.welldone span.hint {
	background: transparent url(../images/velocity/bg-span-hint-welldone.gif) no-repeat top left;
}
#reg-page fieldset.kindagood span.hint {
	background:	transparent url(../images/velocity/bg-span-hint-kindagood.gif) no-repeat top left;
}


#reg-page fieldset.welldone {
	background: url(../images/velocity/bg-fieldset-welldone.gif) no-repeat 116px 2px;
}
#reg-page fieldset.kindagood {
	
}
#reg-page fieldset.withHint INPUT{
	background: url(../images/velocity/hint-yearbirth.gif) 48% 0 no-repeat;
}
P.pass-streight{
	color : #999;
}
DIV#divPassStrong {
	
	border: 1px solid #ccc;
	width: 100px;
	margin-left: 2px;
	height: 10px;
	overflow: hidden;
	font-size: 0.1px;
	position: relative;
}
DIV#divPassStrong{
	margin: -5px 0 0 0;
}
DIV#divPassStrong *{
	padding: 0;
}
DIV#divPassStrong DIV{ 
	height: 10px; width: 100px;
	position: absolute;
	top: 0; left: 0;
	background-image: url(../images/colour_line_gray.gif);
}
DIV#divPassStrong DIV#divStrong{
	background-image: url(../images/colour_line.gif);
	width: 0px;
}

/*** forgot-password ***/
fieldset.forgot-password TABLE TD{
	vertical-align: middle;
}
fieldset.forgot-password LABEL{
	padding: 2px;
}


/*** .content ***/
#main .content{
}
#main .content p, #main .content ul{
	margin-top: 5px;
	margin-bottom: 5px;
}
.content H1,.content H2,.content H3,.content H4,.content H5,.content H6{
	color: #d00202;
	background: none;
	text-transform: none;
}
.content h1 { font-size: 1.4em; margin: 1em 0 .5em;  }
.content h2 { font-size: 1.3em; margin: 1.07em 0 .535em; }
.content h3 { font-size: 1.2em; margin: 1.14em 0 .57em; }
.content h4 { font-size: 1.1em; margin: 1.23em 0 .615em; }
.content h5 { font-size: 1em; margin: 1.33em 0 .67em; }
.content h6 { font-size: 1em; margin: 1.6em 0 .8em; }


/* LISTS */
#main .content a,
#main .content a:visited
{	
	text-decoration: none;
}
#main .content a:hover
{	
	text-decoration: underline;
}
.content ul li
{
	background-image: url(../images/velocity/bullet-grey-cube.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	text-indent: -.85em;
	margin-left: .35em;
	padding-left: 20px;
}

/*.content ul li:before { content: "\2022\00a0\00a0"; }*/
.content ol { list-style-position: outside; list-style-type: decimal; list-style-position: inside; list-style-type: disc}
.content dt { font-weight: bold; }

/* TABLES */
.content table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
.content th, .content td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */
.content blockquote *:first-child { margin: .8em 0; }
.content p,
.content ul,
.content ol,
.content dl,
.content pre,
.content blockquote,
.content address,
.content table{ margin-bottom: 1.6em; }
.content p+p { margin-top: -.8em; }

.content th, .content td { padding: .8em; }
.content caption { padding-bottom: .8em; } /* padding instead of margin for IE */
.content blockquote { padding: 0 1em; margin: 1.6em 0; }
.content dt { margin-top: .8em; margin-bottom: .4em; }
.content ul { margin-left: 0.5em;}
.content ol { margin-left: 2.35em; }
.content ol ol, 
.content ul ol { margin-left: 2.5em; }

.backToTop{float:right}

.sIFR-flash + div[adblocktab=true], .sIFR-replaced div[style*="z-index: 65535"] { display: none !important; }


.banners A{
	display:block;
	text-align:center;
	padding-right:16px;
	margin-bottom:3px;
}


.tooltip{
	position:absolute;
	width:249px;
	background: transparent url(../images/velocity/tooltip-top.png) no-repeat;
	font-size:10px;
	line-height:20px;
	top:0px;
	left:0px;
	display:none;
}
.tooltip .bottom{
	width:249px;
	background: transparent url(../images/velocity/tooltip-bottom.png) no-repeat;
	line-height:0;
	font-size:0;
	height:8px;
}
.tooltip .middle{
	padding:15px 10px 0;
	color: #000
}


#alert{
	width:328px;
	display:none;
	position: fixed;
	_position:absolute;
	top: 17%;
	left:50%;
	margin-left:-164px;
}
#alert .top{
	width:318px;
	background:transparent url(../images/velocity/alert_top.png) no-repeat;
	color:#fff;
	position:relative;
	height:31px;
	padding:10px 0 0 10px;
}
#alert .top a{
	position:absolute;
	width:10px;
	height:10px;
	top:12px;
	right:10px;
}

#alert .bottom .btnOk{
	width:69px;
	height:27px;
	background:transparent url(../images/velocity/alert_btn_ok.png) 0 100% no-repeat;
	display:block;
	margin:auto;
}

#alert .bottom{
	width:308px;
	background:transparent url(../images/velocity/alert_bottom.png) 0 100% no-repeat;
	color:#fff;
	padding:0 10px 15px;
	color:#525a64;
	font-size:12px;
}

#promobanner{
	width:535px;
	overflow:hidden;
}

.sitemap-l, .sitemap-r{
	float: left;
	width: 49%;
}
	.sitemap-l ul, .sitemap-r ul{
		margin-bottom: 25px;
	}
	.sitemap-l ul li, .sitemap-r ul li{
		padding-bottom: 3px;
	}
	.sitemap-l ul li a, .sitemap-r ul li a{
		text-decoration: none;
	}