body {
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #2B2B2B;
	background: #F3EDE0;
}

a {
	outline: 	none;
	color: #2B2B2B;
	text-decoration: underline;
}

hr {
	border-top: 1px solid #ccc;
	margin: 10px 0;
}

img, div { behavior: url(iepngfix.htc) }

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
}

p {
	line-height: 15px;
	text-align: justify;
	padding: 5px 0;
	margin: 0;
}


tr.tr-gray td {
	background:  #35ded7;
}


#left-content {
	width: 208px;
	float: left;
}

		#left-menu {
			list-style: none;
			width: 208px;
			background: url('../images/bg_left_menu.png') repeat-y -416px 0;
			margin-bottom: 14px;
		}
		
			#left-menu li {
				height: 30px;
				line-height: 30px;
				background: url('../images/dots.gif') repeat-x bottom;
			}
		
			#left-menu li.first, #left-menu li.last {
				height: 8px;
				font-size: 8px;
				width: 100%;
				#margin: -12px 0;
			}
			
			#left-menu li.before-last {
				background: none;
			}
			
			#left-menu li.first {
				background: url('../images/bg_left_menu.png') no-repeat 0 0;
			}
			
			#left-menu li.last {
				background: url('../images/bg_left_menu.png') no-repeat -208px 0;
			}
			
				#left-menu li a {
					display: block;
					padding-left: 23px;
					background: url('../images/arrow.gif') no-repeat 15px 14px;
					color: #2D2D2D;
					text-decoration: none;
				}
				
				#left-menu li a:hover {
					padding-left: 28px;
					background-position: 20px 14px;
				}

#right-content {
	width: 700px;
	float: right;
}

#right-content a {
	text-decoration: none;
}
/*
#right-content a:hover {
	text-decoration: underline;
}
*/
#right-content ul {
	list-style: none;
	margin: 0 0 10px 0;
}

	#right-content ul li {
		display: block;
		padding-left: 15px;
		background: url('../images/arrow.gif') no-repeat 6px 50%;
		margin-bottom: 4px;
	}
	
		#right-content ul li a {
			color: #2D2D2D;
			text-decoration: none;
		}
		
		#right-content ul li a:hover {
			text-decoration: underline;
		}

.box-h2 {
	width: 429px;
	float: left;
	margin: 0 0 16px 17px;
	position: relative;
	padding: 10px;
	background: #fff;
}

	.box-h2-t {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_h2_t.png') no-repeat;
	}
	
	.box-h2-b {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_h2_b.png') no-repeat;
		z-index: 1;
	}

.box-h {
	width: 196px;
	height: 250px;
	background: url('../images/box_h.png') no-repeat;
	float: left;
	margin: 0 0 16px 17px;
	position: relative;
	padding: 10px;
}

.box-h-r {
	width: 196px;
	height: 250px;
	background: url('../images/box_h.png') no-repeat;
	float: right;
	margin: 0 0 16px 17px;
	position: relative;
	padding: 10px;
}

.box-h-r-auto {
	width: 196px;
	background: #fff;
	float: right;
	margin: 2px 0 16px 17px;
	position: relative;
	padding: 10px;
}

	.box-h-r-t {
		position: absolute;
		top: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_h_r_t.png') no-repeat;
	}
	
	.box-h-r-b {
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_h_r_b.png') no-repeat;
		z-index: 1;
	}

	.box-h-t {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_h_t.png') no-repeat;
	}
	
	.box-h-b {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_h_b.png') no-repeat;
		z-index: 1;
	}

.box-square {
	width: 196px;
	height: 175px;
	background: url('../images/box_square.png') no-repeat;
	float: left;
	margin: 0 0 16px 17px;
	position: relative;
	padding: 10px;
}

.box-square h2 {
	padding: 0 0 3px 0;
}

.box-square p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
.box-w {
	width: 664px;
	background: #fff;
	float: left;
	margin-left: 16px;
	position: relative;
	padding: 10px;
}

