@charset "utf-8";

/* CSS Document */
html {

    height: 100%;
    margin: 0;
}

body{
	padding: 0px;
	background-color: #FFF;
	margin: 0px;
	line-height: 140%;
	font-size: 80%;
}
a:active,a:focus {
    outline: none;
    ie-dummy: expression(this.hideFocus = true);
}
h1{
	font-size:22px;
	font-weight: normal;
}
h2{
	font-size:100%;
	text-transform: uppercase;
}
h3{
	font-size:130%;
}
h4{
	font-size:120%;
}
h5{
	font-size:110%;
}
h6{font-size:90%;}
.slogan {
	text-transform: uppercase;
	font-size: 110%;
	margin-top: -10px;
	padding-top: 0px;
	display: block;
}
legend {
	font-size: 100%;
	font-weight: bold;
}

.breadcrumb {
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-size: 90%;
	
}
.thumbnail {
	margin-bottom: 10px;
}
.box {
    padding: 10px;
}
.caption h4 {
	font-size: 100%;
}
.caption h4 a{
	color: #000;
}

.product_price_container {
	margin: 10px 0px 15px 0px; }
.product_price {
	font-size: 18px;
	line-height: 1.3em;
	color: #FF3A3A; }
.product_price span {
	color: #006699; }
.product_price_small {
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
	color: #FF3A3A; }
.product_price_small span {
	font-weight: normal;
	font-size: 0.9em;
	color: #006699; }
.price_vat_text {
	font-size: 0.9em;
	color: #006699;
	text-align: right;}
.price_vat_text_small {
	font-size: 0.9em;
	color: #006699;
	margin: 0px;
	text-align: right;}

.product_small_box {
	border: 1px solid #cdcdcd;
	background-color: #ededed;
	margin-top: 3px;
	margin-bottom: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; }

strike {
	color: #F00;
    font-size: 0.9em; padding-right: 10px 
}
/*footer */
#footer_menu {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #bbb9b6;
	border-right-color: #bbb9b6;
	border-bottom-color: #bbb9b6;
	border-left-color: #bbb9b6;
	background-color: #dcdad3;
	text-align: center;
}
.footer-links {
    margin: 0px;
    padding: 0px;
}
.footer-links li {
	display: inline;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #bbb9b6;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.footer-links a {}
#copyrights {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BBB9B6;
	border-right-color: #BBB9B6;
	border-bottom-color: #BBB9B6;
	border-left-color: #BBB9B6;
}
#social_icons {
	text-align: right;
}
#footer_banners img {
	margin-right: 5px;
}
.table thead th{
	background-color: #ededed;
	text-transform: capitalize;
}
