/**
 * New style class meant to replace all custom styles
 */

/**
 * /auction/* styles
 */
h1.auction-title {
	font-size: 20px;
}

/** Template v2 **/

body{
	background:#FFF;
}

.clear{
	clear:both;
}


#con_main{
	width:1002px;
	margin:0px auto;
}


/**
 * Generic margin classes
 */
.mgb0 { margin-bottom: 0px; }
.mgb1 { margin-bottom: 10px; }
.mgb2 { margin-bottom: 20px; }
.mgt0 { margin-top: 0px; }


.button_sb{
	display:inline-block;
	background:url(../../img/theme-v2/button-bg.png) 0px 0 no-repeat;
	height:22px;
	padding-left:5px;
	font-size:8pt;
}

.button_sb span{
	display:inline-block;
	height:22px;
	line-height:22px;
	text-align:center;
	padding-right:8px;
	padding-left:3px;
	font-size:8pt;
	font-weight:normal;
	text-decoration:none;
	color:#FFF;
	background:url(../../img/theme-v2/button-bg.png) right -23px no-repeat;
}

.button_sb:hover{
	background-position:0px -46px;
}

.button_sb:hover span{
	background-position:right -69px;
	color:#FC0;
}


.hvline4{
	background:#eae7e5;
	height:4px;
	overflow:hidden;
}

.hvline4_b{
	background:#0582e1;
	height:4px;
	overflow:hidden;
}

.hvline1_b{
	background:#0582e1;
	height:1px;
	overflow:hidden;
}

.tbold{
	font-weight:bold;
	color:#000;
}


.box_light{
	border:#e5dfda 1px solid;
	padding:1px;
}

.box_light h2{
	color:#927304;
	font-size:9pt;
	font-weight:bold;
	margin:8px;
	padding:0px 0px 4px 0px;
	border-bottom:#e5dfda 1px solid;
}
.box_light .bl_content_n{
	padding:2px 8px 6px 8px;
}

.box_light .bl_content_n .bl_content_n_vline{
	border-bottom:#e5dfda 1px solid;
}


/** Header - top/logo **/
#mh_top{
	height:54px;
	padding:0px 6px;
}

#mh_top_left{
	float:left;
}

#mainheader_logo_con{
	margin-top:16px;
	position:absolute;
}

#mh_top_right{
	float:right;
	padding-top:10px;
	text-align: right;
}


/** Header - User Options **/
#mh_uo{
	height:35px;
	padding:0px 6px;
}

#mh_uo_con{
	float:right;
	height:35px;
}

#mh_uo_con_left{
	float:left;
	width:5px;
	height:35px;
	background:url(../../img/theme-v2/mh_uo_con_left.gif) no-repeat;
}

#mh_uo_con_right{
	float:left;
	width:5px;
	height:35px;
	background:url(../../img/theme-v2/mh_uo_con_right.gif) no-repeat;
}
#mh_uo_con_center{
	float:left;
	background:#e3e3e3;
	padding:0px 6px;
	background:url(../../img/theme-v2/mh_uo_con_center.gif) repeat-x;
}

#mh_uo_con_center .uo_sep{
	float:left;
	width:1px;
	height:35px;
	overflow:hidden;
	background:url(../../img/theme-v2/mh_uo_sep.gif) 0px 12px no-repeat;
}

#mh_uo_con_center a img{
	margin-top:9px
}


#mh_uo_con_center .nav{
	background:none;
}

#mh_uo_con_center ul{
	padding:0px;
	list-style:none;
	margin:0px;
}

#mh_uo_con_center ul li{
	float:left;
	margin:0px;
}
#mh_uo_con_center ul li.hover{
	background:#FFF url(../../img/theme-v2/mh-uo-item-hover.jpg) repeat-x top;
}

#mh_uo_con_center ul li a{
	color:#005ca3;
	font-size:9pt;
	line-height:35px;
	padding:0px 10px;
	font-weight:normal;
	height:35px;
}

#mh_uo_con_center ul li ul{
	position:absolute;
	width:140px;
	background:#FFF;
	display:none;
}
#mh_uo_con_center ul li ul li{
	display:block;
	width:140px;
	padding:6px 0px;
}

#mh_uo_con_center ul li.hover ul li a{
	line-height:10px;
}






#mh_bluebar{
	height:45px;
	background:url(../../img/theme-v2/mh_bluebar-center.jpg) repeat-x;
}

#mh_bluebar_left{
	height:45px;
	background:url(../../img/theme-v2/mh_bluebar-left.jpg) no-repeat;
	width:6px;
	overflow:hidden;
	float:left;
}

