/* CSS Document */


@media print {
body { 
	background-color:#FFFFFF; 
	background-image:none; color:#000000 
}
  
#main {width:100%}
#header{ display:none;height:5px}

}


/*---------------------------------------------------------------------------*/

.boxover-header {
	color:#125f97;
	background-color:#B2E1E8;
	width:455px;
	border:1px solid #B2E1E8;
	font-weight:bold;
	padding:5px;
}

.boxover-body {
	width:455px;
	background:#ffffff;
	color:#333333;
	border-left:1px solid #B2E1E8;
	border-right:1px solid #B2E1E8;
	border-bottom:1px solid #B2E1E8;
	padding:5px;
}


body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color:#222222;
	background-color:#c0c0c0;
	font-size:11px;
}


form { display:inline }
a { color:#125f97;text-decoration:underline }
a:hover { text-decoration:none}

h1 {
	font-size:16px;
	font-weight:bold;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

h3 {
	font-size:12px;
	font-weight:bold;
}

.closed { display: none;}
.open { display:inline-table;}
.bold { font-weight:bold }

.text {
	line-height:15px;
	color:#333333;
}

.text-error {
	color:#6666FF;
	font-weight:bold;
}

.text-underline {
	color:#333333;
	border-bottom:1px dotted #e3e1dd;
}

.textbox {
	font-size:10px;
}

.textbox-small {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	height:12px;
	line-height:13px;
	border:1px solid #1f7cc1;
}

.button {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFFFFF;
	background-color:#1f7cc1;
}

.padding15 {
	padding:15px
}
.description {
	font-size:10px;
	line-height:11px;
}

.btn_shop {
	margin-top:8px;
	text-align:center;
}
/*
.btn_shop {
	border:1px solid #5da9c1;
	margin-top:8px;
	background-image:url(../images/bg_btn_shop.gif);
	text-align:center;
	background-color:#26BEED;
	color:#FFFFFF;
	width:80px;
	height:18px;
	line-height:18px;
	font-weight:bold;
}

.btn_shop a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
*/
.btn_gral {
	border:1px solid #5da9c1;
	margin-top:8px;
	background-image:url(../images/bg_btn_shop.gif);
	text-align:center;
	background-color:#26BEED;
	color:#FFFFFF;
	height:18px;
	line-height:18px;
	font-weight:bold;
}

.btn_gral a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
}
.line-dotted {
	float:none;
	clear:both;
	border-bottom:1px dotted #CCCCCC;
}

.nav {
	float:right;
}

.nav a {
	text-decoration:underline;
	color:#333333;
}

.nav a.sel{
	text-decoration:underline;
	color:#1f7cc1;
}
/*----------- CENTRAL -----------------------*/

#main {
	text-align:left;
	width:770px;
	margin:auto;
	background-color:#FFFFFF;
}

/*----------- HEADER -----------------------*/
#header {
	height:178px;
	background-color:#309ed1;
	border-bottom:1px solid #c1c0bf;
	background-image:url(../images/header/bg_header.jpg);
	background-repeat:no-repeat;
}

#header-top {
	float:none;
	clear:both;
	width:770px;
	height:156px;
}


#header-menu {
	float:none;
	clear:both;
	width:748px;
	height:22px;
	padding-left:22px;
	background-image:url(../images/header/bg_menu.gif);
	background-repeat:repeat-x;
	background-position:top;

}

#header-menu td {
	background-image:url(../images/header/mnu_tab.gif);
	background-repeat:repeat-x;
	background-position:0;
	padding-left:1px;
	padding-right:1px;	
	color:#FFFFFF;
}

#header-menu td a {
	color:#FFFFFF;
	text-decoration:none;
}

#header-menu td.sel {
	background-image:url(../images/header/mnu_tab_over.gif);
}

#header-menu td.left-sel, #header-menu td.right-sel, #header-menu td.left, #header-menu td.right {
	padding:0;
}
#header-menu td.left {
	background-image:url(../images/header/menu_tab_left.gif);
	background-position:left;
	width:8px;	
}
#header-menu td.right {
	background-image:url(../images/header/menu_tab_right.gif);
	background-position:right;
	width:8px;
}
#header-menu td.left-sel {
	background-image:url(../images/header/menu_tab_left_over.gif);
	background-position:left;
	width:8px;	
}
#header-menu td.right-sel {
	background-image:url(../images/header/menu_tab_right_over.gif);
	background-position:right;
	width:9px;
}


#submenu {
	height:22px;
	line-height:22px;	
	text-align:right;
	color:#7a7a7a;
	margin-left:25px;
	margin-right:11px;
}

#submenu a {
	color:#7a7a7a;
	text-decoration:none;
}

