/* CSS Document */

body {
	background-image: url(/images/1/bg.jpg);
	background-repeat: repeat-x;
	background-color: #ececec;
	font-family: Arial;
	font-size: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
.product_brand {
	color: #22a2bf;
	font-weight: bold;
	font-size: 12px;
}
.product_name {
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.product_price {
	color: #ff1a00;
	font-size: 12px;
}
.product_oldprice {
	color: #000000;
	font-size: 12px;
	text-decoration: line-through;
}

.prodcard_brand {
	color: #22a2bf;
	font-weight: bold;
	font-size: 16px;
}
.prodcard_name {
	color: #333333;
	font-weight: bold;
	font-size: 16px;
}
.prodcard_price {
	color: #ff1a00;
	font-weight: bold;
	font-size: 16px;
}
.prodcard_oldprice {
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	text-decoration: line-through;
}

/* NEWS */
a.news_link {
	color: #73be1e;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.news_link:hover {
	text-decoration: underline;
}
.news_title {
	color: #73be1e;
	font-size: 12px;
	font-weight: bold;
}
.news_content {
	color: #000000;
	font-size: 12px;
}

/* BASKET */
td.basket_hdr {
	background-color: #999999;
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

.basket_text {
	font-size: 12px;
	color: #000000;
}

.basket_price {
	font-size: 12px;
	color: #000000;
}

.basket_total {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

/* Porducts list pager */
#prodlistpager {
	text-align: right;
	font-size: 12px;
	color: #22A2BF;
	font-weight: bold;
	float: right;
}

#prodfilter {
	text-align: left;
	font-size: 12px;
	float: left;
	padding-bottom: 5px;
}

#prodlistpager a {
	font-size: 12px;
	font-weight: bold;
	color: #a6a6a6;
	text-decoration: none;
}

#prodlistpager a:hover {
	text-decoration: underline;
}

/* Sub menu */
#submenu td {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #22a2bf;
}

#submenu a {
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}

#submenu a:hover {
	color: #22a2bf;
}

/*	CONTENT	*/
.content_title {
	color: #22a2bf;
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
}

.content_intro {
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

.content_text {
	font-size: 12px;
	font-family: Arial;
}

.content_warning {
	font-size: 12px;
	font-family: Arial;
	color: red;
}

.checkout_title {
	color: #22a2bf;
	font-size: 18px;
	font-family: Arial;
	text-transform: uppercase;
}
.checkout_intro {

	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}
.checkout_text {

	font-size: 12px;
	font-family: Arial;
}
.checkout_warn {

	color: #ff1a00;
	font-size: 12px;
}

.checkout_link {
	color: #999999;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.checkout_link:hover {
	color: #22a2bf;
}

.fields_description {
	font-size:	9px;
}

.required_star {
	color: #22a2bf;
	font-weight:bolder;
	font-size: 16px;
}

.copyright {
	color: #8D8D8E;
	font-size: 10px;
	font-weight: bolder;
}

#mainmenu table {
	border-spacing: 0px;
	border-width: 0px;
	border-style: none;
}

#mainmenu td {
	padding: 0px;
}