#mh_bluebar_right{
	height:45px;
	background:url(../../img/theme-v2/mh_bluebar-right.jpg) no-repeat;
	width:6px;
	overflow:hidden;
	float:left;
}
#mh_bluebar_center{
	width:990px;
	height:45px;
	float:left;
}


#mh_search{
	float:left;
}

#mh_search_textbg{
	background:url(../../img/theme-v2/header-search-bg.jpg) no-repeat;
	width:297px;
	height:28px;
	float:left;
	margin-top:8px;
	margin-left:10px;
}

#search_word{
	width:286px;
	height:19px;
	margin-top:4px;
	margin-left:5px;
	border:none;
	_margin-left:-8px;
	_margin-top:1px;
	*margin-left:-8px;
	*margin-top:1px;
}

#mh_search_catbg{
	background:url(../../img/theme-v2/header-search-cat.jpg) no-repeat;
	width:212px;
	height:28px;
	float:left;
	margin-top:8px;
	margin-left:4px;
}

#search_category{
	width:202px;
	height:20px;
	margin-top:5px;
	margin-left:6px;
	border:none;
}

#mh_search_button{
	float:left;
	margin-top:8px;
	margin-left:4px;
}


#mh_bb_right{
	float:right;
}

#mh_bb_right_con{
	height:25px;
	margin-top:10px;
}

#mh_bb_right_con a{
	float:left;
	line-height:25px;
	font-weight:bold;
	color:#FFF;
	font-weight:bold;
	font-size:9pt;
	display:inline-block;
	padding:0px 14px;
	text-shadow:#143f69 1px 1px;
}

#mh_bb_right_con a:hover{
	color:#FC0;
}

#mh_bb_right_con .sep{
	float:left;
	height:25px;
	width:2px;
	background:url(../../img/theme-v2/header-bluebar-sep.gif) no-repeat;
	display:inline-block;
}


#mh_featuredlinks{
	height:25px;
	padding:0px 0px;
}


#mh_featuredlinks_con{
	height:25px;
	background:url(../../img/theme-v2/header-featuredlinks-bg.jpg) repeat-x;
	padding:0px 16px;
}


table#mh_tfeaturedlinks{
	width:100%;
	height:25px;
	border:none;
	border-spacing:0px;
}

table#mh_tfeaturedlinks tr td{
	height:25px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
	border:none;
	padding:0px;
	background:none;
}

#mh_nav a img{
	border:none;
}

table#mh_tfeaturedlinks tr td a{
	color:#005ca3;
	line-height:25px;
	display:inline-block;
	text-align:center;
	font-size:10pt;
	font-weight:normal;
}

table#mh_tfeaturedlinks tr td a:hover{
	color:#900;
}


.hsep{
	height:14px;
	overflow:hidden;
}

.vsep{
	width:14px;
	height:1px;
	overflow:hidden;
	float:left;
}



.boxcwscroll{
	background:#eae7e5;
	padding:4px;
}

.boxcwscroll_leftcon{
	float:left;
	height:0px;
	width:0px;
}
.boxcwscroll_rightcon{
	float:right;
	height:0px;
	width:0px;
}
.boxcwscroll_leftcon .boxcwscroll_buttonleft{
	position:absolute;
	width:20px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
	background:url(../../img/theme-v2/button-bg.png) 0px -92px no-repeat;
	margin-top:25px;
	margin-left:-27px;
}
.boxcwscroll_leftcon .boxcwscroll_buttonleft:hover{
	background-position:-24px -92px;
}

.boxcwscroll_rightcon .boxcwscroll_buttonright{
	position:absolute;
	width:20px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
	background:url(../../img/theme-v2/button-bg.png) -48px -92px no-repeat;
	margin-top:25px;
	margin-left:15px;
}
.boxcwscroll_rightcon .boxcwscroll_buttonright:hover{
	background-position:-72px -92px;
}

.boxcwscroll .boxcwscroll_inner{
	background:#FFF;
}

.boxcwscroll h2{
	margin:0px;
	padding:8px 8px 0px 12px;
	color:#333131;
	font-size:11pt;
	font-weight:bold;
}

.boxcwscroll .boxcwscroll_body{
	padding:12px;
	overflow:hidden;
}

/** main content **/
#maincontent{
	padding:0px;
}

#mc_left{
	float:left;
	width:220px;
}

#mc_right{
	float:left;
	width:756px;
}

#mc_cat{
	background:#eae7e5;
	padding:8px;
}

