html>/**/body, x:-moz-any-link, x:default { position:relative; left:-0.1px; }
/*
Name: Sliding Login Panel with jQuery 1.3.2
Author: Jeremie Tisseau
Author URI: http://web-kreation.com/
Script URI: http://web-kreation.com/index.php/tutorials/nice-clean-sliding-login-panel-built-with-jquery/
Date: March 26, 2009
Version: 1.0

	The CSS, XHTML and design is released under Creative Common License 3.0:
	http://creativecommons.org/licenses/by-sa/3.0/

*/ 

/***** clearfix *****/
.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 150px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #15ADFF;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #15ADFF;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}

#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Slide CSS Ends */


body
{
background:url(images/bg.jpg) no-repeat #fff center top;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
margin:0px auto auto auto;
color:#000;
}
p{
padding:2px;
margin:0px;
}
#main_container{
width:1000px;
height:auto;
margin:auto;
padding:0px;
}
.top_bar{
width:1000px;
height:38px;
background-color:#4a4a4a;
}
.top_search{
width:370px;
height:32px;
margin:0px 20px 0 0;
_margin:0px 10px 0 0;
float:right;
background:url(images/top_search_bg.gif) no-repeat center;
}
input.search_input{
height:20px;
width:182px;
float:left;
margin:12px 0px 0 9px ;
border:1px solid #dbdbdb;
border-bottom-color:#ffffff;
border-right-color:#ffffff;
}
.search_text{
float:left;
width:110px;
padding:8px 0 0 15px;
color:#999999;
}
.search_text a{
text-decoration:none;
color:#999999;
outline:0;

}
.search_bt{
outline:0;
padding:13px 8px 0 10px;
}
.languages{
float:right;
width:150px;
padding:8px 0 0 0;
}
.lang_text{
float:left;
padding:0 5px 0 0;
color:#b3adad;
}
a.lang{
display:block;
float:left;
padding:0 5px 0 5px;
}
#header{
width:1000px;
height:173px;
background:url(images/header_bg.jpg) no-repeat center;
background-position:0px 0px;
margin:auto;
}
#logo{
float:left;
padding:15px;
}
/*------------------------------oferte_content-----------------------*/
.oferte_content{
width:681px;
height:164px;
float:left;
padding:1px 0 0 0px;
}
.top_divider{
float:left;
width:1px;
height:164px;
}
.oferta{
width:580px;
float:left;
padding:16px 0px 0px 0px;
}

.oferta .ui-tabs-panel{  
 width:538px;
float:left;
padding:15px 30px 0 30px;
}  
.oferta .ui-tabs-hide{ 
display:none; 
}


a:active, a:focus {outline: 0;}

.oferta_img{
float:left;
padding:0 0 10px 0;
}
.oferta_title{
font-size:15px;
color:#b72c24;
font-weight:bold;
}
.oferta_details{
width:400px;
float:left;
padding:4px 0 0 3px;
}
.oferta_text{
padding:5px 0 5px 0;
font-size:12px;
color:#FFFFFF;
text-align:justify;
line-height:15px;
}
a.details{
width:83px;
height:21px;
display:block;
float:right;
margin:5px 0 0 0;
padding-left:5px;
background:url(images/details_bt_bg.gif) no-repeat center;
text-align:center;
line-height:21px;
text-decoration:none;
color:#000000;
outline:0;
}

/* menu styles */

.suckerdiv ul{
width:196px;
padding:0px;
margin:0px;
list-style:none;
z-index:1000;
}
	
.suckerdiv ul li{
position: relative;
margin:0px;
list-style:none;
z-index:1000;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
z-index:1000;
}

.highlight {background-color:#FF9D9D;border-bottom:#F30 1px solid;border-top:#F30 1px solid;padding: 4px 10px}



	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
/*---------------------oferta_pagination-----------------------------*/

#oferta ul.ui-tabs-nav{ 
	list-type:none; 
}

#oferta ul.ui-tabs-nav li {
width:22px;
height:22px;
display:block;
float:left;
margin:0 0 0 5px;
_margin:0 0 0 3px;
line-height:23px;
text-align:center;
background:url(images/pag_bg.gif) no-repeat center;
text-decoration:none; 
color:#ad1614;
border:0px;
}


