@import url("_common.css");

/***
 *** Design dependent parameters for styles
 ***/

/*** Default properties for HTML tags */

@media screen {
	BODY {
		background-color: #F0FBF3;
	}
}

A {
	color: #003366;
	text-decoration: none;
}
A:hover {
	color: #AABBDD;
	text-decoration: none;
}
.skin_foreground {
	color: #FFFFFF;
}

/*** Area specific styles on screen */

.top { background-color: #F0FBF3; height: 85px; background: no-repeat url("shop_logo.gif") bottom left; }
.rightside { }

/* Main box */
.innerbody {
	background: #FFFFFF;
	color: #000000;
	margin: 5px;
}

/* Catalogs */
.screen_bubble_left {
	width: 10px;
	height: 25px;
}
.screen_bubble_center {
	height: 25px;
	vertical-align: top;
	padding-top: 3px;
}
.screen_bubble_right {
	width: 10px;
	height: 25px;
}
.screen_bubble_left_active {
	width: 10px;
	height: 25px;
}
.screen_bubble_center_active {
	height: 25px;
	vertical-align: top;
	padding-top: 3px;
}
.screen_bubble_right_active {
	width: 10px;
	height: 25px;
}
.screen_bubble_spacer {
	width: 1px;
}
.screen_header_left {
	width: 10px;
}
.screen_header_bg {
}
.screen_header_right {
	width: 10px;
}

/* Path under catalogs */

.screen_path_left {
	width: 10px;
	height: 21px;
	background-color: #C0E0DE;
}
.screen_path {
	background-color: #C0E0DE;
	height: 21px;
}
.screen_quicksearch {
	height: 21px;
}
.screen_path_right {
}
A.screen_pathlink {
	font-family: verdana, sans-serif;
	color: #386AB0;
}

/* Super special offers */

.screen_mainbox_ul {
	width: 10px;
	height: 10px;
}
.screen_mainbox_u {
}
.screen_mainbox_ur {
	width: 10px;
}
.screen_mainbox_ml {
	width: 10px;
}
.screen_mainbox_m {
/*	width: 570px; */
	background-color: #FFFFFF;
}
.screen_mainbox_mr {
	width: 10px;
}
.screen_mainbox_bl {
	width: 10px;
	height: 18px;
}
.screen_mainbox_b {
}
.screen_mainbox_br {
	width: 10px;
	height: 18px;
}