#mc_cat .inner{
	border:#cacaca 1px solid;
	background:#FFF;
	padding:4px;
}

#mc_cat h2{
	font-size:10pt;
	color:#91740d;
	font-weight:0px;
	margin:0px;
	padding:8px;
	border-bottom:#cacaca 1px solid;
	background:#FFF;
	text-align:left;
	font-family:Arial,Tahoma;
}

#mc_cat .inner ul{
	list-style:none;
	margin:0px;
	padding:6px 0px;
}

#mc_cat .inner ul li{
	padding-left:0px;
	margin:0px;
}

#mc_cat .inner ul li.mc_pad2{
	padding-left:6px;
}

#mc_cat .inner ul li.mc_borderbottom{
	border-bottom:#c3ebff 1px solid;
}

#mc_cat .inner ul li.mc_tc{
	background:#f4fbff;
}

#mc_cat .inner ul li a{
	line-height:22px;
	display:block;
	font-size:9pt;
	padding-left:12px;
	font-weight:normal;
	background:url(../../img/theme-v2/cat-bullet.gif) -6px 7px no-repeat;

}
#mc_cat .inner ul li a:hover{
	padding-left:12px;
	background-position:0px 7px;
}



/** 
 * home page 
 **/

#home_testimonials{
	float:left;
	width:282px;
}

#home_testimonials .bl_content_n p{
	font-size:9pt;
}


#home_testimonials_bluebg{
	background:url(../../img/theme-v2/testimonial-bluea-bg.jpg) bottom repeat-x;
}



#mainfooter{
	/*background:#336699 url(../../img/theme-v2/footer-bg.jpg) top repeat-x;*/
	padding-bottom:56px;
}
#mainfooter .inner{
	width:990px;
	margin:0px auto;
	border-top: 1px solid #ccc;
}

/**
 * Home page banner
 */
.banner { position: relative; overflow: auto; }
.banner ul { margin:0; padding:0;  }
.banner li { list-style: none; }
.banner ul li { float: left; margin: 0; padding: 0; width:100%; }

.banner .dots 
{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: right;
	margin: 0px 0 5px 0;
	padding: 0px;
}

.banner .dots li 
{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	
	text-indent: -999px;
	
	color: #e3e3e3;
	border: 2px solid #e3e3e3;
	border-radius: 6px;
	
	cursor: pointer;
	opacity: .4;
	
	-webkit-transition: background .5s, opacity .5s;
	-moz-transition: background .5s, opacity .5s;
	transition: background .5s, opacity .5s;
}

.banner .dots li.active 
{
	background: #e3e3e3;
	opacity: 1;
}

/**
 * Home page auction category headers
 */
h2.categoryHeader
{
	color: #E47911;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 15px;
    margin-top: 15px;
}


#mf_mainlinks{
	float:left;
	width:164px;
	padding-top:14px;
}

#mainfooter .col-middle {
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
}

#mf_mainlinks a{
	/*color:#d9e6f2;*/
	color: black;
	font-size:9pt;
	font-weight:bold;
	font-style:italic;
	display:block;
	background:url(../../img/theme-v2/footer-link-bullet.png) 0px 5px no-repeat;
	line-height:18px;
	padding-left:14px;
	/*text-shadow:#20578e 1px 1px;*/
}
#mf_mainlinks a:hover{
	/*text-shadow:#0d2f50 1px 1px;*/
	background-position:3px 5px;
}

#mainfooter .mf_sep{
	float:left;
	width:2px;
	background:url(../../img/theme-v2/footer-sep.png) repeat-y;
	height:199px;
	margin-top:14px;
}

#mf_lmast .lmast_inner h3{
	font-size:10pt;
	font-weight:bold;
	padding-bottom:6px;
	color: black;
	/*
	color:#C9E4FD;
	text-shadow:#134471 1px 1px;
	*/
}

#mf_lmast .lmast_inner p{
	font-size:12px;
	color: black;
	/*
	color:#E1F0FF;
	text-shadow:#4587c9 1px 1px;
	*/
}

#mf_right .mf_cr{
	/*color:#0b3259;*/
	color: black;
	padding-bottom:16px;
	font-size:8pt;
	font-weight:bold;
}

#mf_right_bbb{
	color:#0b3259;
	font-weight:normal;
}

#mf_right_bbb a{
	/*color:#84c2ff;*/
	color:#0b3259;
	font-weight:normal;
}

#fm_join{
	background:url(../../img/theme-v2/testimonial-bluea-bg.jpg) left bottom repeat-x ;
	font-size:8pt;
	padding:4px 8px;
}