#oferta ul.ui-tabs-nav li.ui-tabs-selected a{ 
	width:22px;
height:22px;
display:block;
float:left;
line-height:23px;
text-align:center;
background:url(images/pag_bg_a.gif) no-repeat center;
text-decoration:none; 
color:#ad1614;

}





#main_content{
clear:both;
}
/*---------------- menu tab----------------------*/
#menu_tab{
width:1000px;
height:50px;
background-color:#fff;
}
.left_menu_corner{
width:9px;
height:50px;
float:left;
background:url(images/menu_left.gif) no-repeat center;
}
.right_menu_corner{
width:9px;
height:50px;
float:left;
background:url(images/menu_right.gif) no-repeat center;
}
ul.menu {
list-style-type:none; float:left; display:block; width:982px; 
margin:0px; padding:0px;background:url(images/menu_bg.gif) repeat-x;}

ul.menu li {
display:inline;
font-size:11px;
font-weight:bold;
line-height:50px;
}
ul.menu li.divider {
display:inline;
width:2px;
height:50px;
float:left;
background:url(images/menu_divider.gif) no-repeat center;
}

a.nav1:link, a.nav1:visited {
display:block; float:left; padding:0px 8px 0px 35px; margin:0 10px 0 14px;height:50px;text-decoration:none; background:url(images/home.png) no-repeat left; color:#676d77;}
a.nav2:link, a.nav2:visited {
display:block; float:left; padding:0px 8px 0px 30px; margin:0 10px 0 14px;height:50px;text-decoration:none; background:url(images/services.png) no-repeat left; color:#676d77;}
a.nav3:link, a.nav3:visited {
display:block; float:left; padding:0px 8px 0px 22px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/favs.png) no-repeat left; color:#676d77;}
a.nav4:link, a.nav4:visited {
display:block; float:left; padding:0px 8px 0px 30px; margin:0 10px 0 14px;height:50px;text-decoration:none; background:url(images/user_add.png) no-repeat left; color:#676d77;}
a.nav5:link, a.nav5:visited {
display:block; float:left; padding:0px 8px 0px 38px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/car.png) no-repeat left; color:#676d77;}
a.nav6:link, a.nav6:visited {
display:block; float:left; padding:0px 8px 0px 38px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/rss-32.png) no-repeat left; color:#676d77;}
a.nav7:link, a.nav7:visited {
display:block; float:left; padding:0px 8px 0px 38px; margin:0 14px 0 14px;height:50px;text-decoration:none; background:url(images/blog.png) no-repeat left; color:#676d77;}
a.nav1:hover, a.nav2:hover, a.nav3:hover, a.nav4:hover, a.nav5:hover, a.nav6:hover {
color:#333333;}


li.currencies{
width:230px;
float:right;
padding:5 0 0 15px;
_padding:12px 0 0 15px;
color:#676d77;
font-size:11px;
font-weight:bold;
}
/*----------------crumb_navigation-------------*/
.crumb_navigation{
width:980px;
height:15px;
padding:5px 10px 0 20px;
color:#333333;
background:url(images/navbullet.png) no-repeat left;
background-position:5px 6px;
}
.crumb_navigation a{
color:#0fa0dd;
text-decoration:underline;
}
span.current{
color:#0fa0dd;
}

/*-------------left_content------------------*/
.left_content{
width:196px;
float:left;
padding:5px 0px 0px 0px;
}
.title_box{
width:196px;
height:30px;
margin:0px 0 0 0;
background:url(images/menu_title_bg.gif) no-repeat center;
text-align:center;
font-size:16px;
font-weight:bold;
color:#fff;
line-height:30px;
}
/*--------left menu---------*/
ul.left_menu{
width:196px;
padding:0px;
margin:0px;
list-style:none;
font-size:13px;
}
ul.left_menu li{
margin:0px;
list-style:none;
}

ul.left_menu li.odd a{
width:166px;height:30px;display:block;background:url(images/arrow-list.gif) no-repeat center right #dad0d0; background-position:5px 8px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:30px;
}
ul.left_menu li.even a{
width:166px;height:30px;display:block;background:url(images/arrow-list.gif) no-repeat center right #eee6e6;background-position:5px 8px;border-bottom:1px #FFFFFF solid;
text-decoration:none;color:#504b4b;padding:0 0 0 30px; line-height:30px;
}
ul.left_menu li.even a:hover, ul.left_menu li.odd a:hover{
background:url(images/arrow-list.gif) no-repeat center right #7bbcc7; color:#FFFFFF;background-position:5px 5px;outline: 0;
}
.border_box{
width:194px;
height:auto;
text-align:center;
border:1px #6da6b1 solid;
}
.product_title{
color:#ea2222;
padding:5px 0px;
height:45px;
font-weight:bold;
}
.product_title a{
text-decoration:none;
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
}
.product_title a:hover{
color:#064E5A;
outline: 0;
}
.product_title_new{

padding:5px;
height:auto;

}
.product_title_red {

height:45px;
padding:5px;
}
.product_title_red a{
text-decoration:none;
color:#ea2222;
height:45px;

font-weight:bold;
}
.product_title_red a:hover{
color:#064E5A;
outline: 0;
}

.product_title_new a{
text-decoration:none;
color:#333333;

font-weight:normal;
}
.product_title_new a:hover{
color:#3d91a5;
outline: 0;
}
.product_img{
padding:5px 0 0px 0;
}
.prod_price{
padding:5px 0 2px 0;
}
span.reduce{
color:#999999;
text-decoration:line-through;
}
span.price{
color:#ea2222;
}
/*----------newsletter--------------*/
input.newsletter_input{
width:160px;
height:16px;
border:1px #ddd9d9 solid;
margin:10px 0 5px 0;
font-size:12px;
padding:3px;
color:#999999;
}
a.join{
width:17px;
display:block;
margin:5px 0 5px 140px;
_margin:5px 0 5px 130px;
background:url(images/blue-add.png) no-repeat left;
padding:0 0 0 20px;
text-decoration:none;
color:#1c4a52;
}
.banner_adds{
width:194px;
text-align:center;
padding:10px 0 10px 0;
}

/*center content--------------------------*/
.center_content{
width:585px;
float:left;
padding:5px 10px;
}

.side_content{
/* width:390px; */
float:left;
/*padding:0px 10px; */
}



.center_content_wide{
width:781px;
float:right;
padding:5px 5px;
}
.center_content_toowide{
width:781px;
float:left;
padding:5px 5px;
}

.center_content_threewide{
width:615px; 
float:left;
padding-top:5px;
/* padding:5px 5px; */
}
.center_title_bar{
width:520px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 12px;
_margin:0 0 0 6px;
line-height:33px;
font-size:15px;
color:#3d91a5;
font-weight:bold;
background:url(images/bar_bg.gif) no-repeat center;
}
.center_title_bar_drop{
width:520px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 12px;
_margin:0 0 0 6px;
line-height:33px;
font-size:15px;
color:#3d91a5;
font-weight:bold;
background:url(images/bar_bg_drop.gif) no-repeat center;
}

#center_title_bar h1{
width:520px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 12px;
_margin:0 0 0 6px;
line-height:33px;
font-size:15px;
color:#3d91a5;
font-weight:bold;
background:url(images/bar_bg.gif) no-repeat center;
}


.center_matches{
font-size:10px;
color:#847676;
}
.center_title_bar_new{
width:350px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 0px;
_margin:0 0 0 6px;
line-height:33px;
font-size:12px;
color:#847676;
font-weight:bold;
background:url(images/bar_bg_new.gif) no-repeat center;
}

#center_title_bar_new h1{
width:350px;
height:33px;
float:left;
padding:0 0 0 40px;
margin:0 0 0 0px;
_margin:0 0 0 6px;
line-height:33px;
font-size:12px;
color:#847676;
font-weight:bold;
background:url(images/bar_bg_new.gif) no-repeat center;
}

.center_title_bar_land{
width:570px;
height:33px;
float:left;
padding:0 0px 0 50px;
margin:0 0 0 0px;
_margin:0 0 0 6px;
line-height:33px;
font-size:15px;
color:#3d91a5;
font-weight:bold;
background:url(images/bar_bg_land.gif) no-repeat left center;
}
#center_title_bar_land
{
padding-bottom:20px;
}
#center_title_bar_land h1{
width:570px;
height:33px;
float:left;
padding:0 20px 0 50px;
margin:0 0 0 0px;
_margin:0 0 0 6px;
line-height:33px;
font-size:15px;
color:#3d91a5;
font-weight:bold;
background:url(images/bar_bg_land.gif) no-repeat left center;
}


//styles on comparison page

.compare_seller_list{
   padding: 10px 0;
}

.compare_list_seller{
}

.compare_list_price{
   color:#3141D5;
   font-weight: bold;
   text-align:center;
}

.compare_list_avail{
   text-align:center;
}

.compare_list_rating{
   text-align:center;
}

.compare_list_enter_zip{
   font-size:8pt;
}

.product_details_row{
   border-bottom: 1px dotted #BBB;
   padding:5px;
}

.pagetext {
   FONT: normal 12px Arial, Helvetica, sans-serif;
   color: #404040;
}



/*----------------------right content--------------*/
.right_content{
width:196px;
float:left;
padding:5px 0 0 0;
}
.shopping_cart{
width:195px;
height:84px;
text-align:center;
background:url(images/cart_bg.gif) no-repeat center;
}
.cart_title{
font-size:12px;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
padding:8px 50px 0 0;
margin:10px
}
.cart_details{
width:170px;
float:left;
padding:5px 0 0 15px;
text-align:left;
}
.cart_icon{
float:left;
padding:5px 0 0 5px;
}
span.border_cart{
width:100px;
height:1px;
margin:3px 0 3px 0;
display:block;
border-top:1px #999999 dashed;
}
/*---------prod_box----------*/
.prod_box{
width:173px;
height:auto;

float:left;
padding:10px 10px 10px 11px;
}
.top_prod_box{
width:173px;height:12px;background:url(images/product_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_prod_box{
width:170px; border:1px #F6F3F3 solid;float:left;padding:0px; margin:0px;
}
.center_prod_box{
border:1px #93C3CD solid;width:172px;height: auto;float:left; text-align:center;padding:0px; margin:0px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;

}

.center_prod_box_new{
border:1px #93C3CD solid;width:370px;height: auto;float:left; text-align:center;padding:0px; margin:0px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;

}
.bottom_prod_box_new{
width:370px; border:1px #F6F3F3 solid;float:left;padding:0px; margin:0px;
}

.prod_box_new{
width:370px;
height:auto;
float:left;
padding:5px 0px 0px 10px;

}

.prod_details_tab{
width:173px;
height:25px;
float:left;
/*background:url(images/products_details_bg.gif) no-repeat center;*/
background:#93C3CD url(jquery-ui/css/custom-theme/images/ui-bg_inset-soft_50_93c3cd_1x80.png) repeat-x scroll 50% 50%;
margin:3px 0 0 0;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border:1px solid #93C3CD;
}

img.left_bt{
float:left;
padding:6px 0 0 6px;
}
a.prod_details{
width:100px;
display:block;
float:left;
background:url(images/square-blue-add.gif) no-repeat left;
padding:0 0 0 20px;
margin:7px 0 0 5px;
_margin:6px 0 0 5px;
text-decoration:none;
color:#333333;
outline:0;
}
/*---------prod_box_big----------*/
.prod_box_big{
width:554px;
height:auto;
float:left;
padding:10px 10px 10px 15px;
}
.top_prod_box_big{
width:554px;height:12px;background:url(images/details_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.bottom_prod_box_big{
width:554px;height:12px;background:url(images/details_box_bottom.gif) no-repeat center top;float:left;padding:0px; margin:0px;
}
.center_prod_box_big{
width:554px;height: auto;background:url(images/details_box_center.gif) repeat-y;float:left; text-align:center;padding:0px; margin:0px;
}
.product_img_big{
width:200px;
padding:5px 0 5px 10px;
float:left;
}
.product_img_big_detail{
width:200px;
padding:30px 0 5px 20px;
float:left;
}
.details_big_box{
width:550px;
float:left;
padding:0 0 0 15px;
text-align:left;
}
.product_title_big{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
font-size:14px;
}

#product_title_big h1{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
font-size:14px;
}


.specifications{
font-size:12px;
font-weight:bold;
line-height:18px;
}
.contact_message{
font-size:12px;
font-weight:bold;
line-height:18px;
align:left;
}
.thumbs{
padding:8px 5px 8px 5px;
border:1px #DFD1D1 solid;
margin:3px 0 0 0;
width: 145px;

}

.thumbs1{
padding:8px 5px 8px 5px;
border:1px #DFD1D1 solid;
margin:3px 0 0 0;
width: 172px;

}

.thumbs a{
padding:3px;
}
.prod_price_big{
padding:5px 0 5px 0;
font-size:16px;
}
span.reduce{
color:#999999;
text-decoration:line-through;
}
span.price{
color:#ea2222;
}
a.addtocart{
width:76px;
height:27px;
display:block;
float:left;
background:url(images/addtocart.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
a.compare{
width:76px;
height:27px;
display:block;
float:left;
margin:0 0 0 10px;
background:url(images/compare.gif) no-repeat left;
padding:0 0 0 33px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
span.blue{
color:#5F9FAB;
}
/*---------------contact_form------------------*/
.contact_form{
width:355px;
float:left;
padding:0px 0 0 75px;
}
.form_row{
width:335px;
clear:both;
padding:10px 0 10px 0;
_padding:5px 0 5px 0;
color:#a53d17;
}
label.contact{
width:75px;
float:left;
font-size:12px;
text-align:right;
padding:4px 5px 0 0;
color: #333333;
}
input.contact_input{
width:253px;
height:18px;
background-color:#fff;
color:#999999;
border:1px #DFDFDF solid;
float:left;
}
textarea.contact_textarea{
width:253px;
height:50px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #999999;
background-color:#fff;
border:1px #DFDFDF solid;
float:left;
}
a.contact{
width:99px;
height:27px;
display:block;
float:right;
margin:0 0 0 10px;
background:url(images/contact_bt.gif) no-repeat left;
padding:0 0 0 10px;
text-decoration:none;
line-height:27px;
color:#1c4a52;
}
/*--------------footer----------------*/
.footer{
width:1000px;
clear:both;
height:65px;
display:block;
background:url(images/footer_bg.gif) repeat-x top;
}
.left_footer{
float:left;
width:60px;
padding:5px 0 0 10px;
}
.right_footer{
float:right;
padding:15px 10px 0 0;
}
.right_footer a{
padding:0 0 0 7px;
text-decoration:none;
color: #666666;
}
.right_footer a:hover{
text-decoration:underline;
outline: 0;
}

.center_footer{
float:left;
width:250px;
text-align:center;
color:#666666;
padding:15px 0 0 200px;
}

.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
}
.gallery li {
	margin: 0px 22px;
	padding: 0 22px;
	float: left;
	position: relative;
	width: 80px;
	height: 88px;
	
}
.gallery img {
	background: #fff;
/*	border: solid 1px #ccc; */
	border-bottom: none;
}
.gallery a:hover img {
	border-color: #000;
}

.gallery span {
	width: 80px;
	height: 80px;
	display: block;
	position: absolute;
	top: 0px;
	left: 22px;
	background: url(images/glossy-gradient.png) no-repeat;
}
.gallery a {
	text-decoration: none;
}

#form{
padding:0;
width:197px;
height:100px;
background:url(images/form_back.gif) no-repeat 0 0;
}
#form p{
margin:0 0px;
}
#form input{
margin-top:8px;
margin-left:15px;
width:150px;
border:none;
padding:3px;
font-size:110%;
}

#form button{
margin-top:0px;
margin-left:0px;
width:25px;
height:30px;
border:none;
text-indent:-8000px;
overflow:hidden;
background:url(images/search.png) no-repeat 0 0;
cursor:pointer;
vertical-align:middle;
}

.servicecolumnzone{padding:50px 20px 15px 25px;}
.servicecolumn1{width:48%; float:left; margin:0px 0px 20px 0px;}
.servicecolumn2{width:48%; float:right;	margin:0px 0px 20px 0px;}
.servicecolumnzone1{padding:30px 20px 15px 5px;}
.servicecolumn11{width:32%;float:left;margin:0px 0px 0px 0px;}
.servicecolumn22{width:32%;margin:0px 0px 10px 0px;padding:0px 20px 5px 200px}
.servicecolumn33{width:32%;margin:-130px 0 10px;padding:0px 0px 5px 400px}

/* .service33class{
float: right; padding-right: 47px; 
} */

h5 {
background:none repeat scroll 0 0 transparent;
border-bottom:1px dotted #000000;
color:#555555;
font:100 15px Myriad Pro,Arial,Helvetica,sans-serif;
margin:0 0 10px;
padding:0 0 5px;
}

h2 {
background:none repeat scroll 0 0 transparent;
border-bottom:1px dotted #000000;
color:#555555;
font:100 15px Myriad Pro,Arial,Helvetica,sans-serif;
margin:0 0 10px;
padding:0 0 5px;
}

.abouticon {
float:left;
margin:0 20px 0 0;
}
h4 {
background:none repeat scroll 0 0 transparent;
border-bottom:1px dotted #000000;
color:#555555;
font:100 13px Myriad Pro,Arial,Helvetica,sans-serif;
margin:0 0 13px;
padding:0 0 5px;
}



.dff_paging_link{
   color: #444;
   font-size: 10pt;
   font-weight: normal;
   font-family: arial;
   border: 1px solid #BBB;
   padding: 3px;
   margin-right: 3px;
}

.dff_paging_active{
   border: 0px;
   padding: 3px;
   color: #000;
   font-size: 10pt;
   font-weight: bold;
   font-family: arial;
}

#dff_deal_title {
	font-size: 12px;
	background: #EEEEEE;
	color:#333333;
	padding: 5px 5px 5px 5px;
	
}

.dff_deal_category {
	font-weight: bold;
	color: #666666;
    font-size: 12px;
}

.dff_deal_links {
	text-align: right;	
}

#dff_deal_subtitle_bar {
	font-size: 12px;
	margin-bottom: 5px;
}

.dff_deal_entry {
	font-size:12px;
	padding: 2px 0px 0px 5px;
	margin-bottom:5px;

}

.dff_deal_image {
	border:2px solid #DDDDDD;
	padding: 2px;
	margin: 2px;
}

.dff_deal_footer {
	font-size: 8pt;
	color: #666666;
	margin-top: 10px;
    margin-bottom: 20px;
	margin-right: 0px;
	padding-left: 5px;
	border-top: 1px dotted #CCCCCC;
}

.dff_category_link {
	font-size:12px;
	text-align: left;
}

.dff_featured_store {
	float: left;
	width: 110px;
	height: 100px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-left: 10px;
}

#dff_breadcrumb {
	font-size: 14pt;	
}