#submenu a:hover {
	color:#555555;
	text-decoration:underline;
}


/*-----------CONTENT -----------------------*/
#content {
	float:none;
	clear:both;
	width:765px;
	padding-left:0px;
	padding-right:5px;
}

#central {
	float:left;
	width:544px;
	padding-top:2px;
	background-color:#FFFFFF;
}

.title {
	line-height:20px;
	font-weight:bold;
	font-size:12px;
	color:#125f97;
}
.title-home {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	color:#9a5337;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-bottom:7px;
}
.title-section {
	float:none;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;	
	background-image:url(../images/bg_title_section.gif);
	background-repeat:no-repeat;
	background-color:#B2E1E8;
	width:512px;
	height:22px;
	line-height:21px;
	padding-left:16px;
	padding-right:16px;
	
	font-weight:bold;
	font-size:12px;
	color:#125f97;
}

.title-marco {
	float:none;
	clear:both;
	margin-top:10px;
	margin-bottom:7px;	
	padding-left:10px;
	padding-right:10px;	
	height:24px;
	line-height:25px;
	border:1px solid #c7cbce;

	font-weight:bold;
	font-size:11px;
	color:#5d5d5d;
}


.title-up {
	float:none;
	clear:both;
	margin-top:10px;
	margin-bottom:7px;	
	background-image:url(../images/bg_title_up.gif);
	background-repeat:no-repeat;
	background-color:#CDCDCD;
	width:512px;
	height:18px;
	line-height:18px;
	padding-left:16px;
	padding-right:16px;
	
	font-weight:bold;
	font-size:11px;
	color:#5d5d5d;
}

.title-down {
	float:none;
	clear:both;
	margin-top:10px;
	margin-bottom:7px;	
	background-image:url(../images/bg_title_down.gif);
	background-repeat:no-repeat;
	background-color:#CDCDCD;	
	width:512px;
	height:18px;
	line-height:18px;
	padding-left:16px;
	padding-right:16px;
	
	font-weight:bold;
	font-size:11px;
	color:#5d5d5d;
}

.price {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding:1px;
}

#search-box {
	floar:none;
	clear:both;
	margin-left:16px;
	margin-right:16px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:15px;
	padding-right:15px;
	background-color:#e2e2e2;
	color:#616161;
}

#search-box #title {
	color:#454545;
	font-size:12px;
	font-weight:bold;
	margin-bottom:3px;
}

#banner-home1 {
/*	background-image:url(../images/banner_home1.jpg);
	background-repeat:no-repeat;
	padding-left:20px;
	padding-top:14px;
	font-size:11px;
	line-height:13px;	
	*/
	height:174px;

}

/*****************************/
#text-home {
	float:none;
	clear:both;
	margin-left:11px;
	width:740px;
	margin-top:10px;
	margin-bottom:10px;

}

#text-home-top {
	background-image:url(../images/home_text_top.gif);
	background-repeat:no-repeat;
	width:740px;
	height:20px;
}

#text-home #text, #text-home #text-hidden0, #text-home #text-hidden1, #text-home #text-hidden2 {
	background-image:url(../images/home_text_content.gif);
	background-repeat:repeat-y;
	padding-left:20px;
	padding-right:20px;
	color:#787878;
}


/*****************************/
#results {
	float:none;
	clear:both;
	padding-left:10px;
}

.result {
	float:left;
	text-align:center;
	width:125px;
	height:180px;
	margin-right:6px;
	/*height:160px;*/
}

.retail_price {
	text-decoration:line-through;
	line-height:14px;
}

.save_text {
	line-height:14px;
}

#hot-deals {
	margin-left:15px;
	margin-right:15px;
}

#top-coupons {
	margin-left:15px;
	margin-right:15px;	
}

.coupon {
	/*float:left;*/
	/*width:163px;*/
	/*height:60px;*/
	padding:1px;
	margin-bottom:3px;	
	/*border:1px solid #c7c7c7;*/
}

#hot-deals #links, #links {
	/*height:65px;*/
	padding-top:14px;
	padding-bottom:18px;
	padding-left:30px;
	padding-right:25px;
	background-color:#f2f2f2;
	font-weight:bold;
	font-size:11px;
	line-height:17px;
}

#hot-deals #links .link {
	float:left;
	width:190px;
	padding-right:40px;

}

#hot-deals #links a {
	text-decoration:underline;
	color:#125f97;
}
#hot-deals #links a:hover {
	text-decoration:none;
}


#more  {
	margin-left:15px;
	margin-right:15px;
	float:none;
	clear:both;
	margin-top:5px;
	height:14px;
	line-height:14px;
	color:#444444;
	background-color:#e2e2e2;
	text-align:right;
	font-size:10px;
	background-image:url(../images/arrow_down_light.gif);
	background-repeat:no-repeat;
	background-position:right;

}