/** Product Thumbnail Item **/
.thumbpitem{
	float:left;
	width:110px;
	margin:0px 0px 15px 20px;
}

.thumbpitem_loading{
	position:absolute;
	width:114px;
	height:100px;
	height:200px;
	margin-left:-1px;
	margin-top:-1px;
}
.thumbpitem_loading img{
	position:absolute;
	margin-left:43px;
	margin-top:60px;
}
.thumbpitem .thumbpitem_img_con{
	height:110px;
	width:110px;
	border:#cacaca 1px solid;
}
.thumbpitem .thumbpitem_img_con_inner{
	border:#FFF 1px solid;
	height:108px;
	width:108px;
	overflow:hidden;
}
.thumbpitem .thumbpitem_img{
	height:108px;
	width:108px;
	background:#FFF url(../../img/theme-v2/product-item-bg.jpg) repeat-x bottom;
    vertical-align: middle;
	display: table;
	#position: relative;
	overflow: hidden;
	text-align:center;
}
.thumbpitem .thumbpitem_img a{
	#position: absolute; top: 50%;display: table-cell; vertical-align: middle;
	margin-left:auto; margin-right:auto;
	*margin-left:-46%;
	_margin-left:-46%;
}

.thumbpitem .thumbpitem_img a img{
	#position: relative; top: -50%

}

.thumbpitem .thumbpitem_title{
	margin-top:8px;
}
.thumbpitem .thumbpitem_title a{
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}

.thumbpitem .thumbpitem_value{
	font-size:11pt;
	color:#000;
	margin-top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}


/**
 * Auction tile
 */
.auctionTile
{
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 2px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);

	width: 100%;
	margin-bottom: 15px;
	margin-right: 3px;
	margin-left: 3px;
	float: left;
	background-color: #F1F1F1;
	border-radius: 3px 3px 3px 3px;
}

.auctionTile h3
{
	padding:8px 10px 8px 10px;
	font-size:13px;
	font-weight:bold;
	color: #333;
	margin: 0px;
	text-align:center;
}

.auctionTile h3 a
{
	color: #333;
}

.auctionTile .imageCon
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 10px;
	overflow: hidden;
	height: 125px;
	text-align: center;
}

.auctionTile .imageCon img
{
	padding: 0;
	margin: 0;
}


.couponCmpFooter
{
	background-color:#fff;
}

.auctionTile p
{
	color:#333;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	margin: 0;
	height: 37px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.auctionTile p a
{
	color:#333;
	font-size: 12px;
	font-weight: normal;
}

.auctionTile p .b
{
	font-weight: bold;
	/*color:#ffa800;*/
}

/**
 * Sidebar box
 */
.box_sb{
    border-style:solid;
    border-color:#0582e1;
    border-width:4px 1px 1px 1px;
    background:#FFFFFF url(../../img/theme-v2/box_sb_bg.jpg) bottom repeat-x;
    padding:6px 10px;
}

.box_sb .box_sb_title{
    padding-bottom:4px;
    border-bottom:#cacaca 1px solid;
	color:#333131;
	font-size:10pt;
	font-weight:bold;
}

.box_sb h4{
	color:#333131;
	font-size:11pt;
	font-weight:bold;
}


.box_sb .box_sb_body{
	padding-top:4px;
}

.box_sb .box_sb_hline{
    border-bottom:#cacaca 1px solid;
    height:0px;
}



#home_rsp{
	width:730px;
	float:left;
}

#home_rsp h2.rsp_title{
	color:##333131;
	font-size:9pt;
	font-weight:bold;
	margin:8px;
	padding:0px 0px 4px 0px;
}

#home_rsp .rsp_body{
	padding:6px 8px;
}






.rspitem{
	float:left;
	width:110px;
	margin:0px 6px 6px 6px;
}

.rspitem .rspitem_img_con{
	height:110px;
	width:110px;
	border:#cacaca 1px solid;
	
}
.rspitem .rspitem_img_con_inner{
	border:#FFF 1px solid;
	height:108px;
	width:108px;
	overflow:hidden;
}
.rspitem .rspitem_img{
	height:110px;
	width:110px;
	background:#FFF url(../../img/theme-v2/product-item-bg.jpg) repeat-x bottom;
    vertical-align: middle;
	display: table;
	#position: relative;
	overflow: hidden;
	text-align:center;
}
.rspitem .rspitem_img a{
	#position: absolute; top: 50%;display: table-cell; vertical-align: middle;
	margin-left:auto; margin-right:auto;
}

.rspitem .rspitem_img a img{
	#position: relative; top: -50%

}