#dff_tag_cloud {
	font-size: 8pt;
}

#dff_number_found {
	font-size: 12pt;
	margin-left: 15px;
	margin-top: 0px;
	color: #3D91A5;
padding-top:40px;
}


}
#twitter-follow { border: 0;position: fixed;  top: 200px; right:0;}

#sidebar {
	background: url("jquery-ui/css/custom-theme/images/ui-bg_inset-soft_50_93c3cd_1x80.png") repeat-x scroll 50% 50% #93C3CD;
	margin: 0 auto;
	padding: 15px 15px 20px;
	width: 525px;
	border: 0 none;
	outline: none;
        -moz-border-radius:4px;

}

form#searchform {
	height: 45px;
	position: relative;
	width: 510px;
}


form#searchform input#s {
	background: url(images/input.gif) no-repeat 0 0;
	color: #b2b2b2;
	font: 1.5em Arial, Helvetica, sans-serif;
	height: 32px;
	padding: 8px 115px 0 50px;
	width: 260px;
        border: 0 none;
	outline: none;
}

form#searchform input#s:focus {
	color: #3d91a5;
}

form#searchform input#searchsubmit {
	position: absolute;
	right: 0;
	border: 0 none;
	outline: none;
}

.focus {
	background: url(images/input.gif) no-repeat 0 -40px !important;
}
.tips
     {
      padding: 15px 22px 0 0;
      font-size: 12px;
      color:#555555;
      
      }
