@charset "UTF-8";
@media all
{

#box_advanced_search {}

#box_advanced_search select {
	width: 100%;
	* width: 95%;
}

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

#box_categories {}

#box_minicms ul,	
#box_categories ul,
#box_faq ul,
#box_news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#box_categories ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	zoom: 1;
}
 
#box_categories ul li a {
	font-size: 11px;
	color: #0000FF;
	display: block;
	padding: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D6E70;
	line-height: normal;
}

#box_categories ul li a.active {
	background-color: #CCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#box_categories ul li.active ul {
	margin-left: 15px;
}

#box_categories ul li.nocounter {
	/*display:none;*/
}

/*#box_categories ul li ul li a {
	background-color: transparent !important;
}*/

/*#box_categories ul li ul li a {
	background-color: #CCC !important;
}*/

#box_categories div.box_heading h1 {
	background-image: url(../../images/icons/icon_categories_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

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

#box_search {
	padding-top: 12px;
	padding-left: 15px;
	background-image: url(../../images/border_box_head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 400px;
	position: absolute;
	top: 10px;
	left: 15px;
}

#box_search .e1 {
	float:left;
	padding-right: 10px;
	padding-bottom: 5px;
}

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

#box_user_login {
	padding-top: 12px;
	padding-left: 15px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../../images/border_box_head.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 68px;
	width: 400px;
	position: absolute;
	top: 10px;
	right: 0px;
}

#box_user_login .e1 {
	padding-bottom: 5px;
}

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

#box_minicms ul li,
#box_faq ul li, 
#box_news ul li {
	margin-bottom: 3px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6D6E70;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#box_faq div.box_heading h1 {
	background-image: url(../../images/icons/icon_help_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

#box_news div.box_heading h1 {
	background-image: url(../../images/icons/icon_news_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

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

#box_ending_soon div.box_heading h1 {
	background-image: url(../../images/icons/icon_clock_22.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
	height: 21px;
}

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

#box_featured_items {
	margin-bottom: 15px;
	* overflow: hidden; /* ie bugfix */
}

#box_featured_items table {
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#box_featured_items table td {
	border: 1px solid #6d6e70;
	background-color: #FFFFFF;
	vertical-align: top;
}

#box_featured_items table td div.content {
	padding: 5px;
}

#box_featured_items table td div.content div.image {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#box_featured_items table td div.content p {
	font-size:10px;
	font-weight:normal;
}

#box_featured_items table td div.content b {
	display:block;
}

#box_featured_items table td div.content h2 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

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

#box_featured_category_items {
	margin-bottom: 15px;
	* overflow: hidden; /* ie bugfix */
}

#box_featured_category_items table {
	border-collapse:collapse;
	width:100%;
	margin:0px;
	padding:0px;
}

#box_featured_category_items table td {
	margin:0px;
	padding:5px;
}

#box_featured_category_items table td:hover {
	background-color: #FC0;
}

#box_featured_category_items table td div.content {
	background-color:#FFFFFF;
	border:1px solid #6d6e70;
	padding:5px;
}

#box_featured_category_items table td div.content div.image {
	text-align:center;
	margin-right:10px;
	margin-left:auto;
	float:left;
}

#box_featured_category_items table td div.content p {
	font-size:10px;
	font-weight:normal;
}

#box_featured_category_items table td div.content b {
	display:block;
}

#box_featured_category_items table td div.content h2 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	padding:0px;
	margin-top:5px;
	margin-right:0px;
	margin-bottom:5px;
	margin-left:0px;
}

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

#box_languages {
	position: absolute;
	right: 10px;
	top: 40px;
}
#box_languages a {
	text-decoration: none;
}

#box_languages a img {
	border: 0px;
}

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

#box_categories_select {
	float: right;
	padding-top: 5px;
	padding-right: 5px;
}

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

#box_gmap {}

#box_gmap #googleApiMap {
	height: 600px;
	width: 480px;
}

}