.rspitem .rspitem_title{
	margin-top:8px;
}
.rspitem .rspitem_title a{
	text-decoration:none;
	font-size:8pt;
	font-weight:normal;
}

.rspitem .rspitem_value{
	font-size:11pt;
	color:#000;
	margin-top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

.item_value{
	font-size:10pt;
	color:#000;
	margin-top:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}

#home_ntola{
	float:right;
	width:210px;
	padding-top:32px;
}

#home_ntola h2{
	font-size:12pt;
	font-weight:bold;
	font-style:italic;
	color:#b71111;
	height:26px;
	padding:0px;
	margin:0px;
}

.#home_ntola .body{
}

#home_ntola .body a{
	display:block;
	line-height:20px;
	padding-left:22px;
	background:url(../../img/theme-v2/bullet-blue.png) 0px 8px no-repeat;
	font-size:9pt;
	font-weight:bold;
}

#home_bottomlinks{
	text-align:center;
	white-space:nowrap;
}

#home_bottomlinks a{
	display:inline-block;
}



.hpa_parent{
	border-width:1px;
	border-style:solid;
	border-color:#97912f;
	background:#FFF;
	height: 260px;
}
.hpa{
	padding:8px;
	overflow:hidden;
	/*background:url(../../img/theme-v2/home-slideshow-bg.jpg) repeat-x;*/
}

.hpa .hpa_title{
	font-size:11pt;
	font-weight:bold;
	color:#000;
	padding-bottom:4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow:#c1bc64 1px 1px;
}

.hpa .hpa_body{
	padding-top:6px;
}

.hpa .hpa_img{
	float:left;
	height:184px;
	width:284px;
	text-align:left;
	overflow:hidden;
}

.hpa_img_con{
	height:182px;
	width:275px;
	border:#c9c463 1px solid;
	overflow:hidden;
	background:#FFF;
}

.hpa .hpa_detail{
	float:right;
	width:154px;
	float:right;
}

.hpa .hpa_img img{
	position:relative;
	margin-left:-4px;
	margin-right:-4px;
}



#mc_r_left{
	float:left;
	width:755px;
}

#mc_r_right{
	float:right;
	width:200px;
}






#search_box{
	border-width:1px;
	border-color:#bccedc;
}

#search_box .box_sb_title{
	background:url(../../img/theme-v2/search-box-icon.jpg) 0px 2px no-repeat;
	padding-left:22px;
	color:#91740D;
}

#search_box .label{
	font-size:8pt;
	color:#7a838b;
	font-weight:normal;
	margin-top:2px;
}

#search_box .input{
	font-size:9pt;
	padding:1px;
	border:#a3c7e2 1px solid;
	background:#fffbe6;
}

#search_box input.input{
	/*width:194px;*/
    width: 100%;
}

#search_box select.input{
	/*width:198px;*/
    width: 100%;
}

#search_box .box_sb_body{
	border-top:#eaebeb 3px solid;
}


#catpage_title{
	padding:0px;
	margin:0px;
	color:#0f3647;
	font-size:14pt;
	font-weight:bold;
	text-shadow:#e7edef 2px 2px;
}

.olaBlueBlock{
	background:#FFF;
	padding:0px;
	font-size:8pt;
	color:#645c3e;
	border:none;
	margin:0px;
}

.olaBlueBlock *{
	font-size:8pt;
}



.auctionlist, .auctionlist td{
	border:none;
}


.auctionlist .olaListItemTitle a{
	font-size:9pt;
	font-family:arial;
	color:#000;
}

.auctionlist .olaListItemTitle{
	font-size:8pt; color:#666;
}

.olaListPaginate{
	text-align:right;
	color:#c0c0c0;
}

.olaListPaginate_top{
	border-bottom:#ed2100 2px solid;
}

.olaListPaginate_bottom{
	border-top:#ed2100 2px solid;
}

.olaListPaginate a{
	background:#f6f6f6;
	font-size:9pt;
	font-weight:normal;
	display:inline-block;
	padding:5px 8px;
}
.olaListPaginate .olaInactiveLink{
	font-size:9pt;
	font-weight:bold;
	display:inline-block;
	padding:3px 6px;
	color:#C30;
}
.olaListPaginate a:hover
{
	background:#005ca3;
	color:#fff;
}
.row_even td{
	padding:12px 4px;
	border-top:#CACACA 1px dotted;
}

.row_odd td{
	padding:12px 4px;
}

.auctionlist tr th{
	background:#EAE7E5;
	text-align:left;
	font-size:8pt;
	font-weight:bold;
	color:#333;
	text-transform:none;
	padding:8px 6px 4px 6px;
}