.tips ul
{
  margin-left: 0;
  padding-left: 18px;
}

.tipsimg
{
width:80px;
float:left;
}

.tipsmsg
{
width: 480px; 
float: right; 
padding: 10px;
}

.tipswidget
{
padding-left:25px;
text-align:center;
}


#sidebarcat {
	background: url("jquery-ui/css/custom-theme/images/ui-bg_inset-soft_50_93c3cd_1x80.png") repeat-x scroll 50% 50% #93C3CD;
	margin: 0 auto 0 6px;
	padding:10px 16px 5px 10px;
	width: 350px;
	border: 0 none;
	outline: none;
        -moz-border-radius:4px;

}

form#searchformcat {
	height: 45px;
	position: relative;
	
}


form#searchformcat input#s {
	background: url(images/input.gif) no-repeat 0 0;
	color: #b2b2b2;
	font: 1.5em Arial, Helvetica, sans-serif;
	height: 32px;
	padding: 8px 0px 0 50px;
	width: 200px;
        border: 0 none;
	outline: none;
}

form#searchformcat input#s:focus {
	color: #3d91a5;
}

form#searchformcat input#searchsubmit {
	position: absolute;
	right: 0;
	border: 0 none;
	outline: none;
}

#categories{ display:none; }

#stores{ display:none; }

