@charset "utf-8";
/* CSS Document */
.custom_header
{
	padding:10px 0;
}
.custom_searchbox ul
{
	border-radius:5px;
	border-color:#E6E6E6;
	border:1px;
	margin:0px;
	padding:0px;
}
.custom_searchbox form {
    float: left;
    width: 100%;
    padding: 15px 20px 0 0px;
}
.custom_searchButton input[type="submit"]
{
	background-color:#0068FD;
	color:#FFF;
	width:70px;
	height:25px;
	margin:0px;
	padding:0px;
	line-height:25px;
}
.searchbox input[type="text"]
{
	float: left;
    border: none;
    height: 25px;
    background: #DCE0E3;
    border: none;
    width: 100%;
    padding: 0px;
	line-height:25px;
	padding-left:10px;
}

.basketBox
{
	background-color:#19CAAD;
	color:#FFF;
	line-height:34px;
	margin:0px;
	padding-left:20px;
	text-align:center;
	border-radius:5px;
	font-size: 13px;
    font-weight: bold;
	margin-top:25px;
	background-image:url(../images/basket_icon.png);
	background-repeat:no-repeat;
	background-position:left center;
}
.custom_conatactBanner
{
	text-align:right;
	margin-top:18px;
}
.custom_socialnetworks
{
	float:right;
}
.custom_contents
{
	padding:0;
}
.custom_topmenu_bg
{
  background-image:url(../images/top_menu_bg.jpg);
  background-repeat:repeat-x;
  height:40px;
  padding-top:-2px;
  z-index:1000001;
}
@media (min-width: 768px) 
{
	.custom_topmenu_bg
{
  background-image:url(../images/top_menu_bg.jpg);
  background-repeat:repeat-x;
  height:40px;
  padding-top:5px;
  z-index:1000001;
}
}
.custom_transparent_sidebar
{
	background:none;
}
.custom_box_content
{
	background-color:#B6B6B6;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	
}
.custom_box_title
{
	background-color:#65369C;
	color:#FFF;
	line-height:30px;
	font-size:18px;
	font-weight:normal;
	padding:10px;
	margin:0px;
}

