/* CSS Document */

body {
	margin-top: 0px;
	background-color: #46A02B;
}

td.top_menu {
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}

td.main_menu {
	text-align: right;
	vertical-align: middle;
	padding-right: 20px;
}

/* Sub menu */
#mainmenu td {
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 15px;
	color: #9A7B3C;
	text-transform: uppercase;
}

#mainmenu a {
	color: #ffffff;
	text-decoration: none;
}

#mainmenu a:hover {
	color: #9A7B3C;
}

#topmenu td {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9A7B3C;
	text-transform: uppercase;
}

#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #9A7B3C;
}

#footer {
	font-family: Arial;
	font-size: 12px;
	color: 033102;
}

#footer a {
	color: 033102;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#contentdiv {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}

#contentdiv img {
	border-width: 1px;
	border-color: 9A7B3C;
}

.content_title {
	font-family: "Times New Roman";
	font-size: 22px;
	color: #ffffff;
	text-transform: uppercase;
}

a.content_title {
	font-family: "Times New Roman";
	font-size: 22px;
	color: red;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.content_title:hover {
	text-decoration: underline;
}

.content_intro {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
}

.content_text {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

#menudiv {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
}

#leftmenu td {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #9A7B3C;
	padding-bottom: 10px;
}

#leftmenu a {
	color: #ffffff;
	text-decoration: none;
}

#leftmenu a:hover {
	color: #9A7B3C;
}

.product_brand {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: C1903A;
}

.product_name {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: ffffff;
}

.product_price {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: C1903A;
}

.product_oldprice {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-decoration:line-through;
}


.product_wasprice {
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	color: red;
	text-decoration:line-through;
}

/* Porducts list pager */
#prodlistpager {
	font-family: Arial;
	text-align: right;
	font-size: 12px;
	color: #C1903A;
	font-weight: bold;
}

#prodlistpager a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

#prodlistpager a:hover {
	text-decoration: underline;
}

.prodcard_brand {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.prodcard_oldprice {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.prodcard_name {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.prodcard_price {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #A88533;
}

.prodcard_oldprice {
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: red;
	text-decoration:line-through;
}

.prodcard_note {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

#contentdiv2 {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
}

td.basket_hdr {
	font-family: Arial;
	font-size: 12px;
	font-weight:	bold;
	color: #ffffff;
}

.basket_total {
	font-family: Arial;
	font-size: 12px;
	font-weight:	bold;
	color: #ffffff;
}

.basket_text {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.checkout_text {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
}

.checkout_intro {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}	

a.checkout_link {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

a.checkout_link:hover {
	text-decoration: underline;
}

a.prod_link {
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a.prod_link:hover {
	text-decoration: underline;
}

#sitemap {
	font-family: Arial;
}

#sitemap li a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

#sitemap li a:hover {
	color: #9A7B3C;
}