.auctionlist tr td{
	vertical-align:top;
	text-align:left;
}

.auctionlist tr td em{
	color:#666;
}

.auctionlistSponsoredBy
{
	background-color: #FFF7CA;
	border: 1px solid #EDE6BC;
	border-radius: 10px 10px 10px 10px;
	float: left;
	font-size: 0.916667em;
	padding: 2px 5px;
	margin-top: 3px;
}

.olaListItemImgCon{
	display:inline-block;
	padding:1px;
	background:#FFF;
	border:#bccedc 1px solid;
}

.olaListItemImgCon a{
	padding:0px;
	margin:0px;
	display:block;
}


.olaAmBox{
	background:none;
	color:#333;
	font-size:9pt;
	border:0px;
	padding:0px;
	margin:0px;
}

#home_newtoola_banner{
	height:120px;
	/*background:url(../../img/theme-v2/new-to-ola-bg.jpg) no-repeat;*/
	background:url(../../img/theme-v2/150-gradient-bg.png) repeat-x;
}

#home_newtoola_banner_inner{
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	width:210px;
}

#home_newtoola_banner_inner a{
	display:block;
	font-size:10pt;
	color:#000;
	line-height:22px;
	font-weight:normal;
	background:url(../../img/theme-v2/bullet-blue.png) no-repeat 8px 8px;
	padding-left:22px;
}

#home_newtoola_banner_inner h2
{
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#0f3647;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	text-shadow:#e7edef 2px 2px;
}

#home_banner_top{
	height:258px; /* Leave 1 px for border */
}


#hpa_pag{
	position:absolute;
	width:460px;
	margin-top:265px;
}

#hpa_pag .hpa_pag_item{
	float:left;
	width:24px;
	height:6px;
	margin-right:4px;
	background:#e4e18a  url(../../img/theme-v2/hpa_pag_item.jpg) repeat-x;
	overflow:hidden;
	cursor:hand;
	cursor:pointer;
}

#hpa_pag .active{
	background:#c24e0e url(../../img/theme-v2/hpa_pag_item_active.jpg) repeat-x;
}

blockquote 
{
	font-family: Georgia, serif;
	font-size: 12px;
	font-style: italic;
	margin: 0.25em 0;
	padding: 0.25em 20px;
	line-height: 1.45;
	position: relative;
	color: #383838;
	border-left: none;
}

blockquote:before 
{
	display: block;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #7a7a7a;
}

blockquote cite 
{
	color: #999999;
	font-size: 14px;
	display: block;
	margin-top: 5px;
}
 
blockquote cite:before 
{
	content: "\2014 \2009";
}

/**
 * Links as buttons
 */

a.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 5px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
a.button:hover {
	text-decoration: none;
}
a.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

/* white */
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

/* orange */
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	color: #ffffff;
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}

/* side bar */
.sbContent{
	background:#eae7e5;
	padding:8px;
	margin-bottom: 20px;
}

.sbContent > div{
	border:#cacaca 1px solid;
	background:#FFF;
	padding:8px;
}

.sbContent h2{
	font-size:10pt;
	color:#91740d;
	font-weight:0px;
	margin:0px 0px 8px 0px;
	padding:8px 0px 8px 0px;
	border-bottom:#cacaca 1px solid;
	background:#FFF;
	text-align:left;
	font-family:Arial,Tahoma;
}

img.left {
	float: left;
	margin-right: 20px;
}


/* gradient row */
.rowGradientBg
{
	border-top: 1px solid #ced0d5;
	background: url(/img/ticker_bg_down.jpg) no-repeat center top;
	margin: 0 0 20px 0;
	padding: 0;
}

.rowGradientBg > div
{
	background: url(/img/ticker_bg_up.jpg) no-repeat center bottom;
	margin: 0;
	padding: 0;
    height: 286px;
}

.rowGradientBgLeft
{
	float:left;
	width: 465px;
}

.rowGradientBgRight
{
	margin-left: 475px;
	margin-right: 10px;
}

.rowGradientBg h3, h2
{
	padding-top: 0;
	margin-top: 0;
}

/* page tiles */
.pageTile
{
	border: none;
	-webkit-border-radius: 0% 0% 100% 100% / 0% 0% 10px 10px;
	-moz-border-radius: 0% 0% 100% 100% / 0% 0% 10px 10px;
	border-radius: 0% 0% 100% 100% / 0% 0% 10px 10px;
	box-shadow: rgba(0, 0, 0, .2) 0 4px 4px;
	margin-bottom: 20px;

}