#more a{
	color:#444444;
	text-decoration:none;
	padding-right:25px;

}

#articles ul {
	margin:0;
	padding-left:10px;
	padding-right:10px;	
	list-style:none;
}

#articles ul li {
	margin-bottom:8px;
}


#also-visited {
	margin:auto;
	width:536px;	
}

#also-visited .in {
	text-align:left;
	border-left:1px solid #70abd7;
	border-right:1px solid #70abd7;
	padding:6px;
}


/*----------- MAIN MENU ------------------*/

#menu {
	float:left;
	width:220px;
	border-right:1px solid #FFFFFF;
}

#menu #top {
	padding-left:10px;
	padding-top:7px;
	background-image:url(../images/menu/mnu_top.gif);
	background-repeat:no-repeat;
	height:43px;
}

#menu #bottom {
	background-image:url(../images/menu/mnu_bottom.gif);
	background-repeat:no-repeat;
	height:11px;
}

#menu #menu-content {
	background-image:url(../images/menu/bg_menu.gif);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	width:200px;
}

#menu .option {
	float:left;
	width:175px;
	background-color:#1f7cc1;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	height:19px;
	text-indent:15px;
	border-bottom:1px solid #FFFFFF;

}

#menu .arrow {
	float:left;
	width:25px;
	line-height:18px;
	height:19px;	
	background-color:#1f7cc1;	
	background-image:url(../images/arrow_down_light.gif);
	background-repeat:no-repeat;
	background-position:right;		
}

#menu .arrow a {
	display:block;
}
#menu .option a,#menu .arrow a {
	color:#FFFFFF;
	text-decoration:none;
}

#menu ul {
	margin:0;
	padding:0;
}


#menu ul li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:23px;
	border-bottom:1px solid #d6d6d6;
	color:#000000;
	font-size:11px;
}

#menu ul li a {
	color:#000000;
	text-decoration:none;
	display:block;
	width:187px;
	padding-left:13px;
	background-image:url(../images/menu/arrow_option.gif);
	background-position:5px center;
	background-repeat:no-repeat;	

}

#menu ul li a:hover {
	text-decoration:underline;
}

#menu .more {
	margin-top:1px;
	color:#535354;
	font-size:9px;
	height:13px;
	line-height:12px;
	background-image:url(../images/menu/bg_more.gif);
	background-repeat:no-repeat;
	background-color:#e2e2e2;	
	text-align:right;
	padding-right:21px;
	border-bottom:2px solid #FFFFFF;	
}

#menu .more a {
	display:block;
	color:#535354;
	text-decoration:none;
}
/*----------- CATEGORY -----------------------*/

#category-intro {
	float:none;
	clear:both;
	padding-left:11px;
	padding-right:11px;
	color:#6a6a6a;
}
.category-img {
	float:left;
	padding:7px;
	padding-left:2px;	
	padding-right:2px;	
}

/*----------- SITE MAP ---------------------*/
#map {

}

.map-block {
	width:174px;
}

#map .map-title {
	background-image:url(../images/arrow_down_light.gif);
	background-repeat:no-repeat;
	background-position:152px;
	background-color:#1f7cc1;
	font-weight:bold;
	color:#FFFFFF;
	height:19px;
	line-height:18px;
	padding-left:14px;
	padding-right:14px;
	margin-right:2px;
}

#map .map-title a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
}


#map .map-links {
	padding-top:10px;
	padding-bottom:15px;	
	padding-left:15px;
	
}

#map ul {
	margin:0;
	padding:0;
}

#map ul li {
	list-style:none;
	line-height:18px;
}

#map .map-title2 {
	float:left;
	margin-right:2px;	
	line-height:18px;	
	background-color:#e2e2e2;
	line-height:20px;
	height:20px;
	width:102px;
	text-align:center;	
	
}

#map .map-title2 a {
	color:#444444;
	display:block;
	text-decoration:none;

}
/*----------- FOOTER-----------------------*/

#footer {
	float:none;
	clear:both;
	width:750px;
	margin-left:10px;
	
	text-align:center;
	padding-top:20px;
	padding-bottom:18px;
	color:#9d9f9f;
}

#footer a {
	color:#9d9f9f;
}

#footer-links {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#1f7cc1;
	line-height:16px;
	padding-bottom:13px;
	margin-bottom:5px;	
	background-image:url(../images/bg_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}

#footer-links a {
	color:#1f7cc1;
	text-decoration:underline;
}

#footer-links a:hover {
	text-decoration:none;
}


#ssl-logos {
	float:none;
	clear:both;
	text-align:right;
	padding:10px;
	margin-bottom:5px;
}