BODY {
	background-color: rgb(108,108,108);
}
BODY,TD {
	font-family: verdana,arial;
	font-size: 10pt;
	margin-left: 0px;
	margin-right: 0px;
	color: rgb(73,78,102);
}
p
{
	margin-bottom: 12px;
	margin-top: 12px;
}
a
{
	text-decoration: none;
	color: #330099
}
a:hover
{
	text-decoration: none;
	color: #3333FF
}
h1
{
	font-family: Georgia, serif;
	font-size: 3em;
	font-weight: normal;
	margin: 0px;
}
h2
{
	font-family: Georgia, serif;
	font-style: normal;
	font-weight: normal;
	font-size: 2em;
	border-bottom: 3px solid #dddddd;
}
h3
{
	font-size: 12pt;
	font-weight: bold;
}
h4
{
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
}

small
{
	font-size: 8pt;
}
form
{
	margin: 0px;
	padding: 0px;
}

.inside {
	padding-left: 2px;
	padding-right: 8px;
}
.head {
	padding-left: 20px;
	color: rgb(56,61,97);
}
.logo {
	margin-top: 10px;
}
.menu {
	height: 27px;
	background-image: url("../../pics/menubar.gif");
	background-repeat: none;
}
.menu UL {
	margin: 0px;
	padding: 0px;
}
.menu LI {
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 3px;
}
.menu A:link, .menu A:hover, .menu A:visited {
	color: rgb(125,141,148);
	font-weight: normal;
}
.text {
	padding-left: 4px;
	padding-right: 4px;
}
.logininfo {
	text-align: right;
	font-size: 8pt;
	margin-right: 6px;
	float:right;
}

.sitemap_children { margin-left:1.5em; }
.infobox { 	
	border: 1px solid #336699;
	background: #B1CDE4;
	padding:0px;

	font-size: 8pt;
}
.infobox P { margin-top: 0.5em; margin-bottom: 0}
.infobox_title {
	background: #6699CC;
	color: white;
	padding: 2px;

	padding-left: 7px;

	border-bottom: 2px solid #336699;
	border-right: 2px solid #336699;
	border-top: 2px solid #B1CDE4;
	border-left: 2px solid #B1CDE4;

	font-size: 9pt;
	font-weight: bold;
 }
.infobox_content { 	
	font-size: 8pt; 
	padding-right: 7px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 7px;
}
.infobox_content ul { margin-left: 1em; padding-left: 2px; margin-bottom: 0; padding-bottom: 0}

.main {
	margin: 6px;
	margin-right: 221px;
}


/* extrashop styles */

.main .extrashop_basket {
	border: 1px solid rgb(169,47,52);
	padding: 2px;
}
.main .extrashop_basket TH {
	background: rgb(169,47,52);
	color: white;
	text-align: center;
}
.main .extrashop_basket TH.desc {
	background: rgb(169,47,52);
	text-align: left;
}
.main .extrashop_basket TD {
	background-color: rgb(228,237,240);
	text-align: center;
}
.extrashop_basket TD.desc {
	text-align: left;
}
.extrashop_basket TD.totalbar {
	text-align: right;
	padding-right: 0.5em;
}

.extrashop_cat_images, .extrashop_prod_images {
	float: right;
	border: 1px solid black;
	padding: 2px;
}

.extrashop_floating_basket {
	background: rgb(199,67,72) !important;
	border: 1px solid black;
	position: fixed;
	bottom: 8px;
	right: 8px;
}
.extrashop_floating_basket_ie {
	background: rgb(199,67,72) !important;
	border: 1px solid black;
	position: absolute;
	left: expression(document.body.clientWidth - clientWidth - 8);
	top: expression(document.body.scrollTop + document.body.clientHeight - clientHeight - 8);

}

.extrashop_floating_basket .titlebar, .extrashop_floating_basket_ie .titlebar {
	background: rgb(169,47,52) !important;
	border-bottom: 1px solid black;
	color: white;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
.extrashop_floating_basket .content, .extrashop_floating_basket_ie .content {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.extrashop_floating_basket .extrashop_basket TD, .extrashop_floating_basket_ie .extrashop_basket TD {
	background: rgb(199,67,72) !important;
	color: white;
	font-size: 8pt;
}

.extrashop_category_listing {
	background: url("../../pics/category_back.gif");
	background-repeat: no-repeat;
	width: 207px;
	height: 197px;
	padding-left: 2px !important;
	padding-top: 1px !important;
	padding-right: 7px !important;
	padding-bottom: 10px !important;
	border: none !important;
}
.extrashop_category_listing_interior {
	width: 198px;
	height: 160px;
	overflow: hidden;
}

.category_name {
	text-align: center;
	height: 27px;
	padding: 2px;
	font-size: 9pt;
	font-weight: bold;
	vertical-align: center;
	line-height: 95%;
}
.category_name A:link, .category_name A:visited, .category_link A:link, .category_link A:visited {
	color: rgb(73,85,93);
}
.category_linkimage { text-align: center; }
.category_body {
	font-size: 8.5pt;
	padding: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: rgb(139,146,150);
}
.category_link {
	vertical-align: bottom;
	text-align: right;
	font-weight: bold;
	padding-right: 4px;
}

.extrashop_product_listing {
	background: url("../../pics/product_back.gif");
	background-repeat: no-repeat;
	width:308px;
	height:213px;
	padding-left: 1px;
	padding-top: 1px;
	border: 0px !important;
}
.extrashop_product_link {
	width: 300px;
	height: 202px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hide;
}
.extrashop_product_link TD {
	font-size: 8pt;
}
.extrashop_product_title {
	height: 26px;
	text-align: center;
	font-size: 11pt !important;
}
.extrashop_product_title A:link, .extrashop_product_title A:visited {
	color: rgb(45,50,53);
}
.extrashop_link_image
{
	text-align: center;
}
.extrashop_product_desc P {
	margin: 0px;
	font-size: 8pt;
}