#pricerange{ display:none; }

#manufacturers{ display:none; }
 
#productinfo{ display:none; }


#types{ display:none; }


#category{ display:none; }

.pagination {
            font-size: 13px;
        }
        
.pagination a {
    text-decoration: none;
	border: solid 1px #3d91a5;
	color:#3d91a5;
}

.pagination a, .pagination span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
	margin-bottom: 5px;
}

.pagination .current {
    background:#3d91a5;
    color: #fff;
	border: solid 1px #3d91a5;
}

.pagination .current.prev, .pagination .current.next{
	color:#999;
	border-color:#999;
	background:#fff;
}


/*** Deal Prod box  */


.deal_prod_box{
width:563px;
height:auto;
float:left;
padding:10px 10px 10px 11px;
}

.deal_product_title{
color:#ea2222;
padding:5px 0 5px 0;
font-weight:bold;
font-size:14px;
float:right;
width:80%;
align:left;
}


.deal_top_prod_box{
width:563px;height:12px;background:url(images/product_box_top.gif) no-repeat center bottom;float:left; padding:0px; margin:0px;
}
.deal_bottom_prod_box{
width:563px; border:1px #F6F3F3 solid;float:left;padding:0px; margin:0px;
}
.deal_center_prod_box{
border:1px #93C3CD solid;width:563px;height: auto;float:left; text-align:left;padding:0px; margin:0px;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;

}