.box-w ul {
	padding-left: 20px;
}

.img {
	margin: 0 10px;
}

	.box-w-t {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_w_t.png') no-repeat;
	}
	
	.box-w-b {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 2px;
		font-size: 2px;
		background: url('../images/box_w_b.png') no-repeat;
		z-index: 1;
	}

	.box-h p {
		padding: 0;
		line-height: 14px;
	}

	.box-h .link, .box-w .link {
		position: absolute;
		bottom: -11px;
		right: 15px;
		font-size: 10px;
		width: 92px;
		height: 30px;
		background: url('../images/bg_link.png') no-repeat;
		color: #fff;
		text-decoration: none;
		text-align: right;
		padding: 2px 6px 0 0;
	}
	
	.box-w .link {
		z-index: 2;
	}
	
	.box-h .link:hover, .box-w .link:hover {
		color: #2d2d2d;
	}

.line {
	width: 100%;
	height: 37px;
	background: url('../images/line.png') no-repeat;
}

table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px 0;
	font-size: 11px;
}

table p {
	padding: 0;
	margin: 0;
}

table .first td {
	text-align: center;
	font-weight: bold;
}

table td {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
}

td p { margin: 0 !important; padding: 0 !important; }


.bold { font-weight: bold; }


/* tabs */


#Tabs {
	float: left;
}

ul#TabsMenu {
	list-style-type: none;
	width: 370px;
	height: 23px;
	display: block;
	margin-top: 20px;
}

ul#TabsMenu li {
	width: 70px;
	height: 26px;
	margin: 0px 10px 0px 10px;
	display: block;
	float: left;
}

ul#TabsMenu li a {
	display: block;
	width: 100%;
	padding: 6px;
	background: #fff;
	color: #424242;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

ul#TabsMenu li a.active {
	background: #ccc;
	text-decoration: none;
}

ul#TabsMenu li a:hover {
	text-decoration: none;
}

#t_tab1, #t_tab2, #t_tab3 {
	display: none;
	width: 475px;
	padding: 6px;
	color: #424242;
}

#Tabs .right {
	float: right;
	width: 187px;
	padding: 5px;
}

#Tabs .right p {
	text-align: left;
}

#TabItems {
	list-style-type: disc;
	color: #424242;
	padding-left: 26px;
	padding-bottom: 4px;
}

#TabItems li {
	display: list-item;
	padding-bottom: 3px;
}

#TabItems li a {
	color: #424242;
	font-size: 10px;
}

/* special offers */

		#special-offers {
			list-style: none;
			width: 208px;
			background: url('../images/bg_left_menu.png') repeat-y -416px 0;
			margin: 15px 0;
		}
		
			#special-offers li {
				background: url('../images/dots.gif') repeat-x bottom;
				line-height: 16px;
				padding: 2px 0 6px 10px;
			}
		
			#special-offers li.first, #special-offers li.last {
				height: 8px;
				font-size: 8px;
				width: 100%;
				#margin: -18px 0;
			}
			
			#special-offers li.head {
				text-align: center;
				padding-left: 0;
				color: #ffa038;
				font-weight: bold;
				font-size: 15px;
			}
			
			#special-offers li.before-last {
				background: none;
			}
			
			#special-offers li.first {
				background: url('../images/bg_left_menu.png') no-repeat 0 0;
				padding: 0;
			}
			
			#special-offers li.last {
				background: url('../images/bg_left_menu.png') no-repeat -208px 0;
				padding: 0;
			}
			
				#special-offers li a {
					display: block;
					color: #2D2D2D;
					text-decoration: none;
				}
				
				#special-offers li a:hover {
					background-position: 20px 14px;
				}
				
			#special-offers span.price {
				text-decoration: blink;
				font-weight: bold;
				color: red;
			}
			
			#special-offers span.expire {
				font-size: 10px;
				color: #555;
			}