.pageTile h2
{
	margin-bottom: 10px;
}

.pageTile h4
{
	font-size: 15px;
	margin-bottom: 10px;
	color: #666;
}

.pageTile p
{
	margin-bottom: 3px;
	padding: 0;
}

.pageTileInner
{
	background-color: whiteSmoke;
	background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(whiteSmoke));
	height: 250px;
	border: 4px solid white;
}

/**
 * Why ola page classes
 */
.why-ola-banner
{
	background:url(/img/why-banner.jpg) no-repeat 10px top;
	height: 400px;
	margin-bottom: 20px;
    background-size: 100%;
}

.why-ola-banner-img
{
	padding-top: 140px;
	float:left;
	margin-left: 50px;
	width: 415px;
}

.why-ola-banner-desc
{
	padding-top: 150px;
	margin-left: 475px;
	margin-right: 20px;
}


/**
 * Blog specific classes
 */
.blog-post
{
	margin-top: 10px;
}

.blog-post p 
{ 
	font-size: 16px;
	line-height: 24px; 
}

.blog-post li
{ 
	font-size: 16px;
}


/**
 * Vertical Mega Menu Styles 
 * ------------------------------------------------------------
 */
.dcjq-vertical-mega-menu .menu{
font: bold 13px Arial, sans-serif; 
line-height: 16px; 
position: relative; /* Required */
border: 1px solid #ccc;
border-bottom: none;
list-style:none;
padding: 0;
margin-left: 0;
}
.dcjq-vertical-mega-menu .menu li {
	margin-left: 0;
}
.dcjq-vertical-mega-menu .menu li a {
display: block; 
color: #000; 
padding: 11px 28px 11px 15px; 
text-shadow: 1px 1px 1px #fff; 
text-decoration: none;
border-bottom: 1px solid #ccc;
background: url(/img/megam-images/bg_nav.png) repeat-x 0 0;
}
.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {
background-position: 0 -40px; 
color: #fff; 
text-shadow: 1px 1px 1px #000;
}
.dcjq-vertical-mega-menu .menu li a.dc-mega {
position: relative;
}
/* Add arrow icon to parent links */
.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {
display: block; 
position: absolute; 
top: 14px; 
right: 15px; 
width: 6px; 
height: 8px; 
background: url(/img/megam-images/arrow_right.png) no-repeat -6px 0;
}
.dcjq-vertical-mega-menu .menu li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu li.mega-hover a .dc-mega-icon {
background-position: 0 0;
}
/* Mega menu container */
.dcjq-vertical-mega-menu .menu li .sub-container {
position: absolute; /* Required */
overflow: hidden;
background: url(/img/megam-images/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow */
padding: 0 13px 17px 0; /* Padding for drop shadow */
margin-left: 0;
}
.dcjq-vertical-mega-menu .menu li .sub-container .sub {
border: none;
padding: 15px 15px 5px 15px;
background: #fff url(/img/megam-images/bg_grad_top.png) repeat-x 0 0;
border-top: 1px solid #ccc; 
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-left: 1px solid #ccc;
margin-left: 0;
}
.dcjq-vertical-mega-menu .menu li .sub .row {
width: 100%; overflow: hidden; /* Clear floats */
}
.dcjq-vertical-mega-menu .menu li .sub li {
float: none; 
width: 160px; 
font-size: 1em; 
font-weight: normal;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr {
float: left; /* Required */
margin: 0 5px 10px 5px;
}
.dcjq-vertical-mega-menu .menu li .sub a, .dcjq-vertical-mega-menu .menu.left li .sub a {
background: none; 
border: none; 
text-shadow: none;
float: none;
color: #000; 
display: block;
text-decoration: none; 
font-size: 0.9em;
margin-bottom: 0;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a {
background: url(/img/megam-images/bg_nav.png) repeat-x 0 -40px; 
padding: 5px;
margin-bottom: 5px;
text-transform: uppercase; 
font-weight: bold; 
color: #fff;
text-shadow: 1px 1px 1px #000;
text-align: center;
}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {
color: #000; 
text-shadow: none;
}
.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {margin-bottom: 3px;}
.dcjq-vertical-mega-menu .menu .sub li a {
padding: 3px 3px 3px 15px;
background: url(/img/megam-images/bullet.png) no-repeat 3px 8px;
font-weight: normal;
text-transform: capitalize; font-size: 12px;
}
.dcjq-vertical-mega-menu .menu .sub li a:hover {
color: #fff;
background: #000 url(/img/megam-images/bullet_white.png) no-repeat 5px 8px;
}
.dcjq-vertical-mega-menu .menu .sub ul li {
padding-right: 0;
margin-left: 0;
}

/* Styling for menu items with only 2 levels */
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {
padding: 10px;
background: #fff;
}
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {
padding: 0; 
margin: 0;
width: 150px;
float: none;
}

/* Bootstrap overrides */
.navbar {
    border-radius: 0;
}

.navbar-inverse {
	background-color: #283441;
}

.navbar-ola {
	/*background-color: transparent;*/
    background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */





}

.navbar-nav>li {
	margin-left: 10px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #f3f3f3;
	font-weight: bold;
}

.navbar-brand {
    padding: 3px 15px 3px 15px;
}

.navbar {
    margin-bottom: 0px;
}

.breadcrumb {
	background-color: transparent;
    margin-bottom: 0px;
    padding: 5px 0 5px 0;
}

.dmenu-scroll {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
}

.input-group-btn select {
	border-color: #ccc;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.nav-messages-off {
	color: #ccc;
}

/**
 * New header styles
 */

header {
}

.header-bar {
    /*
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    box-shadow: 0px 2px 5px 0px rgba(204,204,204,1);
    */
    border-bottom: 1px solid #ccc;
}

.header-bar ul {
    margin-left: 0px;
}

/* hide the bottom border on extra small devices */
@media (max-width : 768px) {
    .header-bar {
        border-bottom: 0px;
    }
}

.header-bar .navbar {
    padding: 0px;
    margin: 0px;
}

.header-dd-link, .header-dd-link:visited, .header-dd-link:active {
	color: #666;
	font-size: 14px;
}

.header-btn-con {
	width: 115px;
	margin-left: 0;
    padding: 10px 0 10px 15px;
    height: 100%;
}
.header-btn-con > a {
    display: block;
    color: black;
}

/* add drop-down open and hover state */
.header-btn-con.open, 
.header-btn-con:hover
{
  color: #fff;
  background-color: #e3e3e3;
}

.header-search-con {
	margin-left: 130px;
	margin-right: 345px;
    padding: 10px 15px 10px 0;
}
.category-head {
    color: #343434!important;
    margin: 5px 0px;
    display: block;
    font-weight: bold;
}

.header-mobile-subnav {
    font-size: 12px;
}

.category-item-box{
    min-height: 180px;
}


.dmenu{
    margin-left: 0px;
    overflow-y: auto;
}

.dmenu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dmenu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dmenu > li > a:hover,
.dmenu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dmenu > .active > a,
.dmenu > .active > a:hover,
.dmenu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #428bca;
    outline: 0;
}
.dmenu > .disabled > a,
.dmenu > .disabled > a:hover,
.dmenu > .disabled > a:focus {
    color: #777;
}
.dmenu > .disabled > a:hover,
.dmenu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.dmenu-list{
    padding: 0px;
}

.open > .dmenu {
    display: block;
}
.open > a {
    outline: 0;
}
.dmenu-right {
    right: 0;
    left: auto;
}
.dmenu-left {
    right: auto;
    left: 0;
}
.dheader {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dbackdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dmenu {
    right: 0;
    left: auto;
}
.dropup .caret,

.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dmenu,
.navbar-fixed-bottom .dropdown .dmenu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.yamm li{margin-left: 0px;}
.yamm-content ul li a{ padding: 5px 20px;font-size:12px;}

.yamm-content .dmenu-list li a{ padding: 5px 0px;}

@media (min-width: 360px) and (max-width: 992px) {
    .boxcwscroll_leftcon {
        height: auto;
        width: auto;
    }
    .boxcwscroll_rightcon {
        height: auto;
        width: auto;
    }
    .boxcwscroll_leftcon .boxcwscroll_buttonleft {
        position: relative;
        width: 20px;
        height: 33px;
        background: url(../../img/theme-v2/button-bg.png) 0px -127px no-repeat;
        margin-top: 0px;
        margin-left: 0px;
        display: block;
    }
    .boxcwscroll_rightcon .boxcwscroll_buttonright {
        position: relative;
        display: block;
        width: 20px;
        height: 33px;
        background: url(../../img/theme-v2/button-bg.png) -48px -127px no-repeat;
        margin-top: 0px;
        margin-left: 0px;
    }

    .boxcwscroll_leftcon .boxcwscroll_buttonleft:hover{
        background-position:-24px -127px;
    }

    .boxcwscroll_rightcon .boxcwscroll_buttonright:hover{
        background-position:-72px -127px;
    }

}