.deal_prod_details_tab{
width:563px;
height:25px;
float:left;
/*background:url(images/products_details_bg.gif) no-repeat center;*/
background:#93C3CD url(jquery-ui/css/custom-theme/images/ui-bg_inset-soft_50_93c3cd_1x80.png) repeat-x scroll 50% 50%;
margin:3px 0 0 0;
-moz-border-radius-bottomleft:4px;
-moz-border-radius-bottomright:4px;
-moz-border-radius-topleft:4px;
-moz-border-radius-topright:4px;
border:1px solid #93C3CD;
}

.deal_product_img{

padding:10px;
float:left;
width:15%;
}

.date_prod_details{
width:130px;
display:block;
float:left;
padding:0 0 0 5px;
margin:7px 0 0 5px;
_margin:6px 0 0 5px;
text-decoration:none;
color:#333333;
outline:0;
}
a.deal_prod_details{
width:200px;
display:block;
float:left;
background:url(images/square-blue-add.gif) no-repeat left;
padding:0 0 0 20px;
margin:7px 0 0 5px;
_margin:6px 0 0 5px;
text-decoration:none;
color:#333333;
outline:0;

.sorry_msg{
        width:600px;
        margin-left:auto;
        margin-right:auto; 
       }
.sorry_msg p
   { 
     margin-left:50px;
     margin-top:100px;
     font-size:20px;
     font-family:Arial, Helvetica, sans-serif;
     width:300px;

    }

