@charset "utf-8";
td {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #262626;
	text-decoration: none;
}
.pro_name {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #3e3e3e;
	text-decoration: none;
}

.black_bold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #262626;
	text-decoration: none;
}
.border {
	background-color: #FFF;
	border-radius: 5px;
	border-color: #e1e1e1;
	border-width: 1px;
	border-style:solid
}

.main_menu {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #22252c;
	text-decoration: none;
}
.main_menu:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #22252c;
	text-decoration: underline;
}

.sub_menu {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #22252c;
	text-decoration: none;
}
.sub_menu:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #22252c;
	text-decoration: underline;
}


.main_heading {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #363735;
	text-decoration: none;
	text-transform: uppercase;
}
.art_number {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #e21d2f;
	text-decoration: none;
	text-transform: none;
}
.details_addtocart {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #3e3e3e;
	text-decoration: underline;
}



.top_btns {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #2e2e2e;
	text-decoration: none;
}
.red_price_text {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #2e2e2e;
	text-decoration: none;
}

.top_btns:hover {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #2e2e2e;
	text-decoration: underline;
}
.form {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #404040;
	text-decoration: none;
	background-color: #FA6E17;
	height: 21px;
	width: 135px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;
}
body {
	background-image: url(images/bg_header.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center;
}
