/****************************
 * CONTAINER HOLDS EVERYTHING
 ****************************/
#container {
	position: relative;
	width: 800px;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 1.5em;
	margin-right: auto;
	padding: 0;
	border: 1;
	borderColor: #0000FF;
}


/****************************
 * MAIN CONTENT + NAVI RIGHT
 ****************************/
#main {
	color: black;
	clear: both;
	padding: 0;
	margin: 0;
	width: 800px;
}

table.main_content th.left_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}
table.main_content th.right_title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	background-image: url("../images/main_bg_th_right.gif");
	text-align: center;
}
table.main_content th.cart {
	vertical-align: middle;
}
table.main_content th.cart a{
	color: white;
}
/* hover for shopping cart */
table.main_content th.cart a:hover{
	color: #e1e1f4;
}
table.main_content th.right_title a {
	color: #e1e1f4;
	font-size: 14px;
	font-weight: bold;
}
table.main_content td.right_border {
	background-image: url("../images/main_bg_border_right.gif");
	height: 100%;
	background-repeat: repeat-y;
}
table.main_content td.bottom_border_left {
	background-image: url("../images/main_bg_border_bottom_beige.gif");
	background-repeat: repeat-x;
}
table.main_content td.bottom_border_middle {
	background-image: url("../images/main_bg_border_bottom_white.gif");
	background-repeat: repeat-x;
}
table.main_content td.bottom_border_right {
	background-image: url("../images/main_bg_border_bottom_beige.gif");
	background-repeat: repeat-x;
}

/***************
 * PAGE CONTENT
 ****************/
div.content {
	color: black;
	background-color: white;
	margin: 0;
	padding: 0;
	width: 480px;
	float: left;
	padding-bottom: 1.5em;
	padding-left: 0em;
	padding-top: 0em;
}

div.content_text {
	margin-left: 2em;
	margin-top: 2em;
}
div.content a {
	color: black;
	text-decoration: underline;
}
div.content a:hover {
	color: black;
	text-decoration: underline;
}
div.content a.nolink {
	text-decoration: none;
}

div.content td,
div.content th {
	color: black;
	font-size: 12px;
	padding: 0.2em;
}

div.content table {
	color: #000;
	background-color: white;
	color: black;
}

div.content th {
	text-align: left;
	vertical-align: top;
	color: black;
	background-color: white;
}

div.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

div.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
}

div.content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000000;
}

div.content div.msg_error {
	color: #850000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 1em;
}


/**************
 * A NAVI LIST
 **************/
ul.navi {
	margin-top: 2em;
	margin-bottom: 2em;
}
ul.navi li {
	display: inline;
	margin-right: 0.7em;
}

/************
 * A BUTTON
 ************/
table.button {
	border: 0;
	background-color: red;
	display: inline;
}
table.button td {
	border: 0;
	padding: 0;
	margin: 0;
	height: 21;
}
table.button td.corners {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	height: 21;
}
table.button td a{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
table.button td a:hover {
	color: yellow;
	text-decoration: none;
}

table.button td.base {
	border: 0;
	padding: 0;
	margin: 0;
	height: 21;
	vertical-align: middle;
	background-image: url("../images/button_base.gif");
	background-repeat: repeat-x;
}
table.button td.base span.label {
	background-color: #030358;
	color: yellow;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	white-space: nowrap;
}


/**************
 * RIGHT NAVI
 **************/
#right_nav {
	width: 163px;
	padding: 0;
	margin: 0;
}

#right_nav a {
	font-family: sans-serif;
	font-style: bold;
	color: #000000;
}

#right_nav a:visited {
	font-style: bold;
	color: #000000;
}
#right_nav a:hover {
	font-family: sans-serif;
	font-style: bold;
	color: #0099ff;
}

#book_mark_link {
	margin-top: 1em;
	padding-left: 10px;
	margin-bottom: 1.5em;
}

/**********
 * TOP NAV
 **********/
#top_nav {
	margin: 0;
	padding: 0;
	background-color: #000000;
}


/**********
 * FOOTER
 **********/
#footer {
	padding-top: 1em;
	padding-right: 6em;
	padding-bottom: 1em;
	padding-left: 4em;
	clear: both;
}

#footer div.menu {
	float: left;
}

#footer div.menu ul {
	margin: 0;
	padding: 0;
}

#footer div.menu li {
	list-style-type: none;
	display: inline;
	padding-left: 0.7em;
	padding-right: 0.5em;
	font-size: 0.85em;
	border-right: 1px solid #FFFFFF;
}

#footer div.menu li.last {
	border-right: 0;
}

#footer div.designed_by {
	float: right;
	font-size: 0.7em;
}




/***************
 * SEARCH FORM
 ***************/
#search_form {
	float: right;
}

#search_form input.button {

}


/************************
 * SHOPPING CART SUMMARY
 ************************/
#right_nav #shopping_cart_summary {
	background-color: #F0F0EA;
	width: 161px;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1.5em;
}

#right_nav #shopping_cart_summary h3 {
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding: 0;
	font-size: 13px;
}

/*****************
 * CATEGORY LIST
 *****************/
/**
 * Padding and margin of the whole category list
 */
#right_nav #category_list {
	margin-top: 1em;
	padding-left: 10px;
	padding-bottom: 1.5em;
}
/**
 * remove the default big padding/margin of html list itesm
 */
#right_nav #category_list ul,
#right_nav #category_list li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/**
 * main categories link style
 */
#right_nav #category_list li.main a{
	text-decoration: none;
}
/**
 * main categories link mouse over style
 */
#right_nav #category_list li.main a:hover{
	text-decoration: underline;
}

/**
 * main category text style
 */
#right_nav #category_list li.main h3 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	padding: 0;
	font-size: 13px;
}
/**
 * main category selected link style
 */
#right_nav #category_list li.main a.selected{
	color: #0606A1;
}
/**
 * sub category  link style
 */
#right_nav #category_list li.main li a{
	text-decoration: underline;
}
/**
 * sub category selected link style
 */
#right_nav #category_list li.main li a.selected{
	color: #0606A1;
}

